Shades of Smoky #5E5A74
Tints of Smoky #5E5A74
RGB
CMYK
RGB Variations
Color information
#5E5A74 (or 0x5E5A74) is known color: Smoky. HEX triplet: 5E, 5A and 74. RGB value is (94,90,116). Sum of RGB (Red+Green+Blue) = 94+90+116=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A74 is #A1A58B. Grayscale: #5E5E5E. Windows color (decimal): -10593676 or 7625310. OLE color: 7625310.
HSL color Cylindrical-coordinate representation of color #5E5A74: hue angle of 249.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5A74 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 90 | 116 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.55 |
| HSL | 249.23º | 0.13% | 0.4% | - |
| HSV(B) | 249.23º | 0.22% | 0.45% | - |
| XYZ | 11.42 | 10.95 | 18.03 | - |
| YUV | 94.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 116 | 0.19 | 0.22 | 0 | 0.55 | 249.23 | 0.13 | 0.4 |
| Hex | 5E | 5A | 74 | 13 | 16 | 0 | 37 | F9 | D | 28 |
| Octal | 136 | 132 | 164 | 23 | 26 | 0 | 67 | 371 | 15 | 50 |
| Binary | 1011110 | 1011010 | 1110100 | 10011 | 10110 | 0 | 110111 | 11111001 | 1101 | 101000 |
Color Harmonies of #5E5A74
Complementary color
Monochromatic Colors of #5E5A74
Black with #5E5A74
Text Example
Text Example
White with #5E5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A74; }
p { color: rgb(94,90,116); }
H1.HeaderClassName
{
color: #5E5A74;
}
.AnyTagClassName
{
color: #5E5A74;
}
</style>
background-color css
<style>
a { background-color: #5E5A74; }
a { background-color: rgb(94,90,116); }
div.DivClassName
{
background-color: #5E5A74;
}
.BgClassName
{
background-color: #5E5A74;
}
</style>
border-color css
<style>
span { border-color: #5E5A74; }
span { border-color: rgb(94,90,116); }
td.TdClassName
{
border-color: #5E5A74;
}
.TagClassName
{
border-color: #5E5A74;
}
</style>