Shades of Smoky #5B5776
Tints of Smoky #5B5776
RGB
CMYK
RGB Variations
Color information
#5B5776 (or 0x5B5776) is known color: Smoky. HEX triplet: 5B, 57 and 76. RGB value is (91,87,118). Sum of RGB (Red+Green+Blue) = 91+87+118=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5776 is #A4A889. Grayscale: #5B5B5B. Windows color (decimal): -10791050 or 7755611. OLE color: 7755611.
HSL color Cylindrical-coordinate representation of color #5B5776: hue angle of 247.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5776 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 87 | 118 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.54 |
| HSL | 247.74º | 0.15% | 0.4% | - |
| HSV(B) | 247.74º | 0.26% | 0.46% | - |
| XYZ | 10.99 | 10.35 | 18.56 | - |
| YUV | 91.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 118 | 0.23 | 0.26 | 0 | 0.54 | 247.74 | 0.15 | 0.4 |
| Hex | 5B | 57 | 76 | 17 | 1A | 0 | 36 | F8 | F | 28 |
| Octal | 133 | 127 | 166 | 27 | 32 | 0 | 66 | 370 | 17 | 50 |
| Binary | 1011011 | 1010111 | 1110110 | 10111 | 11010 | 0 | 110110 | 11111000 | 1111 | 101000 |
Color Harmonies of #5B5776
Complementary color
Monochromatic Colors of #5B5776
Black with #5B5776
Text Example
Text Example
White with #5B5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5776; }
p { color: rgb(91,87,118); }
H1.HeaderClassName
{
color: #5B5776;
}
.AnyTagClassName
{
color: #5B5776;
}
</style>
background-color css
<style>
a { background-color: #5B5776; }
a { background-color: rgb(91,87,118); }
div.DivClassName
{
background-color: #5B5776;
}
.BgClassName
{
background-color: #5B5776;
}
</style>
border-color css
<style>
span { border-color: #5B5776; }
span { border-color: rgb(91,87,118); }
td.TdClassName
{
border-color: #5B5776;
}
.TagClassName
{
border-color: #5B5776;
}
</style>