Shades of Smoky #564E6E
Tints of Smoky #564E6E
RGB
CMYK
RGB Variations
Color information
#564E6E (or 0x564E6E) is known color: Smoky. HEX triplet: 56, 4E and 6E. RGB value is (86,78,110). Sum of RGB (Red+Green+Blue) = 86+78+110=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #564E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6E is #A9B191. Grayscale: #535353. Windows color (decimal): -11121042 or 7229014. OLE color: 7229014.
HSL color Cylindrical-coordinate representation of color #564E6E: hue angle of 255º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #564E6E is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 78 | 110 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.57 |
| HSL | 255º | 0.17% | 0.37% | - |
| HSV(B) | 255º | 0.29% | 0.43% | - |
| XYZ | 9.38 | 8.55 | 15.91 | - |
| YUV | 84.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 110 | 0.22 | 0.29 | 0 | 0.57 | 255 | 0.17 | 0.37 |
| Hex | 56 | 4E | 6E | 16 | 1D | 0 | 39 | FF | 11 | 25 |
| Octal | 126 | 116 | 156 | 26 | 35 | 0 | 71 | 377 | 21 | 45 |
| Binary | 1010110 | 1001110 | 1101110 | 10110 | 11101 | 0 | 111001 | 11111111 | 10001 | 100101 |
Color Harmonies of #564E6E
Complementary color
Monochromatic Colors of #564E6E
Black with #564E6E
Text Example
Text Example
White with #564E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E6E; }
p { color: rgb(86,78,110); }
H1.HeaderClassName
{
color: #564E6E;
}
.AnyTagClassName
{
color: #564E6E;
}
</style>
background-color css
<style>
a { background-color: #564E6E; }
a { background-color: rgb(86,78,110); }
div.DivClassName
{
background-color: #564E6E;
}
.BgClassName
{
background-color: #564E6E;
}
</style>
border-color css
<style>
span { border-color: #564E6E; }
span { border-color: rgb(86,78,110); }
td.TdClassName
{
border-color: #564E6E;
}
.TagClassName
{
border-color: #564E6E;
}
</style>