Shades of Ship Grey #585947
Tints of Ship Grey #585947
RGB
CMYK
RGB Variations
Color information
#585947 (or 0x585947) is known color: Ship Grey. HEX triplet: 58, 59 and 47. RGB value is (88,89,71). Sum of RGB (Red+Green+Blue) = 88+89+71=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #585947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585947 is #A7A6B8. Grayscale: #565656. Windows color (decimal): -10987193 or 4675928. OLE color: 4675928.
HSL color Cylindrical-coordinate representation of color #585947: hue angle of 63.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585947 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 71 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.65 |
| HSL | 63.33º | 0.11% | 0.31% | - |
| HSV(B) | 63.33º | 0.2% | 0.35% | - |
| XYZ | 8.73 | 9.67 | 7.37 | - |
| YUV | 86.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 71 | 0.01 | 0 | 0.20 | 0.65 | 63.33 | 0.11 | 0.31 |
| Hex | 58 | 59 | 47 | 1 | 0 | 14 | 41 | 3F | B | 1F |
| Octal | 130 | 131 | 107 | 1 | 0 | 24 | 101 | 77 | 13 | 37 |
| Binary | 1011000 | 1011001 | 1000111 | 1 | 0 | 10100 | 1000001 | 111111 | 1011 | 11111 |
Color Harmonies of #585947
Complementary color
Monochromatic Colors of #585947
Black with #585947
Text Example
Text Example
White with #585947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585947; }
p { color: rgb(88,89,71); }
H1.HeaderClassName
{
color: #585947;
}
.AnyTagClassName
{
color: #585947;
}
</style>
background-color css
<style>
a { background-color: #585947; }
a { background-color: rgb(88,89,71); }
div.DivClassName
{
background-color: #585947;
}
.BgClassName
{
background-color: #585947;
}
</style>
border-color css
<style>
span { border-color: #585947; }
span { border-color: rgb(88,89,71); }
td.TdClassName
{
border-color: #585947;
}
.TagClassName
{
border-color: #585947;
}
</style>