Shades of Smoky #5D566D
Tints of Smoky #5D566D
RGB
CMYK
RGB Variations
Color information
#5D566D (or 0x5D566D) is known color: Smoky. HEX triplet: 5D, 56 and 6D. RGB value is (93,86,109). Sum of RGB (Red+Green+Blue) = 93+86+109=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D566D is #A2A992. Grayscale: #5A5A5A. Windows color (decimal): -10660243 or 7165533. OLE color: 7165533.
HSL color Cylindrical-coordinate representation of color #5D566D: hue angle of 258.26º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D566D is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 86 | 109 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.57 |
| HSL | 258.26º | 0.12% | 0.38% | - |
| HSV(B) | 258.26º | 0.21% | 0.43% | - |
| XYZ | 10.6 | 10.09 | 15.86 | - |
| YUV | 90.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 109 | 0.15 | 0.21 | 0 | 0.57 | 258.26 | 0.12 | 0.38 |
| Hex | 5D | 56 | 6D | F | 15 | 0 | 39 | 102 | C | 26 |
| Octal | 135 | 126 | 155 | 17 | 25 | 0 | 71 | 402 | 14 | 46 |
| Binary | 1011101 | 1010110 | 1101101 | 1111 | 10101 | 0 | 111001 | 100000010 | 1100 | 100110 |
Color Harmonies of #5D566D
Complementary color
Monochromatic Colors of #5D566D
Black with #5D566D
Text Example
Text Example
White with #5D566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D566D; }
p { color: rgb(93,86,109); }
H1.HeaderClassName
{
color: #5D566D;
}
.AnyTagClassName
{
color: #5D566D;
}
</style>
background-color css
<style>
a { background-color: #5D566D; }
a { background-color: rgb(93,86,109); }
div.DivClassName
{
background-color: #5D566D;
}
.BgClassName
{
background-color: #5D566D;
}
</style>
border-color css
<style>
span { border-color: #5D566D; }
span { border-color: rgb(93,86,109); }
td.TdClassName
{
border-color: #5D566D;
}
.TagClassName
{
border-color: #5D566D;
}
</style>