Shades of Ship Grey #565748
Tints of Ship Grey #565748
RGB
CMYK
RGB Variations
Color information
#565748 (or 0x565748) is known color: Ship Grey. HEX triplet: 56, 57 and 48. RGB value is (86,87,72). Sum of RGB (Red+Green+Blue) = 86+87+72=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 87 - color contains mainly: green. Hex color #565748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565748 is #A9A8B7. Grayscale: #555555. Windows color (decimal): -11118776 or 4740950. OLE color: 4740950.
HSL color Cylindrical-coordinate representation of color #565748: hue angle of 64º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565748 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 72 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.66 |
| HSL | 64º | 0.09% | 0.31% | - |
| HSV(B) | 64º | 0.17% | 0.34% | - |
| XYZ | 8.42 | 9.26 | 7.48 | - |
| YUV | 84.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 72 | 0.01 | 0 | 0.17 | 0.66 | 64 | 0.09 | 0.31 |
| Hex | 56 | 57 | 48 | 1 | 0 | 11 | 42 | 40 | 9 | 1F |
| Octal | 126 | 127 | 110 | 1 | 0 | 21 | 102 | 100 | 11 | 37 |
| Binary | 1010110 | 1010111 | 1001000 | 1 | 0 | 10001 | 1000010 | 1000000 | 1001 | 11111 |
Color Harmonies of #565748
Complementary color
Monochromatic Colors of #565748
Black with #565748
Text Example
Text Example
White with #565748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565748; }
p { color: rgb(86,87,72); }
H1.HeaderClassName
{
color: #565748;
}
.AnyTagClassName
{
color: #565748;
}
</style>
background-color css
<style>
a { background-color: #565748; }
a { background-color: rgb(86,87,72); }
div.DivClassName
{
background-color: #565748;
}
.BgClassName
{
background-color: #565748;
}
</style>
border-color css
<style>
span { border-color: #565748; }
span { border-color: rgb(86,87,72); }
td.TdClassName
{
border-color: #565748;
}
.TagClassName
{
border-color: #565748;
}
</style>