Shades of Smoky #5E5975
Tints of Smoky #5E5975
RGB
CMYK
RGB Variations
Color information
#5E5975 (or 0x5E5975) is known color: Smoky. HEX triplet: 5E, 59 and 75. RGB value is (94,89,117). Sum of RGB (Red+Green+Blue) = 94+89+117=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E5975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5975 is #A1A68A. Grayscale: #5D5D5D. Windows color (decimal): -10593931 or 7690590. OLE color: 7690590.
HSL color Cylindrical-coordinate representation of color #5E5975: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E5975 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 89 | 117 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.54 |
| HSL | 250.71º | 0.14% | 0.4% | - |
| HSV(B) | 250.71º | 0.24% | 0.46% | - |
| XYZ | 11.4 | 10.81 | 18.32 | - |
| YUV | 93.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 117 | 0.20 | 0.24 | 0 | 0.54 | 250.71 | 0.14 | 0.4 |
| Hex | 5E | 59 | 75 | 14 | 18 | 0 | 36 | FB | E | 28 |
| Octal | 136 | 131 | 165 | 24 | 30 | 0 | 66 | 373 | 16 | 50 |
| Binary | 1011110 | 1011001 | 1110101 | 10100 | 11000 | 0 | 110110 | 11111011 | 1110 | 101000 |
Color Harmonies of #5E5975
Complementary color
Monochromatic Colors of #5E5975
Black with #5E5975
Text Example
Text Example
White with #5E5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5975; }
p { color: rgb(94,89,117); }
H1.HeaderClassName
{
color: #5E5975;
}
.AnyTagClassName
{
color: #5E5975;
}
</style>
background-color css
<style>
a { background-color: #5E5975; }
a { background-color: rgb(94,89,117); }
div.DivClassName
{
background-color: #5E5975;
}
.BgClassName
{
background-color: #5E5975;
}
</style>
border-color css
<style>
span { border-color: #5E5975; }
span { border-color: rgb(94,89,117); }
td.TdClassName
{
border-color: #5E5975;
}
.TagClassName
{
border-color: #5E5975;
}
</style>