Shades of Smoky #5B546F
Tints of Smoky #5B546F
RGB
CMYK
RGB Variations
Color information
#5B546F (or 0x5B546F) is known color: Smoky. HEX triplet: 5B, 54 and 6F. RGB value is (91,84,111). Sum of RGB (Red+Green+Blue) = 91+84+111=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B546F is #A4AB90. Grayscale: #595959. Windows color (decimal): -10791825 or 7296091. OLE color: 7296091.
HSL color Cylindrical-coordinate representation of color #5B546F: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B546F is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 84 | 111 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.56 |
| HSL | 255.56º | 0.14% | 0.38% | - |
| HSV(B) | 255.56º | 0.24% | 0.44% | - |
| XYZ | 10.35 | 9.71 | 16.37 | - |
| YUV | 89.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 111 | 0.18 | 0.24 | 0 | 0.56 | 255.56 | 0.14 | 0.38 |
| Hex | 5B | 54 | 6F | 12 | 18 | 0 | 38 | 100 | E | 26 |
| Octal | 133 | 124 | 157 | 22 | 30 | 0 | 70 | 400 | 16 | 46 |
| Binary | 1011011 | 1010100 | 1101111 | 10010 | 11000 | 0 | 111000 | 100000000 | 1110 | 100110 |
Color Harmonies of #5B546F
Complementary color
Monochromatic Colors of #5B546F
Black with #5B546F
Text Example
Text Example
White with #5B546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B546F; }
p { color: rgb(91,84,111); }
H1.HeaderClassName
{
color: #5B546F;
}
.AnyTagClassName
{
color: #5B546F;
}
</style>
background-color css
<style>
a { background-color: #5B546F; }
a { background-color: rgb(91,84,111); }
div.DivClassName
{
background-color: #5B546F;
}
.BgClassName
{
background-color: #5B546F;
}
</style>
border-color css
<style>
span { border-color: #5B546F; }
span { border-color: rgb(91,84,111); }
td.TdClassName
{
border-color: #5B546F;
}
.TagClassName
{
border-color: #5B546F;
}
</style>