Shades of Ship Grey #575845
Tints of Ship Grey #575845
RGB
CMYK
RGB Variations
Color information
#575845 (or 0x575845) is known color: Ship Grey. HEX triplet: 57, 58 and 45. RGB value is (87,88,69). Sum of RGB (Red+Green+Blue) = 87+88+69=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #575845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575845 is #A8A7BA. Grayscale: #555555. Windows color (decimal): -11052987 or 4544599. OLE color: 4544599.
HSL color Cylindrical-coordinate representation of color #575845: hue angle of 63.16º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575845 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 69 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.65 |
| HSL | 63.16º | 0.12% | 0.31% | - |
| HSV(B) | 63.16º | 0.22% | 0.35% | - |
| XYZ | 8.49 | 9.44 | 7 | - |
| YUV | 85.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 69 | 0.01 | 0 | 0.22 | 0.65 | 63.16 | 0.12 | 0.31 |
| Hex | 57 | 58 | 45 | 1 | 0 | 16 | 41 | 3F | C | 1F |
| Octal | 127 | 130 | 105 | 1 | 0 | 26 | 101 | 77 | 14 | 37 |
| Binary | 1010111 | 1011000 | 1000101 | 1 | 0 | 10110 | 1000001 | 111111 | 1100 | 11111 |
Color Harmonies of #575845
Complementary color
Monochromatic Colors of #575845
Black with #575845
Text Example
Text Example
White with #575845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575845; }
p { color: rgb(87,88,69); }
H1.HeaderClassName
{
color: #575845;
}
.AnyTagClassName
{
color: #575845;
}
</style>
background-color css
<style>
a { background-color: #575845; }
a { background-color: rgb(87,88,69); }
div.DivClassName
{
background-color: #575845;
}
.BgClassName
{
background-color: #575845;
}
</style>
border-color css
<style>
span { border-color: #575845; }
span { border-color: rgb(87,88,69); }
td.TdClassName
{
border-color: #575845;
}
.TagClassName
{
border-color: #575845;
}
</style>