Shades of Smoky #5B5478
Tints of Smoky #5B5478
RGB
CMYK
RGB Variations
Color information
#5B5478 (or 0x5B5478) is known color: Smoky. HEX triplet: 5B, 54 and 78. RGB value is (91,84,120). Sum of RGB (Red+Green+Blue) = 91+84+120=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5478 is #A4AB87. Grayscale: #5A5A5A. Windows color (decimal): -10791816 or 7885915. OLE color: 7885915.
HSL color Cylindrical-coordinate representation of color #5B5478: hue angle of 251.67º degrees, saturation: 0.18, 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 #5B5478 is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 84 | 120 | - |
| CMYK | 0.24 | 0.3 | 0 | 0.53 |
| HSL | 251.67º | 0.18% | 0.4% | - |
| HSV(B) | 251.67º | 0.3% | 0.47% | - |
| XYZ | 10.87 | 9.92 | 19.11 | - |
| YUV | 90.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 120 | 0.24 | 0.3 | 0 | 0.53 | 251.67 | 0.18 | 0.4 |
| Hex | 5B | 54 | 78 | 18 | 1E | 0 | 35 | FC | 12 | 28 |
| Octal | 133 | 124 | 170 | 30 | 36 | 0 | 65 | 374 | 22 | 50 |
| Binary | 1011011 | 1010100 | 1111000 | 11000 | 11110 | 0 | 110101 | 11111100 | 10010 | 101000 |
Color Harmonies of #5B5478
Complementary color
Monochromatic Colors of #5B5478
Black with #5B5478
Text Example
Text Example
White with #5B5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5478; }
p { color: rgb(91,84,120); }
H1.HeaderClassName
{
color: #5B5478;
}
.AnyTagClassName
{
color: #5B5478;
}
</style>
background-color css
<style>
a { background-color: #5B5478; }
a { background-color: rgb(91,84,120); }
div.DivClassName
{
background-color: #5B5478;
}
.BgClassName
{
background-color: #5B5478;
}
</style>
border-color css
<style>
span { border-color: #5B5478; }
span { border-color: rgb(91,84,120); }
td.TdClassName
{
border-color: #5B5478;
}
.TagClassName
{
border-color: #5B5478;
}
</style>