Shades of Ship Grey #595952
Tints of Ship Grey #595952
RGB
CMYK
RGB Variations
Color information
#595952 (or 0x595952) is known color: Ship Grey. HEX triplet: 59, 59 and 52. RGB value is (89,89,82). Sum of RGB (Red+Green+Blue) = 89+89+82=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595952 is #A6A6AD. Grayscale: #585858. Windows color (decimal): -10921646 or 5396825. OLE color: 5396825.
HSL color Cylindrical-coordinate representation of color #595952: hue angle of 60º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595952 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 82 | - |
| CMYK | 0 | 0 | 0.08 | 0.65 |
| HSL | 60º | 0.04% | 0.34% | - |
| HSV(B) | 60º | 0.08% | 0.35% | - |
| XYZ | 9.22 | 9.88 | 9.4 | - |
| YUV | 88.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 82 | 0 | 0 | 0.08 | 0.65 | 60 | 0.04 | 0.34 |
| Hex | 59 | 59 | 52 | 0 | 0 | 8 | 41 | 3C | 4 | 22 |
| Octal | 131 | 131 | 122 | 0 | 0 | 10 | 101 | 74 | 4 | 42 |
| Binary | 1011001 | 1011001 | 1010010 | 0 | 0 | 1000 | 1000001 | 111100 | 100 | 100010 |
Color Harmonies of #595952
Complementary color
Monochromatic Colors of #595952
Black with #595952
Text Example
Text Example
White with #595952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595952; }
p { color: rgb(89,89,82); }
H1.HeaderClassName
{
color: #595952;
}
.AnyTagClassName
{
color: #595952;
}
</style>
background-color css
<style>
a { background-color: #595952; }
a { background-color: rgb(89,89,82); }
div.DivClassName
{
background-color: #595952;
}
.BgClassName
{
background-color: #595952;
}
</style>
border-color css
<style>
span { border-color: #595952; }
span { border-color: rgb(89,89,82); }
td.TdClassName
{
border-color: #595952;
}
.TagClassName
{
border-color: #595952;
}
</style>