Shades of Smoky #564F6C
Tints of Smoky #564F6C
RGB
CMYK
RGB Variations
Color information
#564F6C (or 0x564F6C) is known color: Smoky. HEX triplet: 56, 4F and 6C. RGB value is (86,79,108). Sum of RGB (Red+Green+Blue) = 86+79+108=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #564F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F6C is #A9B093. Grayscale: #545454. Windows color (decimal): -11120788 or 7098198. OLE color: 7098198.
HSL color Cylindrical-coordinate representation of color #564F6C: hue angle of 254.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564F6C is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 79 | 108 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.58 |
| HSL | 254.48º | 0.16% | 0.37% | - |
| HSV(B) | 254.48º | 0.27% | 0.42% | - |
| XYZ | 9.34 | 8.65 | 15.37 | - |
| YUV | 84.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 108 | 0.20 | 0.27 | 0 | 0.58 | 254.48 | 0.16 | 0.37 |
| Hex | 56 | 4F | 6C | 14 | 1B | 0 | 3A | FE | 10 | 25 |
| Octal | 126 | 117 | 154 | 24 | 33 | 0 | 72 | 376 | 20 | 45 |
| Binary | 1010110 | 1001111 | 1101100 | 10100 | 11011 | 0 | 111010 | 11111110 | 10000 | 100101 |
Color Harmonies of #564F6C
Complementary color
Monochromatic Colors of #564F6C
Black with #564F6C
Text Example
Text Example
White with #564F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F6C; }
p { color: rgb(86,79,108); }
H1.HeaderClassName
{
color: #564F6C;
}
.AnyTagClassName
{
color: #564F6C;
}
</style>
background-color css
<style>
a { background-color: #564F6C; }
a { background-color: rgb(86,79,108); }
div.DivClassName
{
background-color: #564F6C;
}
.BgClassName
{
background-color: #564F6C;
}
</style>
border-color css
<style>
span { border-color: #564F6C; }
span { border-color: rgb(86,79,108); }
td.TdClassName
{
border-color: #564F6C;
}
.TagClassName
{
border-color: #564F6C;
}
</style>