Shades of Smoky #5E587C
Tints of Smoky #5E587C
RGB
CMYK
RGB Variations
Color information
#5E587C (or 0x5E587C) is known color: Smoky. HEX triplet: 5E, 58 and 7C. RGB value is (94,88,124). Sum of RGB (Red+Green+Blue) = 94+88+124=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E587C is #A1A783. Grayscale: #5D5D5D. Windows color (decimal): -10594180 or 8149086. OLE color: 8149086.
HSL color Cylindrical-coordinate representation of color #5E587C: hue angle of 250º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E587C is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 88 | 124 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.51 |
| HSL | 250º | 0.17% | 0.42% | - |
| HSV(B) | 250º | 0.29% | 0.49% | - |
| XYZ | 11.74 | 10.81 | 20.54 | - |
| YUV | 93.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 124 | 0.24 | 0.29 | 0 | 0.51 | 250 | 0.17 | 0.42 |
| Hex | 5E | 58 | 7C | 18 | 1D | 0 | 33 | FA | 11 | 2A |
| Octal | 136 | 130 | 174 | 30 | 35 | 0 | 63 | 372 | 21 | 52 |
| Binary | 1011110 | 1011000 | 1111100 | 11000 | 11101 | 0 | 110011 | 11111010 | 10001 | 101010 |
Color Harmonies of #5E587C
Complementary color
Monochromatic Colors of #5E587C
Black with #5E587C
Text Example
Text Example
White with #5E587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E587C; }
p { color: rgb(94,88,124); }
H1.HeaderClassName
{
color: #5E587C;
}
.AnyTagClassName
{
color: #5E587C;
}
</style>
background-color css
<style>
a { background-color: #5E587C; }
a { background-color: rgb(94,88,124); }
div.DivClassName
{
background-color: #5E587C;
}
.BgClassName
{
background-color: #5E587C;
}
</style>
border-color css
<style>
span { border-color: #5E587C; }
span { border-color: rgb(94,88,124); }
td.TdClassName
{
border-color: #5E587C;
}
.TagClassName
{
border-color: #5E587C;
}
</style>