Shades of Ship Grey #58594A
Tints of Ship Grey #58594A
RGB
CMYK
RGB Variations
Color information
#58594A (or 0x58594A) is known color: Ship Grey. HEX triplet: 58, 59 and 4A. RGB value is (88,89,74). Sum of RGB (Red+Green+Blue) = 88+89+74=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #58594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58594A is #A7A6B5. Grayscale: #575757. Windows color (decimal): -10987190 or 4872536. OLE color: 4872536.
HSL color Cylindrical-coordinate representation of color #58594A: hue angle of 64º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58594A is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 74 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.65 |
| HSL | 64º | 0.09% | 0.32% | - |
| HSV(B) | 64º | 0.17% | 0.35% | - |
| XYZ | 8.83 | 9.71 | 7.89 | - |
| YUV | 86.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 74 | 0.01 | 0 | 0.17 | 0.65 | 64 | 0.09 | 0.32 |
| Hex | 58 | 59 | 4A | 1 | 0 | 11 | 41 | 40 | 9 | 20 |
| Octal | 130 | 131 | 112 | 1 | 0 | 21 | 101 | 100 | 11 | 40 |
| Binary | 1011000 | 1011001 | 1001010 | 1 | 0 | 10001 | 1000001 | 1000000 | 1001 | 100000 |
Color Harmonies of #58594A
Complementary color
Monochromatic Colors of #58594A
Black with #58594A
Text Example
Text Example
White with #58594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58594A; }
p { color: rgb(88,89,74); }
H1.HeaderClassName
{
color: #58594A;
}
.AnyTagClassName
{
color: #58594A;
}
</style>
background-color css
<style>
a { background-color: #58594A; }
a { background-color: rgb(88,89,74); }
div.DivClassName
{
background-color: #58594A;
}
.BgClassName
{
background-color: #58594A;
}
</style>
border-color css
<style>
span { border-color: #58594A; }
span { border-color: rgb(88,89,74); }
td.TdClassName
{
border-color: #58594A;
}
.TagClassName
{
border-color: #58594A;
}
</style>