Shades of Seance #5E4160
Tints of Seance #5E4160
RGB
CMYK
RGB Variations
Color information
#5E4160 (or 0x5E4160) is known color: Seance. HEX triplet: 5E, 41 and 60. RGB value is (94,65,96). Sum of RGB (Red+Green+Blue) = 94+65+96=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4160 is #A1BE9F. Grayscale: #4D4D4D. Windows color (decimal): -10600096 or 6308190. OLE color: 6308190.
HSL color Cylindrical-coordinate representation of color #5E4160: hue angle of 296.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4160 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 65 | 96 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.62 |
| HSL | 296.13º | 0.19% | 0.32% | - |
| HSV(B) | 296.13º | 0.32% | 0.38% | - |
| XYZ | 8.62 | 7 | 11.96 | - |
| YUV | 77.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 96 | 0.02 | 0.32 | 0 | 0.62 | 296.13 | 0.19 | 0.32 |
| Hex | 5E | 41 | 60 | 2 | 20 | 0 | 3E | 128 | 13 | 20 |
| Octal | 136 | 101 | 140 | 2 | 40 | 0 | 76 | 450 | 23 | 40 |
| Binary | 1011110 | 1000001 | 1100000 | 10 | 100000 | 0 | 111110 | 100101000 | 10011 | 100000 |
Color Harmonies of #5E4160
Complementary color
Monochromatic Colors of #5E4160
Black with #5E4160
Text Example
Text Example
White with #5E4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4160; }
p { color: rgb(94,65,96); }
H1.HeaderClassName
{
color: #5E4160;
}
.AnyTagClassName
{
color: #5E4160;
}
</style>
background-color css
<style>
a { background-color: #5E4160; }
a { background-color: rgb(94,65,96); }
div.DivClassName
{
background-color: #5E4160;
}
.BgClassName
{
background-color: #5E4160;
}
</style>
border-color css
<style>
span { border-color: #5E4160; }
span { border-color: rgb(94,65,96); }
td.TdClassName
{
border-color: #5E4160;
}
.TagClassName
{
border-color: #5E4160;
}
</style>