Shades of Seance #5E2967
Tints of Seance #5E2967
RGB
CMYK
RGB Variations
Color information
#5E2967 (or 0x5E2967) is known color: Seance. HEX triplet: 5E, 29 and 67. RGB value is (94,41,103). Sum of RGB (Red+Green+Blue) = 94+41+103=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E2967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2967 is #A1D698. Grayscale: #3F3F3F. Windows color (decimal): -10606233 or 6760798. OLE color: 6760798.
HSL color Cylindrical-coordinate representation of color #5E2967: hue angle of 291.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E2967 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 41 | 103 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.60 |
| HSL | 291.29º | 0.43% | 0.28% | - |
| HSV(B) | 291.29º | 0.6% | 0.4% | - |
| XYZ | 7.86 | 4.94 | 13.37 | - |
| YUV | 63.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 103 | 0.09 | 0.60 | 0 | 0.60 | 291.29 | 0.43 | 0.28 |
| Hex | 5E | 29 | 67 | 9 | 3C | 0 | 3C | 123 | 2B | 1C |
| Octal | 136 | 51 | 147 | 11 | 74 | 0 | 74 | 443 | 53 | 34 |
| Binary | 1011110 | 101001 | 1100111 | 1001 | 111100 | 0 | 111100 | 100100011 | 101011 | 11100 |
Color Harmonies of #5E2967
Complementary color
Monochromatic Colors of #5E2967
Black with #5E2967
Text Example
Text Example
White with #5E2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2967; }
p { color: rgb(94,41,103); }
H1.HeaderClassName
{
color: #5E2967;
}
.AnyTagClassName
{
color: #5E2967;
}
</style>
background-color css
<style>
a { background-color: #5E2967; }
a { background-color: rgb(94,41,103); }
div.DivClassName
{
background-color: #5E2967;
}
.BgClassName
{
background-color: #5E2967;
}
</style>
border-color css
<style>
span { border-color: #5E2967; }
span { border-color: rgb(94,41,103); }
td.TdClassName
{
border-color: #5E2967;
}
.TagClassName
{
border-color: #5E2967;
}
</style>