Shades of Battleship Grey #5B5F58
Tints of Battleship Grey #5B5F58
RGB
CMYK
RGB Variations
Color information
#5B5F58 (or 0x5B5F58) is known color: Battleship Grey. HEX triplet: 5B, 5F and 58. RGB value is (91,95,88). Sum of RGB (Red+Green+Blue) = 91+95+88=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F58 is #A4A0A7. Grayscale: #5D5D5D. Windows color (decimal): -10789032 or 5791579. OLE color: 5791579.
HSL color Cylindrical-coordinate representation of color #5B5F58: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5F58 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 95 | 88 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.63 |
| HSL | 94.29º | 0.04% | 0.36% | - |
| HSV(B) | 94.29º | 0.07% | 0.37% | - |
| XYZ | 10.17 | 11.11 | 10.84 | - |
| YUV | 93.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 88 | 0.04 | 0 | 0.07 | 0.63 | 94.29 | 0.04 | 0.36 |
| Hex | 5B | 5F | 58 | 4 | 0 | 7 | 3F | 5E | 4 | 24 |
| Octal | 133 | 137 | 130 | 4 | 0 | 7 | 77 | 136 | 4 | 44 |
| Binary | 1011011 | 1011111 | 1011000 | 100 | 0 | 111 | 111111 | 1011110 | 100 | 100100 |
Color Harmonies of #5B5F58
Complementary color
Monochromatic Colors of #5B5F58
Black with #5B5F58
Text Example
Text Example
White with #5B5F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F58; }
p { color: rgb(91,95,88); }
H1.HeaderClassName
{
color: #5B5F58;
}
.AnyTagClassName
{
color: #5B5F58;
}
</style>
background-color css
<style>
a { background-color: #5B5F58; }
a { background-color: rgb(91,95,88); }
div.DivClassName
{
background-color: #5B5F58;
}
.BgClassName
{
background-color: #5B5F58;
}
</style>
border-color css
<style>
span { border-color: #5B5F58; }
span { border-color: rgb(91,95,88); }
td.TdClassName
{
border-color: #5B5F58;
}
.TagClassName
{
border-color: #5B5F58;
}
</style>