팬톤툴즈

RGB to HSL

직관적인 색상 조작 및 디자인 시스템을 위해 RGB 색상 값을 HSL로 변환합니다.

색조, 채도, 명도 - 디자이너를 위한 직관적인 색상 모델

색상 변환기

RGB Input

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

예를 보려면 색상 견본을 클릭하세요

HSL Output

hsl(0°, 100%, 50%)

HSL Controls

색조
180° 360°
포화 100%
0% 50% 100%
가벼움 50%
0% 50% 100%

hsl(0°, 100%, 50%)

추가 형식

RGB Value

rgb(255, 0, 0)

HEX Value

#FF0000

십진수 값

16711680

CSS 사용

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

색채 심리학

이 밝은 빨간색은 채도가 가장 높고 명도가 중간 정도여서 강렬하고 에너지 넘치는 색상을 만들어냅니다. 대부분의 문화권에서 빨간색은 열정, 긴박감, 흥분과 연관됩니다.

변환 예제

생생한 레드

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

포레스트 그린

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

로얄 블루

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

소프트 핑크

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

딥 퍼플

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

따뜻한 회색

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

권장 도구

이 도구에 관하여

이 RGB-HSL 변환기는 디지털 디자인에 사용되는 두 가지 중요한 색상 모델을 연결하여 보다 직관적인 방식으로 색상 작업을 쉽게 해줍니다.

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:

  • 색조: The color itself, represented as a degree (0-360) on a color wheel
  • 포화: The intensity or purity of the color (0-100%)
  • 가벼움: 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.

자주 묻는 질문