Shades of Smoky #5B546D
Tints of Smoky #5B546D
RGB
CMYK
RGB Variations
Color information
#5B546D (or 0x5B546D) is known color: Smoky. HEX triplet: 5B, 54 and 6D. RGB value is (91,84,109). Sum of RGB (Red+Green+Blue) = 91+84+109=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B546D is #A4AB92. Grayscale: #585858. Windows color (decimal): -10791827 or 7165019. OLE color: 7165019.
HSL color Cylindrical-coordinate representation of color #5B546D: hue angle of 256.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B546D is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 84 | 109 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.57 |
| HSL | 256.8º | 0.13% | 0.38% | - |
| HSV(B) | 256.8º | 0.23% | 0.43% | - |
| XYZ | 10.25 | 9.67 | 15.79 | - |
| YUV | 88.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 109 | 0.17 | 0.23 | 0 | 0.57 | 256.8 | 0.13 | 0.38 |
| Hex | 5B | 54 | 6D | 11 | 17 | 0 | 39 | 101 | D | 26 |
| Octal | 133 | 124 | 155 | 21 | 27 | 0 | 71 | 401 | 15 | 46 |
| Binary | 1011011 | 1010100 | 1101101 | 10001 | 10111 | 0 | 111001 | 100000001 | 1101 | 100110 |
Color Harmonies of #5B546D
Complementary color
Monochromatic Colors of #5B546D
Black with #5B546D
Text Example
Text Example
White with #5B546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B546D; }
p { color: rgb(91,84,109); }
H1.HeaderClassName
{
color: #5B546D;
}
.AnyTagClassName
{
color: #5B546D;
}
</style>
background-color css
<style>
a { background-color: #5B546D; }
a { background-color: rgb(91,84,109); }
div.DivClassName
{
background-color: #5B546D;
}
.BgClassName
{
background-color: #5B546D;
}
</style>
border-color css
<style>
span { border-color: #5B546D; }
span { border-color: rgb(91,84,109); }
td.TdClassName
{
border-color: #5B546D;
}
.TagClassName
{
border-color: #5B546D;
}
</style>