Shades of Smoky #5B5873
Tints of Smoky #5B5873
RGB
CMYK
RGB Variations
Color information
#5B5873 (or 0x5B5873) is known color: Smoky. HEX triplet: 5B, 58 and 73. RGB value is (91,88,115). Sum of RGB (Red+Green+Blue) = 91+88+115=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5873 is #A4A78C. Grayscale: #5B5B5B. Windows color (decimal): -10790797 or 7559259. OLE color: 7559259.
HSL color Cylindrical-coordinate representation of color #5B5873: hue angle of 246.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5873 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 88 | 115 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.55 |
| HSL | 246.67º | 0.13% | 0.4% | - |
| HSV(B) | 246.67º | 0.23% | 0.45% | - |
| XYZ | 10.9 | 10.44 | 17.66 | - |
| YUV | 91.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 115 | 0.21 | 0.23 | 0 | 0.55 | 246.67 | 0.13 | 0.4 |
| Hex | 5B | 58 | 73 | 15 | 17 | 0 | 37 | F7 | D | 28 |
| Octal | 133 | 130 | 163 | 25 | 27 | 0 | 67 | 367 | 15 | 50 |
| Binary | 1011011 | 1011000 | 1110011 | 10101 | 10111 | 0 | 110111 | 11110111 | 1101 | 101000 |
Color Harmonies of #5B5873
Complementary color
Monochromatic Colors of #5B5873
Black with #5B5873
Text Example
Text Example
White with #5B5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5873; }
p { color: rgb(91,88,115); }
H1.HeaderClassName
{
color: #5B5873;
}
.AnyTagClassName
{
color: #5B5873;
}
</style>
background-color css
<style>
a { background-color: #5B5873; }
a { background-color: rgb(91,88,115); }
div.DivClassName
{
background-color: #5B5873;
}
.BgClassName
{
background-color: #5B5873;
}
</style>
border-color css
<style>
span { border-color: #5B5873; }
span { border-color: rgb(91,88,115); }
td.TdClassName
{
border-color: #5B5873;
}
.TagClassName
{
border-color: #5B5873;
}
</style>