Shades of Smoky #5E5777
Tints of Smoky #5E5777
RGB
CMYK
RGB Variations
Color information
#5E5777 (or 0x5E5777) is known color: Smoky. HEX triplet: 5E, 57 and 77. RGB value is (94,87,119). Sum of RGB (Red+Green+Blue) = 94+87+119=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5777 is #A1A888. Grayscale: #5C5C5C. Windows color (decimal): -10594441 or 7821150. OLE color: 7821150.
HSL color Cylindrical-coordinate representation of color #5E5777: hue angle of 253.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5777 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 87 | 119 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.53 |
| HSL | 253.13º | 0.16% | 0.4% | - |
| HSV(B) | 253.13º | 0.27% | 0.47% | - |
| XYZ | 11.35 | 10.53 | 18.89 | - |
| YUV | 92.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 119 | 0.21 | 0.27 | 0 | 0.53 | 253.13 | 0.16 | 0.4 |
| Hex | 5E | 57 | 77 | 15 | 1B | 0 | 35 | FD | 10 | 28 |
| Octal | 136 | 127 | 167 | 25 | 33 | 0 | 65 | 375 | 20 | 50 |
| Binary | 1011110 | 1010111 | 1110111 | 10101 | 11011 | 0 | 110101 | 11111101 | 10000 | 101000 |
Color Harmonies of #5E5777
Complementary color
Monochromatic Colors of #5E5777
Black with #5E5777
Text Example
Text Example
White with #5E5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5777; }
p { color: rgb(94,87,119); }
H1.HeaderClassName
{
color: #5E5777;
}
.AnyTagClassName
{
color: #5E5777;
}
</style>
background-color css
<style>
a { background-color: #5E5777; }
a { background-color: rgb(94,87,119); }
div.DivClassName
{
background-color: #5E5777;
}
.BgClassName
{
background-color: #5E5777;
}
</style>
border-color css
<style>
span { border-color: #5E5777; }
span { border-color: rgb(94,87,119); }
td.TdClassName
{
border-color: #5E5777;
}
.TagClassName
{
border-color: #5E5777;
}
</style>