Shades of Smoky #5E5A70
Tints of Smoky #5E5A70
RGB
CMYK
RGB Variations
Color information
#5E5A70 (or 0x5E5A70) is known color: Smoky. HEX triplet: 5E, 5A and 70. RGB value is (94,90,112). Sum of RGB (Red+Green+Blue) = 94+90+112=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A70 is #A1A58F. Grayscale: #5D5D5D. Windows color (decimal): -10593680 or 7363166. OLE color: 7363166.
HSL color Cylindrical-coordinate representation of color #5E5A70: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E5A70 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 90 | 112 | - |
CMYK | 0.16 | 0.20 | 0 | 0.56 |
HSL | 250.91º | 0.11% | 0.4% | - |
HSV(B) | 250.91º | 0.2% | 0.44% | - |
XYZ | 11.2 | 10.86 | 16.84 | - |
YUV | 93.7 | 138.33 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 112 | 0.16 | 0.20 | 0 | 0.56 | 250.91 | 0.11 | 0.4 |
Hex | 5E | 5A | 70 | 10 | 14 | 0 | 38 | FB | B | 28 |
Octal | 136 | 132 | 160 | 20 | 24 | 0 | 70 | 373 | 13 | 50 |
Binary | 1011110 | 1011010 | 1110000 | 10000 | 10100 | 0 | 111000 | 11111011 | 1011 | 101000 |
Color Harmonies of #5E5A70
Complementary color
Monochromatic Colors of #5E5A70
Black with #5E5A70
Text Example
Text Example
White with #5E5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A70; }
p { color: rgb(94,90,112); }
H1.HeaderClassName
{
color: #5E5A70;
}
.AnyTagClassName
{
color: #5E5A70;
}
</style>
background-color css
<style>
a { background-color: #5E5A70; }
a { background-color: rgb(94,90,112); }
div.DivClassName
{
background-color: #5E5A70;
}
.BgClassName
{
background-color: #5E5A70;
}
</style>
border-color css
<style>
span { border-color: #5E5A70; }
span { border-color: rgb(94,90,112); }
td.TdClassName
{
border-color: #5E5A70;
}
.TagClassName
{
border-color: #5E5A70;
}
</style>