Shades of Ship Grey #595958
Tints of Ship Grey #595958
RGB
CMYK
RGB Variations
Color information
#595958 (or 0x595958) is known color: Ship Grey. HEX triplet: 59, 59 and 58. RGB value is (89,89,88). Sum of RGB (Red+Green+Blue) = 89+89+88=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595958 is #A6A6A7. Grayscale: #585858. Windows color (decimal): -10921640 or 5790041. OLE color: 5790041.
HSL color Cylindrical-coordinate representation of color #595958: hue angle of 60º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #595958 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 88 | - |
| CMYK | 0 | 0 | 0.01 | 0.65 |
| HSL | 60º | 0.01% | 0.35% | - |
| HSV(B) | 60º | 0.01% | 0.35% | - |
| XYZ | 9.45 | 9.97 | 10.66 | - |
| YUV | 88.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 88 | 0 | 0 | 0.01 | 0.65 | 60 | 0.01 | 0.35 |
| Hex | 59 | 59 | 58 | 0 | 0 | 1 | 41 | 3C | 1 | 23 |
| Octal | 131 | 131 | 130 | 0 | 0 | 1 | 101 | 74 | 1 | 43 |
| Binary | 1011001 | 1011001 | 1011000 | 0 | 0 | 1 | 1000001 | 111100 | 1 | 100011 |
Color Harmonies of #595958
Complementary color
Monochromatic Colors of #595958
Black with #595958
Text Example
Text Example
White with #595958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595958; }
p { color: rgb(89,89,88); }
H1.HeaderClassName
{
color: #595958;
}
.AnyTagClassName
{
color: #595958;
}
</style>
background-color css
<style>
a { background-color: #595958; }
a { background-color: rgb(89,89,88); }
div.DivClassName
{
background-color: #595958;
}
.BgClassName
{
background-color: #595958;
}
</style>
border-color css
<style>
span { border-color: #595958; }
span { border-color: rgb(89,89,88); }
td.TdClassName
{
border-color: #595958;
}
.TagClassName
{
border-color: #595958;
}
</style>