Shades of Smoky #5B5472
Tints of Smoky #5B5472
RGB
CMYK
RGB Variations
Color information
#5B5472 (or 0x5B5472) is known color: Smoky. HEX triplet: 5B, 54 and 72. RGB value is (91,84,114). Sum of RGB (Red+Green+Blue) = 91+84+114=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5472 is #A4AB8D. Grayscale: #595959. Windows color (decimal): -10791822 or 7492699. OLE color: 7492699.
HSL color Cylindrical-coordinate representation of color #5B5472: hue angle of 254º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5472 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 84 | 114 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.55 |
| HSL | 254º | 0.15% | 0.39% | - |
| HSV(B) | 254º | 0.26% | 0.45% | - |
| XYZ | 10.52 | 9.78 | 17.25 | - |
| YUV | 89.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 114 | 0.20 | 0.26 | 0 | 0.55 | 254 | 0.15 | 0.39 |
| Hex | 5B | 54 | 72 | 14 | 1A | 0 | 37 | FE | F | 27 |
| Octal | 133 | 124 | 162 | 24 | 32 | 0 | 67 | 376 | 17 | 47 |
| Binary | 1011011 | 1010100 | 1110010 | 10100 | 11010 | 0 | 110111 | 11111110 | 1111 | 100111 |
Color Harmonies of #5B5472
Complementary color
Monochromatic Colors of #5B5472
Black with #5B5472
Text Example
Text Example
White with #5B5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5472; }
p { color: rgb(91,84,114); }
H1.HeaderClassName
{
color: #5B5472;
}
.AnyTagClassName
{
color: #5B5472;
}
</style>
background-color css
<style>
a { background-color: #5B5472; }
a { background-color: rgb(91,84,114); }
div.DivClassName
{
background-color: #5B5472;
}
.BgClassName
{
background-color: #5B5472;
}
</style>
border-color css
<style>
span { border-color: #5B5472; }
span { border-color: rgb(91,84,114); }
td.TdClassName
{
border-color: #5B5472;
}
.TagClassName
{
border-color: #5B5472;
}
</style>