What is the HSL code for bluegrey?
The CSS color bluegrey in HSL format is hsl(200, 22.6%, 61%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluegrey in CSS?
To apply bluegrey in CSS:
- Text color: color: hsl(200, 22.6%, 61%);
- Background: background-color: hsl(200, 22.6%, 61%);
- Border: border-color: hsl(200, 22.6%, 61%);
What are all the color format values for bluegrey?
| Format | Value |
|---|---|
| HEX | #85a3b2 |
| RGB | rgb(133, 163, 178) |
| HSL | hsl(200, 22.6%, 61%) |
| CMYK | cmyk(25.3%, 8.4%, 0%, 30.2%) |
How do I convert bluegrey to HSL?
Select bluegrey from the color name list in our color converter. The HSL value — hsl(200, 22.6%, 61%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluegrey belong to?
bluegrey belongs to the blue color family. It is a medium, muted color with HSL values: hue 200°, saturation 22.6%, lightness 61%.
How do I create lighter and darker shades of bluegrey?
Lighter variant (lightness 76%): #b4c6d0. Darker variant (lightness 46%): #5b7e90. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.