Shades of Seance #5E2368
Tints of Seance #5E2368
RGB
CMYK
RGB Variations
Color information
#5E2368 (or 0x5E2368) is known color: Seance. HEX triplet: 5E, 23 and 68. RGB value is (94,35,104). Sum of RGB (Red+Green+Blue) = 94+35+104=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2368 is #A1DC97. Grayscale: #3C3C3C. Windows color (decimal): -10607768 or 6824798. OLE color: 6824798.
HSL color Cylindrical-coordinate representation of color #5E2368: hue angle of 291.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2368 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 35 | 104 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.59 |
| HSL | 291.3º | 0.5% | 0.27% | - |
| HSV(B) | 291.3º | 0.66% | 0.41% | - |
| XYZ | 7.72 | 4.58 | 13.57 | - |
| YUV | 60.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 104 | 0.10 | 0.66 | 0 | 0.59 | 291.3 | 0.5 | 0.27 |
| Hex | 5E | 23 | 68 | A | 42 | 0 | 3B | 123 | 32 | 1B |
| Octal | 136 | 43 | 150 | 12 | 102 | 0 | 73 | 443 | 62 | 33 |
| Binary | 1011110 | 100011 | 1101000 | 1010 | 1000010 | 0 | 111011 | 100100011 | 110010 | 11011 |
Color Harmonies of #5E2368
Complementary color
Monochromatic Colors of #5E2368
Black with #5E2368
Text Example
Text Example
White with #5E2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2368; }
p { color: rgb(94,35,104); }
H1.HeaderClassName
{
color: #5E2368;
}
.AnyTagClassName
{
color: #5E2368;
}
</style>
background-color css
<style>
a { background-color: #5E2368; }
a { background-color: rgb(94,35,104); }
div.DivClassName
{
background-color: #5E2368;
}
.BgClassName
{
background-color: #5E2368;
}
</style>
border-color css
<style>
span { border-color: #5E2368; }
span { border-color: rgb(94,35,104); }
td.TdClassName
{
border-color: #5E2368;
}
.TagClassName
{
border-color: #5E2368;
}
</style>