Shades of Seance #5E2066
Tints of Seance #5E2066
RGB
CMYK
RGB Variations
Color information
#5E2066 (or 0x5E2066) is known color: Seance. HEX triplet: 5E, 20 and 66. RGB value is (94,32,102). Sum of RGB (Red+Green+Blue) = 94+32+102=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E2066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2066 is #A1DF99. Grayscale: #3A3A3A. Windows color (decimal): -10608538 or 6692958. OLE color: 6692958.
HSL color Cylindrical-coordinate representation of color #5E2066: hue angle of 293.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2066 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 32 | 102 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.6 |
| HSL | 293.14º | 0.52% | 0.26% | - |
| HSV(B) | 293.14º | 0.69% | 0.4% | - |
| XYZ | 7.53 | 4.37 | 13.02 | - |
| YUV | 58.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 102 | 0.08 | 0.69 | 0 | 0.6 | 293.14 | 0.52 | 0.26 |
| Hex | 5E | 20 | 66 | 8 | 45 | 0 | 3C | 125 | 34 | 1A |
| Octal | 136 | 40 | 146 | 10 | 105 | 0 | 74 | 445 | 64 | 32 |
| Binary | 1011110 | 100000 | 1100110 | 1000 | 1000101 | 0 | 111100 | 100100101 | 110100 | 11010 |
Color Harmonies of #5E2066
Complementary color
Monochromatic Colors of #5E2066
Black with #5E2066
Text Example
Text Example
White with #5E2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2066; }
p { color: rgb(94,32,102); }
H1.HeaderClassName
{
color: #5E2066;
}
.AnyTagClassName
{
color: #5E2066;
}
</style>
background-color css
<style>
a { background-color: #5E2066; }
a { background-color: rgb(94,32,102); }
div.DivClassName
{
background-color: #5E2066;
}
.BgClassName
{
background-color: #5E2066;
}
</style>
border-color css
<style>
span { border-color: #5E2066; }
span { border-color: rgb(94,32,102); }
td.TdClassName
{
border-color: #5E2066;
}
.TagClassName
{
border-color: #5E2066;
}
</style>