Shades of Smoky #5B566D
Tints of Smoky #5B566D
RGB
CMYK
RGB Variations
Color information
#5B566D (or 0x5B566D) is known color: Smoky. HEX triplet: 5B, 56 and 6D. RGB value is (91,86,109). Sum of RGB (Red+Green+Blue) = 91+86+109=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B566D is #A4A992. Grayscale: #5A5A5A. Windows color (decimal): -10791315 or 7165531. OLE color: 7165531.
HSL color Cylindrical-coordinate representation of color #5B566D: hue angle of 253.04º 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 #5B566D is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 86 | 109 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.57 |
| HSL | 253.04º | 0.12% | 0.38% | - |
| HSV(B) | 253.04º | 0.21% | 0.43% | - |
| XYZ | 10.4 | 9.98 | 15.85 | - |
| YUV | 90.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 109 | 0.17 | 0.21 | 0 | 0.57 | 253.04 | 0.12 | 0.38 |
| Hex | 5B | 56 | 6D | 11 | 15 | 0 | 39 | FD | C | 26 |
| Octal | 133 | 126 | 155 | 21 | 25 | 0 | 71 | 375 | 14 | 46 |
| Binary | 1011011 | 1010110 | 1101101 | 10001 | 10101 | 0 | 111001 | 11111101 | 1100 | 100110 |
Color Harmonies of #5B566D
Complementary color
Monochromatic Colors of #5B566D
Black with #5B566D
Text Example
Text Example
White with #5B566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B566D; }
p { color: rgb(91,86,109); }
H1.HeaderClassName
{
color: #5B566D;
}
.AnyTagClassName
{
color: #5B566D;
}
</style>
background-color css
<style>
a { background-color: #5B566D; }
a { background-color: rgb(91,86,109); }
div.DivClassName
{
background-color: #5B566D;
}
.BgClassName
{
background-color: #5B566D;
}
</style>
border-color css
<style>
span { border-color: #5B566D; }
span { border-color: rgb(91,86,109); }
td.TdClassName
{
border-color: #5B566D;
}
.TagClassName
{
border-color: #5B566D;
}
</style>