Shades of Smoky #5B536D
Tints of Smoky #5B536D
RGB
CMYK
RGB Variations
Color information
#5B536D (or 0x5B536D) is known color: Smoky. HEX triplet: 5B, 53 and 6D. RGB value is (91,83,109). Sum of RGB (Red+Green+Blue) = 91+83+109=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536D is #A4AC92. Grayscale: #585858. Windows color (decimal): -10792083 or 7164763. OLE color: 7164763.
HSL color Cylindrical-coordinate representation of color #5B536D: hue angle of 258.46º degrees, saturation: 0.14, 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 #5B536D is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 83 | 109 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.57 |
| HSL | 258.46º | 0.14% | 0.38% | - |
| HSV(B) | 258.46º | 0.24% | 0.43% | - |
| XYZ | 10.17 | 9.51 | 15.77 | - |
| YUV | 88.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 109 | 0.17 | 0.24 | 0 | 0.57 | 258.46 | 0.14 | 0.38 |
| Hex | 5B | 53 | 6D | 11 | 18 | 0 | 39 | 102 | E | 26 |
| Octal | 133 | 123 | 155 | 21 | 30 | 0 | 71 | 402 | 16 | 46 |
| Binary | 1011011 | 1010011 | 1101101 | 10001 | 11000 | 0 | 111001 | 100000010 | 1110 | 100110 |
Color Harmonies of #5B536D
Complementary color
Monochromatic Colors of #5B536D
Black with #5B536D
Text Example
Text Example
White with #5B536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B536D; }
p { color: rgb(91,83,109); }
H1.HeaderClassName
{
color: #5B536D;
}
.AnyTagClassName
{
color: #5B536D;
}
</style>
background-color css
<style>
a { background-color: #5B536D; }
a { background-color: rgb(91,83,109); }
div.DivClassName
{
background-color: #5B536D;
}
.BgClassName
{
background-color: #5B536D;
}
</style>
border-color css
<style>
span { border-color: #5B536D; }
span { border-color: rgb(91,83,109); }
td.TdClassName
{
border-color: #5B536D;
}
.TagClassName
{
border-color: #5B536D;
}
</style>