Shades of Smoky #565373
Tints of Smoky #565373
RGB
CMYK
RGB Variations
Color information
#565373 (or 0x565373) is known color: Smoky. HEX triplet: 56, 53 and 73. RGB value is (86,83,115). Sum of RGB (Red+Green+Blue) = 86+83+115=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #565373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565373 is #A9AC8C. Grayscale: #575757. Windows color (decimal): -11119757 or 7557974. OLE color: 7557974.
HSL color Cylindrical-coordinate representation of color #565373: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565373 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 83 | 115 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.55 |
| HSL | 245.63º | 0.16% | 0.39% | - |
| HSV(B) | 245.63º | 0.28% | 0.45% | - |
| XYZ | 10.03 | 9.4 | 17.51 | - |
| YUV | 87.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 115 | 0.25 | 0.28 | 0 | 0.55 | 245.63 | 0.16 | 0.39 |
| Hex | 56 | 53 | 73 | 19 | 1C | 0 | 37 | F6 | 10 | 27 |
| Octal | 126 | 123 | 163 | 31 | 34 | 0 | 67 | 366 | 20 | 47 |
| Binary | 1010110 | 1010011 | 1110011 | 11001 | 11100 | 0 | 110111 | 11110110 | 10000 | 100111 |
Color Harmonies of #565373
Complementary color
Monochromatic Colors of #565373
Black with #565373
Text Example
Text Example
White with #565373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565373; }
p { color: rgb(86,83,115); }
H1.HeaderClassName
{
color: #565373;
}
.AnyTagClassName
{
color: #565373;
}
</style>
background-color css
<style>
a { background-color: #565373; }
a { background-color: rgb(86,83,115); }
div.DivClassName
{
background-color: #565373;
}
.BgClassName
{
background-color: #565373;
}
</style>
border-color css
<style>
span { border-color: #565373; }
span { border-color: rgb(86,83,115); }
td.TdClassName
{
border-color: #565373;
}
.TagClassName
{
border-color: #565373;
}
</style>