Shades of Smoky #5B5579
Tints of Smoky #5B5579
RGB
CMYK
RGB Variations
Color information
#5B5579 (or 0x5B5579) is known color: Smoky. HEX triplet: 5B, 55 and 79. RGB value is (91,85,121). Sum of RGB (Red+Green+Blue) = 91+85+121=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5579 is #A4AA86. Grayscale: #5A5A5A. Windows color (decimal): -10791559 or 7951707. OLE color: 7951707.
HSL color Cylindrical-coordinate representation of color #5B5579: hue angle of 250º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5579 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 85 | 121 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.53 |
| HSL | 250º | 0.17% | 0.4% | - |
| HSV(B) | 250º | 0.3% | 0.47% | - |
| XYZ | 11.01 | 10.1 | 19.46 | - |
| YUV | 90.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 121 | 0.25 | 0.30 | 0 | 0.53 | 250 | 0.17 | 0.4 |
| Hex | 5B | 55 | 79 | 19 | 1E | 0 | 35 | FA | 11 | 28 |
| Octal | 133 | 125 | 171 | 31 | 36 | 0 | 65 | 372 | 21 | 50 |
| Binary | 1011011 | 1010101 | 1111001 | 11001 | 11110 | 0 | 110101 | 11111010 | 10001 | 101000 |
Color Harmonies of #5B5579
Complementary color
Monochromatic Colors of #5B5579
Black with #5B5579
Text Example
Text Example
White with #5B5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5579; }
p { color: rgb(91,85,121); }
H1.HeaderClassName
{
color: #5B5579;
}
.AnyTagClassName
{
color: #5B5579;
}
</style>
background-color css
<style>
a { background-color: #5B5579; }
a { background-color: rgb(91,85,121); }
div.DivClassName
{
background-color: #5B5579;
}
.BgClassName
{
background-color: #5B5579;
}
</style>
border-color css
<style>
span { border-color: #5B5579; }
span { border-color: rgb(91,85,121); }
td.TdClassName
{
border-color: #5B5579;
}
.TagClassName
{
border-color: #5B5579;
}
</style>