Shades of Battleship Grey #595C58
Tints of Battleship Grey #595C58
RGB
CMYK
RGB Variations
Color information
#595C58 (or 0x595C58) is known color: Battleship Grey. HEX triplet: 59, 5C and 58. RGB value is (89,92,88). Sum of RGB (Red+Green+Blue) = 89+92+88=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 92 - color contains mainly: green. Hex color #595C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C58 is #A6A3A7. Grayscale: #5A5A5A. Windows color (decimal): -10920872 or 5790809. OLE color: 5790809.
HSL color Cylindrical-coordinate representation of color #595C58: hue angle of 105º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595C58 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 88 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.64 |
| HSL | 105º | 0.02% | 0.35% | - |
| HSV(B) | 105º | 0.04% | 0.36% | - |
| XYZ | 9.71 | 10.48 | 10.74 | - |
| YUV | 90.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 88 | 0.03 | 0 | 0.04 | 0.64 | 105 | 0.02 | 0.35 |
| Hex | 59 | 5C | 58 | 3 | 0 | 4 | 40 | 69 | 2 | 23 |
| Octal | 131 | 134 | 130 | 3 | 0 | 4 | 100 | 151 | 2 | 43 |
| Binary | 1011001 | 1011100 | 1011000 | 11 | 0 | 100 | 1000000 | 1101001 | 10 | 100011 |
Color Harmonies of #595C58
Complementary color
Monochromatic Colors of #595C58
Black with #595C58
Text Example
Text Example
White with #595C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C58; }
p { color: rgb(89,92,88); }
H1.HeaderClassName
{
color: #595C58;
}
.AnyTagClassName
{
color: #595C58;
}
</style>
background-color css
<style>
a { background-color: #595C58; }
a { background-color: rgb(89,92,88); }
div.DivClassName
{
background-color: #595C58;
}
.BgClassName
{
background-color: #595C58;
}
</style>
border-color css
<style>
span { border-color: #595C58; }
span { border-color: rgb(89,92,88); }
td.TdClassName
{
border-color: #595C58;
}
.TagClassName
{
border-color: #595C58;
}
</style>