Shades of Smoky #564E6D
Tints of Smoky #564E6D
RGB
CMYK
RGB Variations
Color information
#564E6D (or 0x564E6D) is known color: Smoky. HEX triplet: 56, 4E and 6D. RGB value is (86,78,109). Sum of RGB (Red+Green+Blue) = 86+78+109=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #564E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6D is #A9B192. Grayscale: #535353. Windows color (decimal): -11121043 or 7163478. OLE color: 7163478.
HSL color Cylindrical-coordinate representation of color #564E6D: hue angle of 255.48º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564E6D is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 78 | 109 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.57 |
| HSL | 255.48º | 0.17% | 0.37% | - |
| HSV(B) | 255.48º | 0.28% | 0.43% | - |
| XYZ | 9.32 | 8.53 | 15.62 | - |
| YUV | 83.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 109 | 0.21 | 0.28 | 0 | 0.57 | 255.48 | 0.17 | 0.37 |
| Hex | 56 | 4E | 6D | 15 | 1C | 0 | 39 | FF | 11 | 25 |
| Octal | 126 | 116 | 155 | 25 | 34 | 0 | 71 | 377 | 21 | 45 |
| Binary | 1010110 | 1001110 | 1101101 | 10101 | 11100 | 0 | 111001 | 11111111 | 10001 | 100101 |
Color Harmonies of #564E6D
Complementary color
Monochromatic Colors of #564E6D
Black with #564E6D
Text Example
Text Example
White with #564E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E6D; }
p { color: rgb(86,78,109); }
H1.HeaderClassName
{
color: #564E6D;
}
.AnyTagClassName
{
color: #564E6D;
}
</style>
background-color css
<style>
a { background-color: #564E6D; }
a { background-color: rgb(86,78,109); }
div.DivClassName
{
background-color: #564E6D;
}
.BgClassName
{
background-color: #564E6D;
}
</style>
border-color css
<style>
span { border-color: #564E6D; }
span { border-color: rgb(86,78,109); }
td.TdClassName
{
border-color: #564E6D;
}
.TagClassName
{
border-color: #564E6D;
}
</style>