Shades of Battleship Grey #595F55
Tints of Battleship Grey #595F55
RGB
CMYK
RGB Variations
Color information
#595F55 (or 0x595F55) is known color: Battleship Grey. HEX triplet: 59, 5F and 55. RGB value is (89,95,85). Sum of RGB (Red+Green+Blue) = 89+95+85=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #595F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F55 is #A6A0AA. Grayscale: #5C5C5C. Windows color (decimal): -10920107 or 5594969. OLE color: 5594969.
HSL color Cylindrical-coordinate representation of color #595F55: hue angle of 96º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #595F55 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 85 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.63 |
| HSL | 96º | 0.06% | 0.35% | - |
| HSV(B) | 96º | 0.11% | 0.37% | - |
| XYZ | 9.85 | 10.96 | 10.19 | - |
| YUV | 92.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 85 | 0.06 | 0 | 0.11 | 0.63 | 96 | 0.06 | 0.35 |
| Hex | 59 | 5F | 55 | 6 | 0 | B | 3F | 60 | 6 | 23 |
| Octal | 131 | 137 | 125 | 6 | 0 | 13 | 77 | 140 | 6 | 43 |
| Binary | 1011001 | 1011111 | 1010101 | 110 | 0 | 1011 | 111111 | 1100000 | 110 | 100011 |
Color Harmonies of #595F55
Complementary color
Monochromatic Colors of #595F55
Black with #595F55
Text Example
Text Example
White with #595F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F55; }
p { color: rgb(89,95,85); }
H1.HeaderClassName
{
color: #595F55;
}
.AnyTagClassName
{
color: #595F55;
}
</style>
background-color css
<style>
a { background-color: #595F55; }
a { background-color: rgb(89,95,85); }
div.DivClassName
{
background-color: #595F55;
}
.BgClassName
{
background-color: #595F55;
}
</style>
border-color css
<style>
span { border-color: #595F55; }
span { border-color: rgb(89,95,85); }
td.TdClassName
{
border-color: #595F55;
}
.TagClassName
{
border-color: #595F55;
}
</style>