Shades of Seance #5E316A
Tints of Seance #5E316A
RGB
CMYK
RGB Variations
Color information
#5E316A (or 0x5E316A) is known color: Seance. HEX triplet: 5E, 31 and 6A. RGB value is (94,49,106). Sum of RGB (Red+Green+Blue) = 94+49+106=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E316A is #A1CE95. Grayscale: #444444. Windows color (decimal): -10604182 or 6959454. OLE color: 6959454.
HSL color Cylindrical-coordinate representation of color #5E316A: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E316A is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 49 | 106 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.58 |
| HSL | 287.37º | 0.37% | 0.3% | - |
| HSV(B) | 287.37º | 0.54% | 0.42% | - |
| XYZ | 8.32 | 5.62 | 14.28 | - |
| YUV | 68.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 106 | 0.11 | 0.54 | 0 | 0.58 | 287.37 | 0.37 | 0.3 |
| Hex | 5E | 31 | 6A | B | 36 | 0 | 3A | 11F | 25 | 1E |
| Octal | 136 | 61 | 152 | 13 | 66 | 0 | 72 | 437 | 45 | 36 |
| Binary | 1011110 | 110001 | 1101010 | 1011 | 110110 | 0 | 111010 | 100011111 | 100101 | 11110 |
Color Harmonies of #5E316A
Complementary color
Monochromatic Colors of #5E316A
Black with #5E316A
Text Example
Text Example
White with #5E316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E316A; }
p { color: rgb(94,49,106); }
H1.HeaderClassName
{
color: #5E316A;
}
.AnyTagClassName
{
color: #5E316A;
}
</style>
background-color css
<style>
a { background-color: #5E316A; }
a { background-color: rgb(94,49,106); }
div.DivClassName
{
background-color: #5E316A;
}
.BgClassName
{
background-color: #5E316A;
}
</style>
border-color css
<style>
span { border-color: #5E316A; }
span { border-color: rgb(94,49,106); }
td.TdClassName
{
border-color: #5E316A;
}
.TagClassName
{
border-color: #5E316A;
}
</style>