Shades of Ship Grey #565654
Tints of Ship Grey #565654
RGB
CMYK
RGB Variations
Color information
#565654 (or 0x565654) is known color: Ship Grey. HEX triplet: 56, 56 and 54. RGB value is (86,86,84). Sum of RGB (Red+Green+Blue) = 86+86+84=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565654 is #A9A9AB. Grayscale: #555555. Windows color (decimal): -11119020 or 5527126. OLE color: 5527126.
HSL color Cylindrical-coordinate representation of color #565654: hue angle of 60º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #565654 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 84 | - |
| CMYK | 0 | 0 | 0.02 | 0.66 |
| HSL | 60º | 0.01% | 0.33% | - |
| HSV(B) | 60º | 0.02% | 0.34% | - |
| XYZ | 8.77 | 9.27 | 9.72 | - |
| YUV | 85.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 84 | 0 | 0 | 0.02 | 0.66 | 60 | 0.01 | 0.33 |
| Hex | 56 | 56 | 54 | 0 | 0 | 2 | 42 | 3C | 1 | 21 |
| Octal | 126 | 126 | 124 | 0 | 0 | 2 | 102 | 74 | 1 | 41 |
| Binary | 1010110 | 1010110 | 1010100 | 0 | 0 | 10 | 1000010 | 111100 | 1 | 100001 |
Color Harmonies of #565654
Complementary color
Monochromatic Colors of #565654
Black with #565654
Text Example
Text Example
White with #565654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565654; }
p { color: rgb(86,86,84); }
H1.HeaderClassName
{
color: #565654;
}
.AnyTagClassName
{
color: #565654;
}
</style>
background-color css
<style>
a { background-color: #565654; }
a { background-color: rgb(86,86,84); }
div.DivClassName
{
background-color: #565654;
}
.BgClassName
{
background-color: #565654;
}
</style>
border-color css
<style>
span { border-color: #565654; }
span { border-color: rgb(86,86,84); }
td.TdClassName
{
border-color: #565654;
}
.TagClassName
{
border-color: #565654;
}
</style>