Shades of Ship Grey #56564C
Tints of Ship Grey #56564C
RGB
CMYK
RGB Variations
Color information
#56564C (or 0x56564C) is known color: Ship Grey. HEX triplet: 56, 56 and 4C. RGB value is (86,86,76). Sum of RGB (Red+Green+Blue) = 86+86+76=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56564C is #A9A9B3. Grayscale: #545454. Windows color (decimal): -11119028 or 5002838. OLE color: 5002838.
HSL color Cylindrical-coordinate representation of color #56564C: hue angle of 60º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56564C is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 76 | - |
| CMYK | 0 | 0 | 0.12 | 0.66 |
| HSL | 60º | 0.06% | 0.32% | - |
| HSV(B) | 60º | 0.12% | 0.34% | - |
| XYZ | 8.47 | 9.16 | 8.16 | - |
| YUV | 84.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 76 | 0 | 0 | 0.12 | 0.66 | 60 | 0.06 | 0.32 |
| Hex | 56 | 56 | 4C | 0 | 0 | C | 42 | 3C | 6 | 20 |
| Octal | 126 | 126 | 114 | 0 | 0 | 14 | 102 | 74 | 6 | 40 |
| Binary | 1010110 | 1010110 | 1001100 | 0 | 0 | 1100 | 1000010 | 111100 | 110 | 100000 |
Color Harmonies of #56564C
Complementary color
Monochromatic Colors of #56564C
Black with #56564C
Text Example
Text Example
White with #56564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56564C; }
p { color: rgb(86,86,76); }
H1.HeaderClassName
{
color: #56564C;
}
.AnyTagClassName
{
color: #56564C;
}
</style>
background-color css
<style>
a { background-color: #56564C; }
a { background-color: rgb(86,86,76); }
div.DivClassName
{
background-color: #56564C;
}
.BgClassName
{
background-color: #56564C;
}
</style>
border-color css
<style>
span { border-color: #56564C; }
span { border-color: rgb(86,86,76); }
td.TdClassName
{
border-color: #56564C;
}
.TagClassName
{
border-color: #56564C;
}
</style>