Shades of Ship Grey #57584A
Tints of Ship Grey #57584A
RGB
CMYK
RGB Variations
Color information
#57584A (or 0x57584A) is known color: Ship Grey. HEX triplet: 57, 58 and 4A. RGB value is (87,88,74). Sum of RGB (Red+Green+Blue) = 87+88+74=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #57584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57584A is #A8A7B5. Grayscale: #565656. Windows color (decimal): -11052982 or 4872279. OLE color: 4872279.
HSL color Cylindrical-coordinate representation of color #57584A: hue angle of 64.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57584A is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 74 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.65 |
| HSL | 64.29º | 0.09% | 0.32% | - |
| HSV(B) | 64.29º | 0.16% | 0.35% | - |
| XYZ | 8.66 | 9.5 | 7.86 | - |
| YUV | 86.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 74 | 0.01 | 0 | 0.16 | 0.65 | 64.29 | 0.09 | 0.32 |
| Hex | 57 | 58 | 4A | 1 | 0 | 10 | 41 | 40 | 9 | 20 |
| Octal | 127 | 130 | 112 | 1 | 0 | 20 | 101 | 100 | 11 | 40 |
| Binary | 1010111 | 1011000 | 1001010 | 1 | 0 | 10000 | 1000001 | 1000000 | 1001 | 100000 |
Color Harmonies of #57584A
Complementary color
Monochromatic Colors of #57584A
Black with #57584A
Text Example
Text Example
White with #57584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57584A; }
p { color: rgb(87,88,74); }
H1.HeaderClassName
{
color: #57584A;
}
.AnyTagClassName
{
color: #57584A;
}
</style>
background-color css
<style>
a { background-color: #57584A; }
a { background-color: rgb(87,88,74); }
div.DivClassName
{
background-color: #57584A;
}
.BgClassName
{
background-color: #57584A;
}
</style>
border-color css
<style>
span { border-color: #57584A; }
span { border-color: rgb(87,88,74); }
td.TdClassName
{
border-color: #57584A;
}
.TagClassName
{
border-color: #57584A;
}
</style>