Shades of Seance #5E4062
Tints of Seance #5E4062
RGB
CMYK
RGB Variations
Color information
#5E4062 (or 0x5E4062) is known color: Seance. HEX triplet: 5E, 40 and 62. RGB value is (94,64,98). Sum of RGB (Red+Green+Blue) = 94+64+98=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4062 is #A1BF9D. Grayscale: #4C4C4C. Windows color (decimal): -10600350 or 6439006. OLE color: 6439006.
HSL color Cylindrical-coordinate representation of color #5E4062: hue angle of 292.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E4062 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 64 | 98 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.62 |
| HSL | 292.94º | 0.21% | 0.32% | - |
| HSV(B) | 292.94º | 0.35% | 0.38% | - |
| XYZ | 8.65 | 6.93 | 12.44 | - |
| YUV | 76.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 98 | 0.04 | 0.35 | 0 | 0.62 | 292.94 | 0.21 | 0.32 |
| Hex | 5E | 40 | 62 | 4 | 23 | 0 | 3E | 125 | 15 | 20 |
| Octal | 136 | 100 | 142 | 4 | 43 | 0 | 76 | 445 | 25 | 40 |
| Binary | 1011110 | 1000000 | 1100010 | 100 | 100011 | 0 | 111110 | 100100101 | 10101 | 100000 |
Color Harmonies of #5E4062
Complementary color
Monochromatic Colors of #5E4062
Black with #5E4062
Text Example
Text Example
White with #5E4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4062; }
p { color: rgb(94,64,98); }
H1.HeaderClassName
{
color: #5E4062;
}
.AnyTagClassName
{
color: #5E4062;
}
</style>
background-color css
<style>
a { background-color: #5E4062; }
a { background-color: rgb(94,64,98); }
div.DivClassName
{
background-color: #5E4062;
}
.BgClassName
{
background-color: #5E4062;
}
</style>
border-color css
<style>
span { border-color: #5E4062; }
span { border-color: rgb(94,64,98); }
td.TdClassName
{
border-color: #5E4062;
}
.TagClassName
{
border-color: #5E4062;
}
</style>