Shades of Smoky #5B5676
Tints of Smoky #5B5676
RGB
CMYK
RGB Variations
Color information
#5B5676 (or 0x5B5676) is known color: Smoky. HEX triplet: 5B, 56 and 76. RGB value is (91,86,118). Sum of RGB (Red+Green+Blue) = 91+86+118=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B5676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5676 is #A4A989. Grayscale: #5B5B5B. Windows color (decimal): -10791306 or 7755355. OLE color: 7755355.
HSL color Cylindrical-coordinate representation of color #5B5676: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5676 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 86 | 118 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.54 |
| HSL | 249.38º | 0.16% | 0.4% | - |
| HSV(B) | 249.38º | 0.27% | 0.46% | - |
| XYZ | 10.91 | 10.19 | 18.53 | - |
| YUV | 91.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 118 | 0.23 | 0.27 | 0 | 0.54 | 249.38 | 0.16 | 0.4 |
| Hex | 5B | 56 | 76 | 17 | 1B | 0 | 36 | F9 | 10 | 28 |
| Octal | 133 | 126 | 166 | 27 | 33 | 0 | 66 | 371 | 20 | 50 |
| Binary | 1011011 | 1010110 | 1110110 | 10111 | 11011 | 0 | 110110 | 11111001 | 10000 | 101000 |
Color Harmonies of #5B5676
Complementary color
Monochromatic Colors of #5B5676
Black with #5B5676
Text Example
Text Example
White with #5B5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5676; }
p { color: rgb(91,86,118); }
H1.HeaderClassName
{
color: #5B5676;
}
.AnyTagClassName
{
color: #5B5676;
}
</style>
background-color css
<style>
a { background-color: #5B5676; }
a { background-color: rgb(91,86,118); }
div.DivClassName
{
background-color: #5B5676;
}
.BgClassName
{
background-color: #5B5676;
}
</style>
border-color css
<style>
span { border-color: #5B5676; }
span { border-color: rgb(91,86,118); }
td.TdClassName
{
border-color: #5B5676;
}
.TagClassName
{
border-color: #5B5676;
}
</style>