Shades of Smoky #5B5474
Tints of Smoky #5B5474
RGB
CMYK
RGB Variations
Color information
#5B5474 (or 0x5B5474) is known color: Smoky. HEX triplet: 5B, 54 and 74. RGB value is (91,84,116). Sum of RGB (Red+Green+Blue) = 91+84+116=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5474 is #A4AB8B. Grayscale: #595959. Windows color (decimal): -10791820 or 7623771. OLE color: 7623771.
HSL color Cylindrical-coordinate representation of color #5B5474: hue angle of 253.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B5474 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 84 | 116 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.55 |
| HSL | 253.13º | 0.16% | 0.39% | - |
| HSV(B) | 253.13º | 0.28% | 0.45% | - |
| XYZ | 10.64 | 9.83 | 17.86 | - |
| YUV | 89.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 116 | 0.22 | 0.28 | 0 | 0.55 | 253.13 | 0.16 | 0.39 |
| Hex | 5B | 54 | 74 | 16 | 1C | 0 | 37 | FD | 10 | 27 |
| Octal | 133 | 124 | 164 | 26 | 34 | 0 | 67 | 375 | 20 | 47 |
| Binary | 1011011 | 1010100 | 1110100 | 10110 | 11100 | 0 | 110111 | 11111101 | 10000 | 100111 |
Color Harmonies of #5B5474
Complementary color
Monochromatic Colors of #5B5474
Black with #5B5474
Text Example
Text Example
White with #5B5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5474; }
p { color: rgb(91,84,116); }
H1.HeaderClassName
{
color: #5B5474;
}
.AnyTagClassName
{
color: #5B5474;
}
</style>
background-color css
<style>
a { background-color: #5B5474; }
a { background-color: rgb(91,84,116); }
div.DivClassName
{
background-color: #5B5474;
}
.BgClassName
{
background-color: #5B5474;
}
</style>
border-color css
<style>
span { border-color: #5B5474; }
span { border-color: rgb(91,84,116); }
td.TdClassName
{
border-color: #5B5474;
}
.TagClassName
{
border-color: #5B5474;
}
</style>