Shades of Battleship Grey #595E57
Tints of Battleship Grey #595E57
RGB
CMYK
RGB Variations
Color information
#595E57 (or 0x595E57) is known color: Battleship Grey. HEX triplet: 59, 5E and 57. RGB value is (89,94,87). Sum of RGB (Red+Green+Blue) = 89+94+87=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 94 - color contains mainly: green. Hex color #595E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E57 is #A6A1A8. Grayscale: #5B5B5B. Windows color (decimal): -10920361 or 5725785. OLE color: 5725785.
HSL color Cylindrical-coordinate representation of color #595E57: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595E57 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 87 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.63 |
| HSL | 102.86º | 0.04% | 0.35% | - |
| HSV(B) | 102.86º | 0.07% | 0.37% | - |
| XYZ | 9.84 | 10.82 | 10.59 | - |
| YUV | 91.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 87 | 0.05 | 0 | 0.07 | 0.63 | 102.86 | 0.04 | 0.35 |
| Hex | 59 | 5E | 57 | 5 | 0 | 7 | 3F | 67 | 4 | 23 |
| Octal | 131 | 136 | 127 | 5 | 0 | 7 | 77 | 147 | 4 | 43 |
| Binary | 1011001 | 1011110 | 1010111 | 101 | 0 | 111 | 111111 | 1100111 | 100 | 100011 |
Color Harmonies of #595E57
Complementary color
Monochromatic Colors of #595E57
Black with #595E57
Text Example
Text Example
White with #595E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E57; }
p { color: rgb(89,94,87); }
H1.HeaderClassName
{
color: #595E57;
}
.AnyTagClassName
{
color: #595E57;
}
</style>
background-color css
<style>
a { background-color: #595E57; }
a { background-color: rgb(89,94,87); }
div.DivClassName
{
background-color: #595E57;
}
.BgClassName
{
background-color: #595E57;
}
</style>
border-color css
<style>
span { border-color: #595E57; }
span { border-color: rgb(89,94,87); }
td.TdClassName
{
border-color: #595E57;
}
.TagClassName
{
border-color: #595E57;
}
</style>