Shades of Smoky #5E597B
Tints of Smoky #5E597B
RGB
CMYK
RGB Variations
Color information
#5E597B (or 0x5E597B) is known color: Smoky. HEX triplet: 5E, 59 and 7B. RGB value is (94,89,123). Sum of RGB (Red+Green+Blue) = 94+89+123=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E597B is #A1A684. Grayscale: #5E5E5E. Windows color (decimal): -10593925 or 8083806. OLE color: 8083806.
HSL color Cylindrical-coordinate representation of color #5E597B: hue angle of 248.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E597B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 89 | 123 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.52 |
| HSL | 248.82º | 0.16% | 0.42% | - |
| HSV(B) | 248.82º | 0.28% | 0.48% | - |
| XYZ | 11.76 | 10.95 | 20.23 | - |
| YUV | 94.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 123 | 0.24 | 0.28 | 0 | 0.52 | 248.82 | 0.16 | 0.42 |
| Hex | 5E | 59 | 7B | 18 | 1C | 0 | 34 | F9 | 10 | 2A |
| Octal | 136 | 131 | 173 | 30 | 34 | 0 | 64 | 371 | 20 | 52 |
| Binary | 1011110 | 1011001 | 1111011 | 11000 | 11100 | 0 | 110100 | 11111001 | 10000 | 101010 |
Color Harmonies of #5E597B
Complementary color
Monochromatic Colors of #5E597B
Black with #5E597B
Text Example
Text Example
White with #5E597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E597B; }
p { color: rgb(94,89,123); }
H1.HeaderClassName
{
color: #5E597B;
}
.AnyTagClassName
{
color: #5E597B;
}
</style>
background-color css
<style>
a { background-color: #5E597B; }
a { background-color: rgb(94,89,123); }
div.DivClassName
{
background-color: #5E597B;
}
.BgClassName
{
background-color: #5E597B;
}
</style>
border-color css
<style>
span { border-color: #5E597B; }
span { border-color: rgb(94,89,123); }
td.TdClassName
{
border-color: #5E597B;
}
.TagClassName
{
border-color: #5E597B;
}
</style>