Shades of Ship Grey #565653
Tints of Ship Grey #565653
RGB
CMYK
RGB Variations
Color information
#565653 (or 0x565653) is known color: Ship Grey. HEX triplet: 56, 56 and 53. RGB value is (86,86,83). Sum of RGB (Red+Green+Blue) = 86+86+83=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565653 is #A9A9AC. Grayscale: #555555. Windows color (decimal): -11119021 or 5461590. OLE color: 5461590.
HSL color Cylindrical-coordinate representation of color #565653: hue angle of 60º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565653 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 83 | - |
| CMYK | 0 | 0 | 0.03 | 0.66 |
| HSL | 60º | 0.02% | 0.33% | - |
| HSV(B) | 60º | 0.03% | 0.34% | - |
| XYZ | 8.73 | 9.26 | 9.51 | - |
| YUV | 85.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 83 | 0 | 0 | 0.03 | 0.66 | 60 | 0.02 | 0.33 |
| Hex | 56 | 56 | 53 | 0 | 0 | 3 | 42 | 3C | 2 | 21 |
| Octal | 126 | 126 | 123 | 0 | 0 | 3 | 102 | 74 | 2 | 41 |
| Binary | 1010110 | 1010110 | 1010011 | 0 | 0 | 11 | 1000010 | 111100 | 10 | 100001 |
Color Harmonies of #565653
Complementary color
Monochromatic Colors of #565653
Black with #565653
Text Example
Text Example
White with #565653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565653; }
p { color: rgb(86,86,83); }
H1.HeaderClassName
{
color: #565653;
}
.AnyTagClassName
{
color: #565653;
}
</style>
background-color css
<style>
a { background-color: #565653; }
a { background-color: rgb(86,86,83); }
div.DivClassName
{
background-color: #565653;
}
.BgClassName
{
background-color: #565653;
}
</style>
border-color css
<style>
span { border-color: #565653; }
span { border-color: rgb(86,86,83); }
td.TdClassName
{
border-color: #565653;
}
.TagClassName
{
border-color: #565653;
}
</style>