Shades of Smoky #564C70
Tints of Smoky #564C70
RGB
CMYK
RGB Variations
Color information
#564C70 (or 0x564C70) is known color: Smoky. HEX triplet: 56, 4C and 70. RGB value is (86,76,112). Sum of RGB (Red+Green+Blue) = 86+76+112=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #564C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C70 is #A9B38F. Grayscale: #525252. Windows color (decimal): -11121552 or 7359574. OLE color: 7359574.
HSL color Cylindrical-coordinate representation of color #564C70: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564C70 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 76 | 112 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.56 |
| HSL | 256.67º | 0.19% | 0.37% | - |
| HSV(B) | 256.67º | 0.32% | 0.44% | - |
| XYZ | 9.35 | 8.32 | 16.44 | - |
| YUV | 83.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 112 | 0.23 | 0.32 | 0 | 0.56 | 256.67 | 0.19 | 0.37 |
| Hex | 56 | 4C | 70 | 17 | 20 | 0 | 38 | 101 | 13 | 25 |
| Octal | 126 | 114 | 160 | 27 | 40 | 0 | 70 | 401 | 23 | 45 |
| Binary | 1010110 | 1001100 | 1110000 | 10111 | 100000 | 0 | 111000 | 100000001 | 10011 | 100101 |
Color Harmonies of #564C70
Complementary color
Monochromatic Colors of #564C70
Black with #564C70
Text Example
Text Example
White with #564C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C70; }
p { color: rgb(86,76,112); }
H1.HeaderClassName
{
color: #564C70;
}
.AnyTagClassName
{
color: #564C70;
}
</style>
background-color css
<style>
a { background-color: #564C70; }
a { background-color: rgb(86,76,112); }
div.DivClassName
{
background-color: #564C70;
}
.BgClassName
{
background-color: #564C70;
}
</style>
border-color css
<style>
span { border-color: #564C70; }
span { border-color: rgb(86,76,112); }
td.TdClassName
{
border-color: #564C70;
}
.TagClassName
{
border-color: #564C70;
}
</style>