Shades of Smoky #564F6E
Tints of Smoky #564F6E
RGB
CMYK
RGB Variations
Color information
#564F6E (or 0x564F6E) is known color: Smoky. HEX triplet: 56, 4F and 6E. RGB value is (86,79,110). Sum of RGB (Red+Green+Blue) = 86+79+110=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #564F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F6E is #A9B091. Grayscale: #545454. Windows color (decimal): -11120786 or 7229270. OLE color: 7229270.
HSL color Cylindrical-coordinate representation of color #564F6E: hue angle of 253.55º degrees, saturation: 0.16, 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 #564F6E is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 79 | 110 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.57 |
| HSL | 253.55º | 0.16% | 0.37% | - |
| HSV(B) | 253.55º | 0.28% | 0.43% | - |
| XYZ | 9.45 | 8.7 | 15.93 | - |
| YUV | 84.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 110 | 0.22 | 0.28 | 0 | 0.57 | 253.55 | 0.16 | 0.37 |
| Hex | 56 | 4F | 6E | 16 | 1C | 0 | 39 | FE | 10 | 25 |
| Octal | 126 | 117 | 156 | 26 | 34 | 0 | 71 | 376 | 20 | 45 |
| Binary | 1010110 | 1001111 | 1101110 | 10110 | 11100 | 0 | 111001 | 11111110 | 10000 | 100101 |
Color Harmonies of #564F6E
Complementary color
Monochromatic Colors of #564F6E
Black with #564F6E
Text Example
Text Example
White with #564F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F6E; }
p { color: rgb(86,79,110); }
H1.HeaderClassName
{
color: #564F6E;
}
.AnyTagClassName
{
color: #564F6E;
}
</style>
background-color css
<style>
a { background-color: #564F6E; }
a { background-color: rgb(86,79,110); }
div.DivClassName
{
background-color: #564F6E;
}
.BgClassName
{
background-color: #564F6E;
}
</style>
border-color css
<style>
span { border-color: #564F6E; }
span { border-color: rgb(86,79,110); }
td.TdClassName
{
border-color: #564F6E;
}
.TagClassName
{
border-color: #564F6E;
}
</style>