Shades of Seance #5E196C
Tints of Seance #5E196C
RGB
CMYK
RGB Variations
Color information
#5E196C (or 0x5E196C) is known color: Seance. HEX triplet: 5E, 19 and 6C. RGB value is (94,25,108). Sum of RGB (Red+Green+Blue) = 94+25+108=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E196C is #A1E693. Grayscale: #363636. Windows color (decimal): -10610324 or 7084382. OLE color: 7084382.
HSL color Cylindrical-coordinate representation of color #5E196C: hue angle of 289.88º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E196C is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 25 | 108 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.58 |
| HSL | 289.88º | 0.62% | 0.26% | - |
| HSV(B) | 289.88º | 0.77% | 0.42% | - |
| XYZ | 7.67 | 4.16 | 14.59 | - |
| YUV | 55.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 108 | 0.13 | 0.77 | 0 | 0.58 | 289.88 | 0.62 | 0.26 |
| Hex | 5E | 19 | 6C | D | 4D | 0 | 3A | 122 | 3E | 1A |
| Octal | 136 | 31 | 154 | 15 | 115 | 0 | 72 | 442 | 76 | 32 |
| Binary | 1011110 | 11001 | 1101100 | 1101 | 1001101 | 0 | 111010 | 100100010 | 111110 | 11010 |
Color Harmonies of #5E196C
Complementary color
Monochromatic Colors of #5E196C
Black with #5E196C
Text Example
Text Example
White with #5E196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E196C; }
p { color: rgb(94,25,108); }
H1.HeaderClassName
{
color: #5E196C;
}
.AnyTagClassName
{
color: #5E196C;
}
</style>
background-color css
<style>
a { background-color: #5E196C; }
a { background-color: rgb(94,25,108); }
div.DivClassName
{
background-color: #5E196C;
}
.BgClassName
{
background-color: #5E196C;
}
</style>
border-color css
<style>
span { border-color: #5E196C; }
span { border-color: rgb(94,25,108); }
td.TdClassName
{
border-color: #5E196C;
}
.TagClassName
{
border-color: #5E196C;
}
</style>