Shades of Smoky #5B546E
Tints of Smoky #5B546E
RGB
CMYK
RGB Variations
Color information
#5B546E (or 0x5B546E) is known color: Smoky. HEX triplet: 5B, 54 and 6E. RGB value is (91,84,110). Sum of RGB (Red+Green+Blue) = 91+84+110=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B546E is #A4AB91. Grayscale: #585858. Windows color (decimal): -10791826 or 7230555. OLE color: 7230555.
HSL color Cylindrical-coordinate representation of color #5B546E: hue angle of 256.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B546E is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 84 | 110 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.57 |
| HSL | 256.15º | 0.13% | 0.38% | - |
| HSV(B) | 256.15º | 0.24% | 0.43% | - |
| XYZ | 10.3 | 9.69 | 16.08 | - |
| YUV | 89.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 110 | 0.17 | 0.24 | 0 | 0.57 | 256.15 | 0.13 | 0.38 |
| Hex | 5B | 54 | 6E | 11 | 18 | 0 | 39 | 100 | D | 26 |
| Octal | 133 | 124 | 156 | 21 | 30 | 0 | 71 | 400 | 15 | 46 |
| Binary | 1011011 | 1010100 | 1101110 | 10001 | 11000 | 0 | 111001 | 100000000 | 1101 | 100110 |
Color Harmonies of #5B546E
Complementary color
Monochromatic Colors of #5B546E
Black with #5B546E
Text Example
Text Example
White with #5B546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B546E; }
p { color: rgb(91,84,110); }
H1.HeaderClassName
{
color: #5B546E;
}
.AnyTagClassName
{
color: #5B546E;
}
</style>
background-color css
<style>
a { background-color: #5B546E; }
a { background-color: rgb(91,84,110); }
div.DivClassName
{
background-color: #5B546E;
}
.BgClassName
{
background-color: #5B546E;
}
</style>
border-color css
<style>
span { border-color: #5B546E; }
span { border-color: rgb(91,84,110); }
td.TdClassName
{
border-color: #5B546E;
}
.TagClassName
{
border-color: #5B546E;
}
</style>