Shades of Ship Grey #575843
Tints of Ship Grey #575843
RGB
CMYK
RGB Variations
Color information
#575843 (or 0x575843) is known color: Ship Grey. HEX triplet: 57, 58 and 43. RGB value is (87,88,67). Sum of RGB (Red+Green+Blue) = 87+88+67=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #575843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575843 is #A8A7BC. Grayscale: #555555. Windows color (decimal): -11052989 or 4413527. OLE color: 4413527.
HSL color Cylindrical-coordinate representation of color #575843: hue angle of 62.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575843 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 67 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.65 |
| HSL | 62.86º | 0.14% | 0.3% | - |
| HSV(B) | 62.86º | 0.24% | 0.35% | - |
| XYZ | 8.43 | 9.41 | 6.68 | - |
| YUV | 85.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 67 | 0.01 | 0 | 0.24 | 0.65 | 62.86 | 0.14 | 0.3 |
| Hex | 57 | 58 | 43 | 1 | 0 | 18 | 41 | 3F | E | 1E |
| Octal | 127 | 130 | 103 | 1 | 0 | 30 | 101 | 77 | 16 | 36 |
| Binary | 1010111 | 1011000 | 1000011 | 1 | 0 | 11000 | 1000001 | 111111 | 1110 | 11110 |
Color Harmonies of #575843
Complementary color
Monochromatic Colors of #575843
Black with #575843
Text Example
Text Example
White with #575843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575843; }
p { color: rgb(87,88,67); }
H1.HeaderClassName
{
color: #575843;
}
.AnyTagClassName
{
color: #575843;
}
</style>
background-color css
<style>
a { background-color: #575843; }
a { background-color: rgb(87,88,67); }
div.DivClassName
{
background-color: #575843;
}
.BgClassName
{
background-color: #575843;
}
</style>
border-color css
<style>
span { border-color: #575843; }
span { border-color: rgb(87,88,67); }
td.TdClassName
{
border-color: #575843;
}
.TagClassName
{
border-color: #575843;
}
</style>