Shades of Smoky #565171
Tints of Smoky #565171
RGB
CMYK
RGB Variations
Color information
#565171 (or 0x565171) is known color: Smoky. HEX triplet: 56, 51 and 71. RGB value is (86,81,113). Sum of RGB (Red+Green+Blue) = 86+81+113=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #565171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565171 is #A9AE8E. Grayscale: #565656. Windows color (decimal): -11120271 or 7426390. OLE color: 7426390.
HSL color Cylindrical-coordinate representation of color #565171: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565171 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 81 | 113 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.56 |
| HSL | 249.38º | 0.16% | 0.38% | - |
| HSV(B) | 249.38º | 0.28% | 0.44% | - |
| XYZ | 9.76 | 9.06 | 16.86 | - |
| YUV | 86.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 113 | 0.24 | 0.28 | 0 | 0.56 | 249.38 | 0.16 | 0.38 |
| Hex | 56 | 51 | 71 | 18 | 1C | 0 | 38 | F9 | 10 | 26 |
| Octal | 126 | 121 | 161 | 30 | 34 | 0 | 70 | 371 | 20 | 46 |
| Binary | 1010110 | 1010001 | 1110001 | 11000 | 11100 | 0 | 111000 | 11111001 | 10000 | 100110 |
Color Harmonies of #565171
Complementary color
Monochromatic Colors of #565171
Black with #565171
Text Example
Text Example
White with #565171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565171; }
p { color: rgb(86,81,113); }
H1.HeaderClassName
{
color: #565171;
}
.AnyTagClassName
{
color: #565171;
}
</style>
background-color css
<style>
a { background-color: #565171; }
a { background-color: rgb(86,81,113); }
div.DivClassName
{
background-color: #565171;
}
.BgClassName
{
background-color: #565171;
}
</style>
border-color css
<style>
span { border-color: #565171; }
span { border-color: rgb(86,81,113); }
td.TdClassName
{
border-color: #565171;
}
.TagClassName
{
border-color: #565171;
}
</style>