Shades of Ship Grey #575849
Tints of Ship Grey #575849
RGB
CMYK
RGB Variations
Color information
#575849 (or 0x575849) is known color: Ship Grey. HEX triplet: 57, 58 and 49. RGB value is (87,88,73). Sum of RGB (Red+Green+Blue) = 87+88+73=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #575849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575849 is #A8A7B6. Grayscale: #565656. Windows color (decimal): -11052983 or 4806743. OLE color: 4806743.
HSL color Cylindrical-coordinate representation of color #575849: 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 #575849 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 73 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.65 |
| HSL | 64º | 0.09% | 0.32% | - |
| HSV(B) | 64º | 0.17% | 0.35% | - |
| XYZ | 8.62 | 9.49 | 7.68 | - |
| YUV | 85.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 73 | 0.01 | 0 | 0.17 | 0.65 | 64 | 0.09 | 0.32 |
| Hex | 57 | 58 | 49 | 1 | 0 | 11 | 41 | 40 | 9 | 20 |
| Octal | 127 | 130 | 111 | 1 | 0 | 21 | 101 | 100 | 11 | 40 |
| Binary | 1010111 | 1011000 | 1001001 | 1 | 0 | 10001 | 1000001 | 1000000 | 1001 | 100000 |
Color Harmonies of #575849
Complementary color
Monochromatic Colors of #575849
Black with #575849
Text Example
Text Example
White with #575849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575849; }
p { color: rgb(87,88,73); }
H1.HeaderClassName
{
color: #575849;
}
.AnyTagClassName
{
color: #575849;
}
</style>
background-color css
<style>
a { background-color: #575849; }
a { background-color: rgb(87,88,73); }
div.DivClassName
{
background-color: #575849;
}
.BgClassName
{
background-color: #575849;
}
</style>
border-color css
<style>
span { border-color: #575849; }
span { border-color: rgb(87,88,73); }
td.TdClassName
{
border-color: #575849;
}
.TagClassName
{
border-color: #575849;
}
</style>