Shades of Seance #5E2068
Tints of Seance #5E2068
RGB
CMYK
RGB Variations
Color information
#5E2068 (or 0x5E2068) is known color: Seance. HEX triplet: 5E, 20 and 68. RGB value is (94,32,104). Sum of RGB (Red+Green+Blue) = 94+32+104=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2068 is #A1DF97. Grayscale: #3A3A3A. Windows color (decimal): -10608536 or 6824030. OLE color: 6824030.
HSL color Cylindrical-coordinate representation of color #5E2068: hue angle of 291.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2068 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 32 | 104 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.59 |
| HSL | 291.67º | 0.53% | 0.27% | - |
| HSV(B) | 291.67º | 0.69% | 0.41% | - |
| XYZ | 7.63 | 4.41 | 13.55 | - |
| YUV | 58.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 104 | 0.10 | 0.69 | 0 | 0.59 | 291.67 | 0.53 | 0.27 |
| Hex | 5E | 20 | 68 | A | 45 | 0 | 3B | 124 | 35 | 1B |
| Octal | 136 | 40 | 150 | 12 | 105 | 0 | 73 | 444 | 65 | 33 |
| Binary | 1011110 | 100000 | 1101000 | 1010 | 1000101 | 0 | 111011 | 100100100 | 110101 | 11011 |
Color Harmonies of #5E2068
Complementary color
Monochromatic Colors of #5E2068
Black with #5E2068
Text Example
Text Example
White with #5E2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2068; }
p { color: rgb(94,32,104); }
H1.HeaderClassName
{
color: #5E2068;
}
.AnyTagClassName
{
color: #5E2068;
}
</style>
background-color css
<style>
a { background-color: #5E2068; }
a { background-color: rgb(94,32,104); }
div.DivClassName
{
background-color: #5E2068;
}
.BgClassName
{
background-color: #5E2068;
}
</style>
border-color css
<style>
span { border-color: #5E2068; }
span { border-color: rgb(94,32,104); }
td.TdClassName
{
border-color: #5E2068;
}
.TagClassName
{
border-color: #5E2068;
}
</style>