Shades of Battleship Grey #595D58
Tints of Battleship Grey #595D58
RGB
CMYK
RGB Variations
Color information
#595D58 (or 0x595D58) is known color: Battleship Grey. HEX triplet: 59, 5D and 58. RGB value is (89,93,88). Sum of RGB (Red+Green+Blue) = 89+93+88=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #595D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D58 is #A6A2A7. Grayscale: #5B5B5B. Windows color (decimal): -10920616 or 5791065. OLE color: 5791065.
HSL color Cylindrical-coordinate representation of color #595D58: hue angle of 108º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #595D58 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 88 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.64 |
| HSL | 108º | 0.03% | 0.35% | - |
| HSV(B) | 108º | 0.05% | 0.36% | - |
| XYZ | 9.8 | 10.66 | 10.77 | - |
| YUV | 91.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 88 | 0.04 | 0 | 0.05 | 0.64 | 108 | 0.03 | 0.35 |
| Hex | 59 | 5D | 58 | 4 | 0 | 5 | 40 | 6C | 3 | 23 |
| Octal | 131 | 135 | 130 | 4 | 0 | 5 | 100 | 154 | 3 | 43 |
| Binary | 1011001 | 1011101 | 1011000 | 100 | 0 | 101 | 1000000 | 1101100 | 11 | 100011 |
Color Harmonies of #595D58
Complementary color
Monochromatic Colors of #595D58
Black with #595D58
Text Example
Text Example
White with #595D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D58; }
p { color: rgb(89,93,88); }
H1.HeaderClassName
{
color: #595D58;
}
.AnyTagClassName
{
color: #595D58;
}
</style>
background-color css
<style>
a { background-color: #595D58; }
a { background-color: rgb(89,93,88); }
div.DivClassName
{
background-color: #595D58;
}
.BgClassName
{
background-color: #595D58;
}
</style>
border-color css
<style>
span { border-color: #595D58; }
span { border-color: rgb(89,93,88); }
td.TdClassName
{
border-color: #595D58;
}
.TagClassName
{
border-color: #595D58;
}
</style>