What is the HSL code for battleship grey?
The CSS color battleship grey in HSL format is hsl(200.8, 10.8%, 47.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use battleship grey in CSS?
To apply battleship grey in CSS:
- Text color: color: hsl(200.8, 10.8%, 47.1%);
- Background: background-color: hsl(200.8, 10.8%, 47.1%);
- Border: border-color: hsl(200.8, 10.8%, 47.1%);
What are all the color format values for battleship grey?
| Format | Value |
|---|---|
| HEX | #6b7c85 |
| RGB | rgb(107, 124, 133) |
| HSL | hsl(200.8, 10.8%, 47.1%) |
| CMYK | cmyk(19.5%, 6.8%, 0%, 47.8%) |
How do I convert battleship grey to HSL?
Select battleship grey from the color name list in our color converter. The HSL value — hsl(200.8, 10.8%, 47.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does battleship grey belong to?
battleship grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 200.8°, saturation 10.8%, lightness 47.1%.
How do I create lighter and darker shades of battleship grey?
Lighter variant (lightness 62.1%): #94a2a9. Darker variant (lightness 32.1%): #49555b. 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.