Shades of Smoky #565660
Tints of Smoky #565660
RGB
CMYK
RGB Variations
Color information
#565660 (or 0x565660) is known color: Smoky. HEX triplet: 56, 56 and 60. RGB value is (86,86,96). Sum of RGB (Red+Green+Blue) = 86+86+96=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #565660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565660 is #A9A99F. Grayscale: #575757. Windows color (decimal): -11119008 or 6313558. OLE color: 6313558.
HSL color Cylindrical-coordinate representation of color #565660: hue angle of 240º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565660 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 86 | 96 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.62 |
| HSL | 240º | 0.05% | 0.36% | - |
| HSV(B) | 240º | 0.1% | 0.38% | - |
| XYZ | 9.28 | 9.48 | 12.41 | - |
| YUV | 87.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 96 | 0.10 | 0.10 | 0 | 0.62 | 240 | 0.05 | 0.36 |
| Hex | 56 | 56 | 60 | A | A | 0 | 3E | F0 | 5 | 24 |
| Octal | 126 | 126 | 140 | 12 | 12 | 0 | 76 | 360 | 5 | 44 |
| Binary | 1010110 | 1010110 | 1100000 | 1010 | 1010 | 0 | 111110 | 11110000 | 101 | 100100 |
Color Harmonies of #565660
Complementary color
Monochromatic Colors of #565660
Black with #565660
Text Example
Text Example
White with #565660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565660; }
p { color: rgb(86,86,96); }
H1.HeaderClassName
{
color: #565660;
}
.AnyTagClassName
{
color: #565660;
}
</style>
background-color css
<style>
a { background-color: #565660; }
a { background-color: rgb(86,86,96); }
div.DivClassName
{
background-color: #565660;
}
.BgClassName
{
background-color: #565660;
}
</style>
border-color css
<style>
span { border-color: #565660; }
span { border-color: rgb(86,86,96); }
td.TdClassName
{
border-color: #565660;
}
.TagClassName
{
border-color: #565660;
}
</style>