Shades of Smoky #5E5675
Tints of Smoky #5E5675
RGB
CMYK
RGB Variations
Color information
#5E5675 (or 0x5E5675) is known color: Smoky. HEX triplet: 5E, 56 and 75. RGB value is (94,86,117). Sum of RGB (Red+Green+Blue) = 94+86+117=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5675 is #A1A98A. Grayscale: #5B5B5B. Windows color (decimal): -10594699 or 7689822. OLE color: 7689822.
HSL color Cylindrical-coordinate representation of color #5E5675: hue angle of 255.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E5675 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 86 | 117 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.54 |
| HSL | 255.48º | 0.15% | 0.4% | - |
| HSV(B) | 255.48º | 0.26% | 0.46% | - |
| XYZ | 11.15 | 10.32 | 18.23 | - |
| YUV | 91.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 117 | 0.20 | 0.26 | 0 | 0.54 | 255.48 | 0.15 | 0.4 |
| Hex | 5E | 56 | 75 | 14 | 1A | 0 | 36 | FF | F | 28 |
| Octal | 136 | 126 | 165 | 24 | 32 | 0 | 66 | 377 | 17 | 50 |
| Binary | 1011110 | 1010110 | 1110101 | 10100 | 11010 | 0 | 110110 | 11111111 | 1111 | 101000 |
Color Harmonies of #5E5675
Complementary color
Monochromatic Colors of #5E5675
Black with #5E5675
Text Example
Text Example
White with #5E5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5675; }
p { color: rgb(94,86,117); }
H1.HeaderClassName
{
color: #5E5675;
}
.AnyTagClassName
{
color: #5E5675;
}
</style>
background-color css
<style>
a { background-color: #5E5675; }
a { background-color: rgb(94,86,117); }
div.DivClassName
{
background-color: #5E5675;
}
.BgClassName
{
background-color: #5E5675;
}
</style>
border-color css
<style>
span { border-color: #5E5675; }
span { border-color: rgb(94,86,117); }
td.TdClassName
{
border-color: #5E5675;
}
.TagClassName
{
border-color: #5E5675;
}
</style>