PantoneTools

RGB to HSL

Konwertuj wartości kolorów RGB na HSL, aby umożliwić intuicyjną manipulację kolorami i projektowanie systemów

Odcień, Nasycenie, Jasność – intuicyjny model kolorów dla projektantów

Konwerter kolorów

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

Kliknij próbki kolorów, aby zobaczyć przykłady

HSL Output

hsl(0°, 100%, 50%)

HSL Controls

Odcień
180° 360°
Nasycenie 100%
0% 50% 100%
Lekkość 50%
0% 50% 100%

hsl(0°, 100%, 50%)

Dodatkowe formaty

RGB Value

rgb(255, 0, 0)

HEX Value

#FF0000

Wartość dziesiętna

16711680

Użycie CSS

color: hsl(0°, 100%, 50%);

Psychologia koloru

Ta jaskrawa czerwień charakteryzuje się maksymalnym nasyceniem i średnią jasnością, tworząc intensywny, energetyczny kolor. W większości kultur czerwień kojarzy się z namiętnością, pilnością i ekscytacją.

Przykłady konwersji

Żywa czerwień

RGB 255, 0, 0
HSL 0°, 100%, 50%
HEX #FF0000

Leśna zieleń

RGB 34, 139, 34
HSL 120°, 61%, 34%
HEX #228B22

Królewski niebieski

RGB 65, 105, 225
HSL 225°, 73%, 56%
HEX #4169E1

Delikatny róż

RGB 255, 192, 203
HSL 350°, 100%, 88%
HEX #FFC0CB

Głęboka fioletowa

RGB 128, 0, 128
HSL 300°, 100%, 25%
HEX #800080

Ciepła szarość

RGB 169, 169, 169
HSL 0°, 0%, 66%
HEX #A9A9A9

Zalecane narzędzia

O tym narzędziu

Konwerter RGB na HSL łączy dwa ważne modele kolorów wykorzystywane w projektowaniu cyfrowym, ułatwiając i upraszczając pracę z kolorami.

RGB (Red, Green, Blue) is an additive color model where colors are created by combining light. This system is used for digital displays, with each component ranging from 0 to 255.

HSL (Hue, Saturation, Lightness) represents colors in a way that aligns more naturally with human perception:

  • Odcień: The color itself, represented as a degree (0-360) on a color wheel
  • Nasycenie: The intensity or purity of the color (0-100%)
  • Lekkość: How light or dark the color is (0-100%)

HSL is particularly valuable for creating color systems and palettes, as it allows for intuitive adjustments. For example, you can easily create tints by reducing saturation or shades by adjusting lightness while maintaining the same hue. This converter provides accurate translations between RGB and HSL, essential for consistent color implementation across digital projects.

Często zadawane pytania