Shades of Ship Grey #595954
Tints of Ship Grey #595954
RGB
CMYK
RGB Variations
Color information
#595954 (or 0x595954) is known color: Ship Grey. HEX triplet: 59, 59 and 54. RGB value is (89,89,84). Sum of RGB (Red+Green+Blue) = 89+89+84=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595954 is #A6A6AB. Grayscale: #585858. Windows color (decimal): -10921644 or 5527897. OLE color: 5527897.
HSL color Cylindrical-coordinate representation of color #595954: hue angle of 60º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595954 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 84 | - |
| CMYK | 0 | 0 | 0.06 | 0.65 |
| HSL | 60º | 0.03% | 0.34% | - |
| HSV(B) | 60º | 0.06% | 0.35% | - |
| XYZ | 9.29 | 9.91 | 9.81 | - |
| YUV | 88.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 84 | 0 | 0 | 0.06 | 0.65 | 60 | 0.03 | 0.34 |
| Hex | 59 | 59 | 54 | 0 | 0 | 6 | 41 | 3C | 3 | 22 |
| Octal | 131 | 131 | 124 | 0 | 0 | 6 | 101 | 74 | 3 | 42 |
| Binary | 1011001 | 1011001 | 1010100 | 0 | 0 | 110 | 1000001 | 111100 | 11 | 100010 |
Color Harmonies of #595954
Complementary color
Monochromatic Colors of #595954
Black with #595954
Text Example
Text Example
White with #595954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595954; }
p { color: rgb(89,89,84); }
H1.HeaderClassName
{
color: #595954;
}
.AnyTagClassName
{
color: #595954;
}
</style>
background-color css
<style>
a { background-color: #595954; }
a { background-color: rgb(89,89,84); }
div.DivClassName
{
background-color: #595954;
}
.BgClassName
{
background-color: #595954;
}
</style>
border-color css
<style>
span { border-color: #595954; }
span { border-color: rgb(89,89,84); }
td.TdClassName
{
border-color: #595954;
}
.TagClassName
{
border-color: #595954;
}
</style>