Shades of Smoky #5B5576
Tints of Smoky #5B5576
RGB
CMYK
RGB Variations
Color information
#5B5576 (or 0x5B5576) is known color: Smoky. HEX triplet: 5B, 55 and 76. RGB value is (91,85,118). Sum of RGB (Red+Green+Blue) = 91+85+118=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5576 is #A4AA89. Grayscale: #5A5A5A. Windows color (decimal): -10791562 or 7755099. OLE color: 7755099.
HSL color Cylindrical-coordinate representation of color #5B5576: hue angle of 250.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B5576 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 85 | 118 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.54 |
| HSL | 250.91º | 0.16% | 0.4% | - |
| HSV(B) | 250.91º | 0.28% | 0.46% | - |
| XYZ | 10.83 | 10.03 | 18.5 | - |
| YUV | 90.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 118 | 0.23 | 0.28 | 0 | 0.54 | 250.91 | 0.16 | 0.4 |
| Hex | 5B | 55 | 76 | 17 | 1C | 0 | 36 | FB | 10 | 28 |
| Octal | 133 | 125 | 166 | 27 | 34 | 0 | 66 | 373 | 20 | 50 |
| Binary | 1011011 | 1010101 | 1110110 | 10111 | 11100 | 0 | 110110 | 11111011 | 10000 | 101000 |
Color Harmonies of #5B5576
Complementary color
Monochromatic Colors of #5B5576
Black with #5B5576
Text Example
Text Example
White with #5B5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5576; }
p { color: rgb(91,85,118); }
H1.HeaderClassName
{
color: #5B5576;
}
.AnyTagClassName
{
color: #5B5576;
}
</style>
background-color css
<style>
a { background-color: #5B5576; }
a { background-color: rgb(91,85,118); }
div.DivClassName
{
background-color: #5B5576;
}
.BgClassName
{
background-color: #5B5576;
}
</style>
border-color css
<style>
span { border-color: #5B5576; }
span { border-color: rgb(91,85,118); }
td.TdClassName
{
border-color: #5B5576;
}
.TagClassName
{
border-color: #5B5576;
}
</style>