Shades of Smoky #5B5073
Tints of Smoky #5B5073
RGB
CMYK
RGB Variations
Color information
#5B5073 (or 0x5B5073) is known color: Smoky. HEX triplet: 5B, 50 and 73. RGB value is (91,80,115). Sum of RGB (Red+Green+Blue) = 91+80+115=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5073 is #A4AF8C. Grayscale: #575757. Windows color (decimal): -10792845 or 7557211. OLE color: 7557211.
HSL color Cylindrical-coordinate representation of color #5B5073: hue angle of 258.86º 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 #5B5073 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 80 | 115 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.55 |
| HSL | 258.86º | 0.18% | 0.38% | - |
| HSV(B) | 258.86º | 0.3% | 0.45% | - |
| XYZ | 10.28 | 9.2 | 17.45 | - |
| YUV | 87.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 115 | 0.21 | 0.30 | 0 | 0.55 | 258.86 | 0.18 | 0.38 |
| Hex | 5B | 50 | 73 | 15 | 1E | 0 | 37 | 103 | 12 | 26 |
| Octal | 133 | 120 | 163 | 25 | 36 | 0 | 67 | 403 | 22 | 46 |
| Binary | 1011011 | 1010000 | 1110011 | 10101 | 11110 | 0 | 110111 | 100000011 | 10010 | 100110 |
Color Harmonies of #5B5073
Complementary color
Monochromatic Colors of #5B5073
Black with #5B5073
Text Example
Text Example
White with #5B5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5073; }
p { color: rgb(91,80,115); }
H1.HeaderClassName
{
color: #5B5073;
}
.AnyTagClassName
{
color: #5B5073;
}
</style>
background-color css
<style>
a { background-color: #5B5073; }
a { background-color: rgb(91,80,115); }
div.DivClassName
{
background-color: #5B5073;
}
.BgClassName
{
background-color: #5B5073;
}
</style>
border-color css
<style>
span { border-color: #5B5073; }
span { border-color: rgb(91,80,115); }
td.TdClassName
{
border-color: #5B5073;
}
.TagClassName
{
border-color: #5B5073;
}
</style>