Shades of Smoky #564F6B
Tints of Smoky #564F6B
RGB
CMYK
RGB Variations
Color information
#564F6B (or 0x564F6B) is known color: Smoky. HEX triplet: 56, 4F and 6B. RGB value is (86,79,107). Sum of RGB (Red+Green+Blue) = 86+79+107=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #564F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F6B is #A9B094. Grayscale: #545454. Windows color (decimal): -11120789 or 7032662. OLE color: 7032662.
HSL color Cylindrical-coordinate representation of color #564F6B: hue angle of 255º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564F6B is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 79 | 107 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.58 |
| HSL | 255º | 0.15% | 0.36% | - |
| HSV(B) | 255º | 0.26% | 0.42% | - |
| XYZ | 9.29 | 8.63 | 15.09 | - |
| YUV | 84.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 107 | 0.20 | 0.26 | 0 | 0.58 | 255 | 0.15 | 0.36 |
| Hex | 56 | 4F | 6B | 14 | 1A | 0 | 3A | FF | F | 24 |
| Octal | 126 | 117 | 153 | 24 | 32 | 0 | 72 | 377 | 17 | 44 |
| Binary | 1010110 | 1001111 | 1101011 | 10100 | 11010 | 0 | 111010 | 11111111 | 1111 | 100100 |
Color Harmonies of #564F6B
Complementary color
Monochromatic Colors of #564F6B
Black with #564F6B
Text Example
Text Example
White with #564F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F6B; }
p { color: rgb(86,79,107); }
H1.HeaderClassName
{
color: #564F6B;
}
.AnyTagClassName
{
color: #564F6B;
}
</style>
background-color css
<style>
a { background-color: #564F6B; }
a { background-color: rgb(86,79,107); }
div.DivClassName
{
background-color: #564F6B;
}
.BgClassName
{
background-color: #564F6B;
}
</style>
border-color css
<style>
span { border-color: #564F6B; }
span { border-color: rgb(86,79,107); }
td.TdClassName
{
border-color: #564F6B;
}
.TagClassName
{
border-color: #564F6B;
}
</style>