Shades of Ship Grey #57584C
Tints of Ship Grey #57584C
RGB
CMYK
RGB Variations
Color information
#57584C (or 0x57584C) is known color: Ship Grey. HEX triplet: 57, 58 and 4C. RGB value is (87,88,76). Sum of RGB (Red+Green+Blue) = 87+88+76=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #57584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57584C is #A8A7B3. Grayscale: #565656. Windows color (decimal): -11052980 or 5003351. OLE color: 5003351.
HSL color Cylindrical-coordinate representation of color #57584C: hue angle of 65º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57584C is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 76 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.65 |
| HSL | 65º | 0.07% | 0.32% | - |
| HSV(B) | 65º | 0.14% | 0.35% | - |
| XYZ | 8.72 | 9.53 | 8.22 | - |
| YUV | 86.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 76 | 0.01 | 0 | 0.14 | 0.65 | 65 | 0.07 | 0.32 |
| Hex | 57 | 58 | 4C | 1 | 0 | E | 41 | 41 | 7 | 20 |
| Octal | 127 | 130 | 114 | 1 | 0 | 16 | 101 | 101 | 7 | 40 |
| Binary | 1010111 | 1011000 | 1001100 | 1 | 0 | 1110 | 1000001 | 1000001 | 111 | 100000 |
Color Harmonies of #57584C
Complementary color
Monochromatic Colors of #57584C
Black with #57584C
Text Example
Text Example
White with #57584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57584C; }
p { color: rgb(87,88,76); }
H1.HeaderClassName
{
color: #57584C;
}
.AnyTagClassName
{
color: #57584C;
}
</style>
background-color css
<style>
a { background-color: #57584C; }
a { background-color: rgb(87,88,76); }
div.DivClassName
{
background-color: #57584C;
}
.BgClassName
{
background-color: #57584C;
}
</style>
border-color css
<style>
span { border-color: #57584C; }
span { border-color: rgb(87,88,76); }
td.TdClassName
{
border-color: #57584C;
}
.TagClassName
{
border-color: #57584C;
}
</style>