RGB to HSL
将 RGB 颜色值转换为 HSL,以实现直观的颜色处理和设计系统
颜色转换器
HSL Output
HSL Controls
hsl(0°, 100%, 50%)
其他格式
RGB Value
rgb(255, 0, 0)
HEX Value
#FF0000
十进制值
16711680
CSS 使用
color: hsl(0°, 100%, 50%);
色彩心理学
这种鲜红色饱和度极高,亮度适中,呈现出强烈而充满活力的色彩。在大多数文化中,红色与激情、紧迫感和兴奋联系在一起。
转换示例
鲜艳的红色
森林绿
皇家蓝
柔粉色
深紫色
暖灰色
推荐工具
关于此工具
此 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.