Shades of Smoky #5D566E
Tints of Smoky #5D566E
RGB
CMYK
RGB Variations
Color information
#5D566E (or 0x5D566E) is known color: Smoky. HEX triplet: 5D, 56 and 6E. RGB value is (93,86,110). Sum of RGB (Red+Green+Blue) = 93+86+110=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D566E is #A2A991. Grayscale: #5A5A5A. Windows color (decimal): -10660242 or 7231069. OLE color: 7231069.
HSL color Cylindrical-coordinate representation of color #5D566E: hue angle of 257.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D566E is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 86 | 110 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.57 |
| HSL | 257.5º | 0.12% | 0.38% | - |
| HSV(B) | 257.5º | 0.22% | 0.43% | - |
| XYZ | 10.66 | 10.11 | 16.14 | - |
| YUV | 90.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 110 | 0.15 | 0.22 | 0 | 0.57 | 257.5 | 0.12 | 0.38 |
| Hex | 5D | 56 | 6E | F | 16 | 0 | 39 | 102 | C | 26 |
| Octal | 135 | 126 | 156 | 17 | 26 | 0 | 71 | 402 | 14 | 46 |
| Binary | 1011101 | 1010110 | 1101110 | 1111 | 10110 | 0 | 111001 | 100000010 | 1100 | 100110 |
Color Harmonies of #5D566E
Complementary color
Monochromatic Colors of #5D566E
Black with #5D566E
Text Example
Text Example
White with #5D566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D566E; }
p { color: rgb(93,86,110); }
H1.HeaderClassName
{
color: #5D566E;
}
.AnyTagClassName
{
color: #5D566E;
}
</style>
background-color css
<style>
a { background-color: #5D566E; }
a { background-color: rgb(93,86,110); }
div.DivClassName
{
background-color: #5D566E;
}
.BgClassName
{
background-color: #5D566E;
}
</style>
border-color css
<style>
span { border-color: #5D566E; }
span { border-color: rgb(93,86,110); }
td.TdClassName
{
border-color: #5D566E;
}
.TagClassName
{
border-color: #5D566E;
}
</style>