Shades of Smoky #5B566A
Tints of Smoky #5B566A
RGB
CMYK
RGB Variations
Color information
#5B566A (or 0x5B566A) is known color: Smoky. HEX triplet: 5B, 56 and 6A. RGB value is (91,86,106). Sum of RGB (Red+Green+Blue) = 91+86+106=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B566A is #A4A995. Grayscale: #595959. Windows color (decimal): -10791318 or 6968923. OLE color: 6968923.
HSL color Cylindrical-coordinate representation of color #5B566A: hue angle of 255º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B566A is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 86 | 106 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.58 |
| HSL | 255º | 0.1% | 0.38% | - |
| HSV(B) | 255º | 0.19% | 0.42% | - |
| XYZ | 10.24 | 9.92 | 15.01 | - |
| YUV | 89.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 106 | 0.14 | 0.19 | 0 | 0.58 | 255 | 0.1 | 0.38 |
| Hex | 5B | 56 | 6A | E | 13 | 0 | 3A | FF | A | 26 |
| Octal | 133 | 126 | 152 | 16 | 23 | 0 | 72 | 377 | 12 | 46 |
| Binary | 1011011 | 1010110 | 1101010 | 1110 | 10011 | 0 | 111010 | 11111111 | 1010 | 100110 |
Color Harmonies of #5B566A
Complementary color
Monochromatic Colors of #5B566A
Black with #5B566A
Text Example
Text Example
White with #5B566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B566A; }
p { color: rgb(91,86,106); }
H1.HeaderClassName
{
color: #5B566A;
}
.AnyTagClassName
{
color: #5B566A;
}
</style>
background-color css
<style>
a { background-color: #5B566A; }
a { background-color: rgb(91,86,106); }
div.DivClassName
{
background-color: #5B566A;
}
.BgClassName
{
background-color: #5B566A;
}
</style>
border-color css
<style>
span { border-color: #5B566A; }
span { border-color: rgb(91,86,106); }
td.TdClassName
{
border-color: #5B566A;
}
.TagClassName
{
border-color: #5B566A;
}
</style>