Shades of Smoky #564D6E
Tints of Smoky #564D6E
RGB
CMYK
RGB Variations
Color information
#564D6E (or 0x564D6E) is known color: Smoky. HEX triplet: 56, 4D and 6E. RGB value is (86,77,110). Sum of RGB (Red+Green+Blue) = 86+77+110=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #564D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D6E is #A9B291. Grayscale: #535353. Windows color (decimal): -11121298 or 7228758. OLE color: 7228758.
HSL color Cylindrical-coordinate representation of color #564D6E: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #564D6E is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 77 | 110 | - |
| CMYK | 0.22 | 0.3 | 0 | 0.57 |
| HSL | 256.36º | 0.18% | 0.37% | - |
| HSV(B) | 256.36º | 0.3% | 0.43% | - |
| XYZ | 9.31 | 8.41 | 15.89 | - |
| YUV | 83.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 110 | 0.22 | 0.3 | 0 | 0.57 | 256.36 | 0.18 | 0.37 |
| Hex | 56 | 4D | 6E | 16 | 1E | 0 | 39 | 100 | 12 | 25 |
| Octal | 126 | 115 | 156 | 26 | 36 | 0 | 71 | 400 | 22 | 45 |
| Binary | 1010110 | 1001101 | 1101110 | 10110 | 11110 | 0 | 111001 | 100000000 | 10010 | 100101 |
Color Harmonies of #564D6E
Complementary color
Monochromatic Colors of #564D6E
Black with #564D6E
Text Example
Text Example
White with #564D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D6E; }
p { color: rgb(86,77,110); }
H1.HeaderClassName
{
color: #564D6E;
}
.AnyTagClassName
{
color: #564D6E;
}
</style>
background-color css
<style>
a { background-color: #564D6E; }
a { background-color: rgb(86,77,110); }
div.DivClassName
{
background-color: #564D6E;
}
.BgClassName
{
background-color: #564D6E;
}
</style>
border-color css
<style>
span { border-color: #564D6E; }
span { border-color: rgb(86,77,110); }
td.TdClassName
{
border-color: #564D6E;
}
.TagClassName
{
border-color: #564D6E;
}
</style>