Shades of Battleship Grey #595D57
Tints of Battleship Grey #595D57
RGB
CMYK
RGB Variations
Color information
#595D57 (or 0x595D57) is known color: Battleship Grey. HEX triplet: 59, 5D and 57. RGB value is (89,93,87). Sum of RGB (Red+Green+Blue) = 89+93+87=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 93 - color contains mainly: green. Hex color #595D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D57 is #A6A2A8. Grayscale: #5B5B5B. Windows color (decimal): -10920617 or 5725529. OLE color: 5725529.
HSL color Cylindrical-coordinate representation of color #595D57: hue angle of 100º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595D57 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 87 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.64 |
| HSL | 100º | 0.03% | 0.35% | - |
| HSV(B) | 100º | 0.06% | 0.36% | - |
| XYZ | 9.75 | 10.64 | 10.56 | - |
| YUV | 91.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 87 | 0.04 | 0 | 0.06 | 0.64 | 100 | 0.03 | 0.35 |
| Hex | 59 | 5D | 57 | 4 | 0 | 6 | 40 | 64 | 3 | 23 |
| Octal | 131 | 135 | 127 | 4 | 0 | 6 | 100 | 144 | 3 | 43 |
| Binary | 1011001 | 1011101 | 1010111 | 100 | 0 | 110 | 1000000 | 1100100 | 11 | 100011 |
Color Harmonies of #595D57
Complementary color
Monochromatic Colors of #595D57
Black with #595D57
Text Example
Text Example
White with #595D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D57; }
p { color: rgb(89,93,87); }
H1.HeaderClassName
{
color: #595D57;
}
.AnyTagClassName
{
color: #595D57;
}
</style>
background-color css
<style>
a { background-color: #595D57; }
a { background-color: rgb(89,93,87); }
div.DivClassName
{
background-color: #595D57;
}
.BgClassName
{
background-color: #595D57;
}
</style>
border-color css
<style>
span { border-color: #595D57; }
span { border-color: rgb(89,93,87); }
td.TdClassName
{
border-color: #595D57;
}
.TagClassName
{
border-color: #595D57;
}
</style>