Shades of Smoky #5E586F
Tints of Smoky #5E586F
RGB
CMYK
RGB Variations
Color information
#5E586F (or 0x5E586F) is known color: Smoky. HEX triplet: 5E, 58 and 6F. RGB value is (94,88,111). Sum of RGB (Red+Green+Blue) = 94+88+111=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E586F is #A1A790. Grayscale: #5C5C5C. Windows color (decimal): -10594193 or 7297118. OLE color: 7297118.
HSL color Cylindrical-coordinate representation of color #5E586F: hue angle of 255.65º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E586F is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 88 | 111 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.56 |
| HSL | 255.65º | 0.12% | 0.39% | - |
| HSV(B) | 255.65º | 0.21% | 0.44% | - |
| XYZ | 10.98 | 10.51 | 16.49 | - |
| YUV | 92.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 111 | 0.15 | 0.21 | 0 | 0.56 | 255.65 | 0.12 | 0.39 |
| Hex | 5E | 58 | 6F | F | 15 | 0 | 38 | 100 | C | 27 |
| Octal | 136 | 130 | 157 | 17 | 25 | 0 | 70 | 400 | 14 | 47 |
| Binary | 1011110 | 1011000 | 1101111 | 1111 | 10101 | 0 | 111000 | 100000000 | 1100 | 100111 |
Color Harmonies of #5E586F
Complementary color
Monochromatic Colors of #5E586F
Black with #5E586F
Text Example
Text Example
White with #5E586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E586F; }
p { color: rgb(94,88,111); }
H1.HeaderClassName
{
color: #5E586F;
}
.AnyTagClassName
{
color: #5E586F;
}
</style>
background-color css
<style>
a { background-color: #5E586F; }
a { background-color: rgb(94,88,111); }
div.DivClassName
{
background-color: #5E586F;
}
.BgClassName
{
background-color: #5E586F;
}
</style>
border-color css
<style>
span { border-color: #5E586F; }
span { border-color: rgb(94,88,111); }
td.TdClassName
{
border-color: #5E586F;
}
.TagClassName
{
border-color: #5E586F;
}
</style>