Shades of Seance #5E166D
Tints of Seance #5E166D
RGB
CMYK
RGB Variations
Color information
#5E166D (or 0x5E166D) is known color: Seance. HEX triplet: 5E, 16 and 6D. RGB value is (94,22,109). Sum of RGB (Red+Green+Blue) = 94+22+109=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E166D is #A1E992. Grayscale: #353535. Windows color (decimal): -10611091 or 7149150. OLE color: 7149150.
HSL color Cylindrical-coordinate representation of color #5E166D: hue angle of 289.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E166D is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 22 | 109 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.57 |
| HSL | 289.66º | 0.66% | 0.26% | - |
| HSV(B) | 289.66º | 0.8% | 0.43% | - |
| XYZ | 7.66 | 4.06 | 14.85 | - |
| YUV | 53.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 109 | 0.14 | 0.80 | 0 | 0.57 | 289.66 | 0.66 | 0.26 |
| Hex | 5E | 16 | 6D | E | 50 | 0 | 39 | 122 | 42 | 1A |
| Octal | 136 | 26 | 155 | 16 | 120 | 0 | 71 | 442 | 102 | 32 |
| Binary | 1011110 | 10110 | 1101101 | 1110 | 1010000 | 0 | 111001 | 100100010 | 1000010 | 11010 |
Color Harmonies of #5E166D
Complementary color
Monochromatic Colors of #5E166D
Black with #5E166D
Text Example
Text Example
White with #5E166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E166D; }
p { color: rgb(94,22,109); }
H1.HeaderClassName
{
color: #5E166D;
}
.AnyTagClassName
{
color: #5E166D;
}
</style>
background-color css
<style>
a { background-color: #5E166D; }
a { background-color: rgb(94,22,109); }
div.DivClassName
{
background-color: #5E166D;
}
.BgClassName
{
background-color: #5E166D;
}
</style>
border-color css
<style>
span { border-color: #5E166D; }
span { border-color: rgb(94,22,109); }
td.TdClassName
{
border-color: #5E166D;
}
.TagClassName
{
border-color: #5E166D;
}
</style>