Shades of Ship Grey #58594F
Tints of Ship Grey #58594F
RGB
CMYK
RGB Variations
Color information
#58594F (or 0x58594F) is known color: Ship Grey. HEX triplet: 58, 59 and 4F. RGB value is (88,89,79). Sum of RGB (Red+Green+Blue) = 88+89+79=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #58594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58594F is #A7A6B0. Grayscale: #575757. Windows color (decimal): -10987185 or 5200216. OLE color: 5200216.
HSL color Cylindrical-coordinate representation of color #58594F: hue angle of 66º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #58594F is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 79 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.65 |
| HSL | 66º | 0.06% | 0.33% | - |
| HSV(B) | 66º | 0.11% | 0.35% | - |
| XYZ | 9.01 | 9.78 | 8.81 | - |
| YUV | 87.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 79 | 0.01 | 0 | 0.11 | 0.65 | 66 | 0.06 | 0.33 |
| Hex | 58 | 59 | 4F | 1 | 0 | B | 41 | 42 | 6 | 21 |
| Octal | 130 | 131 | 117 | 1 | 0 | 13 | 101 | 102 | 6 | 41 |
| Binary | 1011000 | 1011001 | 1001111 | 1 | 0 | 1011 | 1000001 | 1000010 | 110 | 100001 |
Color Harmonies of #58594F
Complementary color
Monochromatic Colors of #58594F
Black with #58594F
Text Example
Text Example
White with #58594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58594F; }
p { color: rgb(88,89,79); }
H1.HeaderClassName
{
color: #58594F;
}
.AnyTagClassName
{
color: #58594F;
}
</style>
background-color css
<style>
a { background-color: #58594F; }
a { background-color: rgb(88,89,79); }
div.DivClassName
{
background-color: #58594F;
}
.BgClassName
{
background-color: #58594F;
}
</style>
border-color css
<style>
span { border-color: #58594F; }
span { border-color: rgb(88,89,79); }
td.TdClassName
{
border-color: #58594F;
}
.TagClassName
{
border-color: #58594F;
}
</style>