Shades of Ship Grey #57574B
Tints of Ship Grey #57574B
RGB
CMYK
RGB Variations
Color information
#57574B (or 0x57574B) is known color: Ship Grey. HEX triplet: 57, 57 and 4B. RGB value is (87,87,75). Sum of RGB (Red+Green+Blue) = 87+87+75=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57574B is #A8A8B4. Grayscale: #555555. Windows color (decimal): -11053237 or 4937559. OLE color: 4937559.
HSL color Cylindrical-coordinate representation of color #57574B: hue angle of 60º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57574B is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 75 | - |
| CMYK | 0 | 0 | 0.14 | 0.66 |
| HSL | 60º | 0.07% | 0.32% | - |
| HSV(B) | 60º | 0.14% | 0.34% | - |
| XYZ | 8.61 | 9.35 | 8.01 | - |
| YUV | 85.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 75 | 0 | 0 | 0.14 | 0.66 | 60 | 0.07 | 0.32 |
| Hex | 57 | 57 | 4B | 0 | 0 | E | 42 | 3C | 7 | 20 |
| Octal | 127 | 127 | 113 | 0 | 0 | 16 | 102 | 74 | 7 | 40 |
| Binary | 1010111 | 1010111 | 1001011 | 0 | 0 | 1110 | 1000010 | 111100 | 111 | 100000 |
Color Harmonies of #57574B
Complementary color
Monochromatic Colors of #57574B
Black with #57574B
Text Example
Text Example
White with #57574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57574B; }
p { color: rgb(87,87,75); }
H1.HeaderClassName
{
color: #57574B;
}
.AnyTagClassName
{
color: #57574B;
}
</style>
background-color css
<style>
a { background-color: #57574B; }
a { background-color: rgb(87,87,75); }
div.DivClassName
{
background-color: #57574B;
}
.BgClassName
{
background-color: #57574B;
}
</style>
border-color css
<style>
span { border-color: #57574B; }
span { border-color: rgb(87,87,75); }
td.TdClassName
{
border-color: #57574B;
}
.TagClassName
{
border-color: #57574B;
}
</style>