Shades of Seance #5E166A
Tints of Seance #5E166A
RGB
CMYK
RGB Variations
Color information
#5E166A (or 0x5E166A) is known color: Seance. HEX triplet: 5E, 16 and 6A. RGB value is (94,22,106). Sum of RGB (Red+Green+Blue) = 94+22+106=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E166A is #A1E995. Grayscale: #343434. Windows color (decimal): -10611094 or 6952542. OLE color: 6952542.
HSL color Cylindrical-coordinate representation of color #5E166A: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E166A is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 22 | 106 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.58 |
| HSL | 291.43º | 0.66% | 0.25% | - |
| HSV(B) | 291.43º | 0.79% | 0.42% | - |
| XYZ | 7.5 | 3.99 | 14.01 | - |
| YUV | 53.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 106 | 0.11 | 0.79 | 0 | 0.58 | 291.43 | 0.66 | 0.25 |
| Hex | 5E | 16 | 6A | B | 4F | 0 | 3A | 123 | 42 | 19 |
| Octal | 136 | 26 | 152 | 13 | 117 | 0 | 72 | 443 | 102 | 31 |
| Binary | 1011110 | 10110 | 1101010 | 1011 | 1001111 | 0 | 111010 | 100100011 | 1000010 | 11001 |
Color Harmonies of #5E166A
Complementary color
Monochromatic Colors of #5E166A
Black with #5E166A
Text Example
Text Example
White with #5E166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E166A; }
p { color: rgb(94,22,106); }
H1.HeaderClassName
{
color: #5E166A;
}
.AnyTagClassName
{
color: #5E166A;
}
</style>
background-color css
<style>
a { background-color: #5E166A; }
a { background-color: rgb(94,22,106); }
div.DivClassName
{
background-color: #5E166A;
}
.BgClassName
{
background-color: #5E166A;
}
</style>
border-color css
<style>
span { border-color: #5E166A; }
span { border-color: rgb(94,22,106); }
td.TdClassName
{
border-color: #5E166A;
}
.TagClassName
{
border-color: #5E166A;
}
</style>