Shades of Smoky #5E5177
Tints of Smoky #5E5177
RGB
CMYK
RGB Variations
Color information
#5E5177 (or 0x5E5177) is known color: Smoky. HEX triplet: 5E, 51 and 77. RGB value is (94,81,119). Sum of RGB (Red+Green+Blue) = 94+81+119=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5177 is #A1AE88. Grayscale: #595959. Windows color (decimal): -10595977 or 7819614. OLE color: 7819614.
HSL color Cylindrical-coordinate representation of color #5E5177: hue angle of 260.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E5177 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 81 | 119 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.53 |
| HSL | 260.53º | 0.19% | 0.39% | - |
| HSV(B) | 260.53º | 0.32% | 0.47% | - |
| XYZ | 10.89 | 9.6 | 18.73 | - |
| YUV | 89.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 119 | 0.21 | 0.32 | 0 | 0.53 | 260.53 | 0.19 | 0.39 |
| Hex | 5E | 51 | 77 | 15 | 20 | 0 | 35 | 105 | 13 | 27 |
| Octal | 136 | 121 | 167 | 25 | 40 | 0 | 65 | 405 | 23 | 47 |
| Binary | 1011110 | 1010001 | 1110111 | 10101 | 100000 | 0 | 110101 | 100000101 | 10011 | 100111 |
Color Harmonies of #5E5177
Complementary color
Monochromatic Colors of #5E5177
Black with #5E5177
Text Example
Text Example
White with #5E5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5177; }
p { color: rgb(94,81,119); }
H1.HeaderClassName
{
color: #5E5177;
}
.AnyTagClassName
{
color: #5E5177;
}
</style>
background-color css
<style>
a { background-color: #5E5177; }
a { background-color: rgb(94,81,119); }
div.DivClassName
{
background-color: #5E5177;
}
.BgClassName
{
background-color: #5E5177;
}
</style>
border-color css
<style>
span { border-color: #5E5177; }
span { border-color: rgb(94,81,119); }
td.TdClassName
{
border-color: #5E5177;
}
.TagClassName
{
border-color: #5E5177;
}
</style>