Shades of Smoky #5E586E
Tints of Smoky #5E586E
RGB
CMYK
RGB Variations
Color information
#5E586E (or 0x5E586E) is known color: Smoky. HEX triplet: 5E, 58 and 6E. RGB value is (94,88,110). Sum of RGB (Red+Green+Blue) = 94+88+110=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E586E is #A1A791. Grayscale: #5C5C5C. Windows color (decimal): -10594194 or 7231582. OLE color: 7231582.
HSL color Cylindrical-coordinate representation of color #5E586E: hue angle of 256.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E586E is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 88 | 110 | - |
CMYK | 0.15 | 0.2 | 0 | 0.57 |
HSL | 256.36º | 0.11% | 0.39% | - |
HSV(B) | 256.36º | 0.2% | 0.43% | - |
XYZ | 10.92 | 10.48 | 16.2 | - |
YUV | 92.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 88 | 110 | 0.15 | 0.2 | 0 | 0.57 | 256.36 | 0.11 | 0.39 |
Hex | 5E | 58 | 6E | F | 14 | 0 | 39 | 100 | B | 27 |
Octal | 136 | 130 | 156 | 17 | 24 | 0 | 71 | 400 | 13 | 47 |
Binary | 1011110 | 1011000 | 1101110 | 1111 | 10100 | 0 | 111001 | 100000000 | 1011 | 100111 |
Color Harmonies of #5E586E
Complementary color
Monochromatic Colors of #5E586E
Black with #5E586E
Text Example
Text Example
White with #5E586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E586E; }
p { color: rgb(94,88,110); }
H1.HeaderClassName
{
color: #5E586E;
}
.AnyTagClassName
{
color: #5E586E;
}
</style>
background-color css
<style>
a { background-color: #5E586E; }
a { background-color: rgb(94,88,110); }
div.DivClassName
{
background-color: #5E586E;
}
.BgClassName
{
background-color: #5E586E;
}
</style>
border-color css
<style>
span { border-color: #5E586E; }
span { border-color: rgb(94,88,110); }
td.TdClassName
{
border-color: #5E586E;
}
.TagClassName
{
border-color: #5E586E;
}
</style>