Shades of Smoky #5B5072
Tints of Smoky #5B5072
RGB
CMYK
RGB Variations
Color information
#5B5072 (or 0x5B5072) is known color: Smoky. HEX triplet: 5B, 50 and 72. RGB value is (91,80,114). Sum of RGB (Red+Green+Blue) = 91+80+114=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5072 is #A4AF8D. Grayscale: #575757. Windows color (decimal): -10792846 or 7491675. OLE color: 7491675.
HSL color Cylindrical-coordinate representation of color #5B5072: hue angle of 259.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5072 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 80 | 114 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.55 |
| HSL | 259.41º | 0.18% | 0.38% | - |
| HSV(B) | 259.41º | 0.3% | 0.45% | - |
| XYZ | 10.22 | 9.18 | 17.15 | - |
| YUV | 87.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 114 | 0.20 | 0.30 | 0 | 0.55 | 259.41 | 0.18 | 0.38 |
| Hex | 5B | 50 | 72 | 14 | 1E | 0 | 37 | 103 | 12 | 26 |
| Octal | 133 | 120 | 162 | 24 | 36 | 0 | 67 | 403 | 22 | 46 |
| Binary | 1011011 | 1010000 | 1110010 | 10100 | 11110 | 0 | 110111 | 100000011 | 10010 | 100110 |
Color Harmonies of #5B5072
Complementary color
Monochromatic Colors of #5B5072
Black with #5B5072
Text Example
Text Example
White with #5B5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5072; }
p { color: rgb(91,80,114); }
H1.HeaderClassName
{
color: #5B5072;
}
.AnyTagClassName
{
color: #5B5072;
}
</style>
background-color css
<style>
a { background-color: #5B5072; }
a { background-color: rgb(91,80,114); }
div.DivClassName
{
background-color: #5B5072;
}
.BgClassName
{
background-color: #5B5072;
}
</style>
border-color css
<style>
span { border-color: #5B5072; }
span { border-color: rgb(91,80,114); }
td.TdClassName
{
border-color: #5B5072;
}
.TagClassName
{
border-color: #5B5072;
}
</style>