Shades of Smoky #5E586A
Tints of Smoky #5E586A
RGB
CMYK
RGB Variations
Color information
#5E586A (or 0x5E586A) is known color: Smoky. HEX triplet: 5E, 58 and 6A. RGB value is (94,88,106). Sum of RGB (Red+Green+Blue) = 94+88+106=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E586A is #A1A795. Grayscale: #5B5B5B. Windows color (decimal): -10594198 or 6969438. OLE color: 6969438.
HSL color Cylindrical-coordinate representation of color #5E586A: hue angle of 260º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E586A is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 88 | 106 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.58 |
| HSL | 260º | 0.09% | 0.38% | - |
| HSV(B) | 260º | 0.17% | 0.42% | - |
| XYZ | 10.71 | 10.4 | 15.08 | - |
| YUV | 91.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 106 | 0.11 | 0.17 | 0 | 0.58 | 260 | 0.09 | 0.38 |
| Hex | 5E | 58 | 6A | B | 11 | 0 | 3A | 104 | 9 | 26 |
| Octal | 136 | 130 | 152 | 13 | 21 | 0 | 72 | 404 | 11 | 46 |
| Binary | 1011110 | 1011000 | 1101010 | 1011 | 10001 | 0 | 111010 | 100000100 | 1001 | 100110 |
Color Harmonies of #5E586A
Complementary color
Monochromatic Colors of #5E586A
Black with #5E586A
Text Example
Text Example
White with #5E586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E586A; }
p { color: rgb(94,88,106); }
H1.HeaderClassName
{
color: #5E586A;
}
.AnyTagClassName
{
color: #5E586A;
}
</style>
background-color css
<style>
a { background-color: #5E586A; }
a { background-color: rgb(94,88,106); }
div.DivClassName
{
background-color: #5E586A;
}
.BgClassName
{
background-color: #5E586A;
}
</style>
border-color css
<style>
span { border-color: #5E586A; }
span { border-color: rgb(94,88,106); }
td.TdClassName
{
border-color: #5E586A;
}
.TagClassName
{
border-color: #5E586A;
}
</style>