Shades of Ship Grey #575753
Tints of Ship Grey #575753
RGB
CMYK
RGB Variations
Color information
#575753 (or 0x575753) is known color: Ship Grey. HEX triplet: 57, 57 and 53. RGB value is (87,87,83). Sum of RGB (Red+Green+Blue) = 87+87+83=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575753 is #A8A8AC. Grayscale: #565656. Windows color (decimal): -11053229 or 5461847. OLE color: 5461847.
HSL color Cylindrical-coordinate representation of color #575753: hue angle of 60º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575753 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 83 | - |
| CMYK | 0 | 0 | 0.05 | 0.66 |
| HSL | 60º | 0.02% | 0.33% | - |
| HSV(B) | 60º | 0.05% | 0.34% | - |
| XYZ | 8.9 | 9.47 | 9.54 | - |
| YUV | 86.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 83 | 0 | 0 | 0.05 | 0.66 | 60 | 0.02 | 0.33 |
| Hex | 57 | 57 | 53 | 0 | 0 | 5 | 42 | 3C | 2 | 21 |
| Octal | 127 | 127 | 123 | 0 | 0 | 5 | 102 | 74 | 2 | 41 |
| Binary | 1010111 | 1010111 | 1010011 | 0 | 0 | 101 | 1000010 | 111100 | 10 | 100001 |
Color Harmonies of #575753
Complementary color
Monochromatic Colors of #575753
Black with #575753
Text Example
Text Example
White with #575753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575753; }
p { color: rgb(87,87,83); }
H1.HeaderClassName
{
color: #575753;
}
.AnyTagClassName
{
color: #575753;
}
</style>
background-color css
<style>
a { background-color: #575753; }
a { background-color: rgb(87,87,83); }
div.DivClassName
{
background-color: #575753;
}
.BgClassName
{
background-color: #575753;
}
</style>
border-color css
<style>
span { border-color: #575753; }
span { border-color: rgb(87,87,83); }
td.TdClassName
{
border-color: #575753;
}
.TagClassName
{
border-color: #575753;
}
</style>