Shades of Battleship Grey #596155
Tints of Battleship Grey #596155
RGB
CMYK
RGB Variations
Color information
#596155 (or 0x596155) is known color: Battleship Grey. HEX triplet: 59, 61 and 55. RGB value is (89,97,85). Sum of RGB (Red+Green+Blue) = 89+97+85=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #596155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596155 is #A69EAA. Grayscale: #5D5D5D. Windows color (decimal): -10919595 or 5595481. OLE color: 5595481.
HSL color Cylindrical-coordinate representation of color #596155: hue angle of 100º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #596155 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 97 | 85 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.62 |
| HSL | 100º | 0.07% | 0.36% | - |
| HSV(B) | 100º | 0.12% | 0.38% | - |
| XYZ | 10.03 | 11.33 | 10.25 | - |
| YUV | 93.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 85 | 0.08 | 0 | 0.12 | 0.62 | 100 | 0.07 | 0.36 |
| Hex | 59 | 61 | 55 | 8 | 0 | C | 3E | 64 | 7 | 24 |
| Octal | 131 | 141 | 125 | 10 | 0 | 14 | 76 | 144 | 7 | 44 |
| Binary | 1011001 | 1100001 | 1010101 | 1000 | 0 | 1100 | 111110 | 1100100 | 111 | 100100 |
Color Harmonies of #596155
Complementary color
Monochromatic Colors of #596155
Black with #596155
Text Example
Text Example
White with #596155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596155; }
p { color: rgb(89,97,85); }
H1.HeaderClassName
{
color: #596155;
}
.AnyTagClassName
{
color: #596155;
}
</style>
background-color css
<style>
a { background-color: #596155; }
a { background-color: rgb(89,97,85); }
div.DivClassName
{
background-color: #596155;
}
.BgClassName
{
background-color: #596155;
}
</style>
border-color css
<style>
span { border-color: #596155; }
span { border-color: rgb(89,97,85); }
td.TdClassName
{
border-color: #596155;
}
.TagClassName
{
border-color: #596155;
}
</style>