What is the CMYK code for bluegrey?
The CSS color bluegrey in CMYK format is cmyk(25.3%, 8.4%, 0%, 30.2%). 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: cmyk(25.3%, 8.4%, 0%, 30.2%);
- Background: background-color: cmyk(25.3%, 8.4%, 0%, 30.2%);
- Border: border-color: cmyk(25.3%, 8.4%, 0%, 30.2%);
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 CMYK?
Select bluegrey from the color name list in our color converter. The CMYK value — cmyk(25.3%, 8.4%, 0%, 30.2%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.