Shades of Smoky #565566
Tints of Smoky #565566
RGB
CMYK
RGB Variations
Color information
#565566 (or 0x565566) is known color: Smoky. HEX triplet: 56, 55 and 66. RGB value is (86,85,102). Sum of RGB (Red+Green+Blue) = 86+85+102=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #565566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565566 is #A9AA99. Grayscale: #575757. Windows color (decimal): -11119258 or 6706518. OLE color: 6706518.
HSL color Cylindrical-coordinate representation of color #565566: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565566 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 86 | 85 | 102 | - |
CMYK | 0.16 | 0.17 | 0 | 0.6 |
HSL | 243.53º | 0.09% | 0.37% | - |
HSV(B) | 243.53º | 0.17% | 0.4% | - |
XYZ | 9.48 | 9.43 | 13.89 | - |
YUV | 87.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 85 | 102 | 0.16 | 0.17 | 0 | 0.6 | 243.53 | 0.09 | 0.37 |
Hex | 56 | 55 | 66 | 10 | 11 | 0 | 3C | F4 | 9 | 25 |
Octal | 126 | 125 | 146 | 20 | 21 | 0 | 74 | 364 | 11 | 45 |
Binary | 1010110 | 1010101 | 1100110 | 10000 | 10001 | 0 | 111100 | 11110100 | 1001 | 100101 |
Color Harmonies of #565566
Complementary color
Monochromatic Colors of #565566
Black with #565566
Text Example
Text Example
White with #565566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565566; }
p { color: rgb(86,85,102); }
H1.HeaderClassName
{
color: #565566;
}
.AnyTagClassName
{
color: #565566;
}
</style>
background-color css
<style>
a { background-color: #565566; }
a { background-color: rgb(86,85,102); }
div.DivClassName
{
background-color: #565566;
}
.BgClassName
{
background-color: #565566;
}
</style>
border-color css
<style>
span { border-color: #565566; }
span { border-color: rgb(86,85,102); }
td.TdClassName
{
border-color: #565566;
}
.TagClassName
{
border-color: #565566;
}
</style>