Shades of Ship Grey #575750
Tints of Ship Grey #575750
RGB
CMYK
RGB Variations
Color information
#575750 (or 0x575750) is known color: Ship Grey. HEX triplet: 57, 57 and 50. RGB value is (87,87,80). Sum of RGB (Red+Green+Blue) = 87+87+80=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575750 is #A8A8AF. Grayscale: #565656. Windows color (decimal): -11053232 or 5265239. OLE color: 5265239.
HSL color Cylindrical-coordinate representation of color #575750: hue angle of 60º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575750 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 80 | - |
| CMYK | 0 | 0 | 0.08 | 0.66 |
| HSL | 60º | 0.04% | 0.33% | - |
| HSV(B) | 60º | 0.08% | 0.34% | - |
| XYZ | 8.79 | 9.42 | 8.94 | - |
| YUV | 86.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 80 | 0 | 0 | 0.08 | 0.66 | 60 | 0.04 | 0.33 |
| Hex | 57 | 57 | 50 | 0 | 0 | 8 | 42 | 3C | 4 | 21 |
| Octal | 127 | 127 | 120 | 0 | 0 | 10 | 102 | 74 | 4 | 41 |
| Binary | 1010111 | 1010111 | 1010000 | 0 | 0 | 1000 | 1000010 | 111100 | 100 | 100001 |
Color Harmonies of #575750
Complementary color
Monochromatic Colors of #575750
Black with #575750
Text Example
Text Example
White with #575750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575750; }
p { color: rgb(87,87,80); }
H1.HeaderClassName
{
color: #575750;
}
.AnyTagClassName
{
color: #575750;
}
</style>
background-color css
<style>
a { background-color: #575750; }
a { background-color: rgb(87,87,80); }
div.DivClassName
{
background-color: #575750;
}
.BgClassName
{
background-color: #575750;
}
</style>
border-color css
<style>
span { border-color: #575750; }
span { border-color: rgb(87,87,80); }
td.TdClassName
{
border-color: #575750;
}
.TagClassName
{
border-color: #575750;
}
</style>