Shades of Seance #5E2865
Tints of Seance #5E2865
RGB
CMYK
RGB Variations
Color information
#5E2865 (or 0x5E2865) is known color: Seance. HEX triplet: 5E, 28 and 65. RGB value is (94,40,101). Sum of RGB (Red+Green+Blue) = 94+40+101=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2865 is #A1D79A. Grayscale: #3E3E3E. Windows color (decimal): -10606491 or 6629470. OLE color: 6629470.
HSL color Cylindrical-coordinate representation of color #5E2865: hue angle of 293.11º 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 #5E2865 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 40 | 101 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.60 |
| HSL | 293.11º | 0.43% | 0.28% | - |
| HSV(B) | 293.11º | 0.6% | 0.4% | - |
| XYZ | 7.72 | 4.84 | 12.84 | - |
| YUV | 63.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 101 | 0.07 | 0.60 | 0 | 0.60 | 293.11 | 0.43 | 0.28 |
| Hex | 5E | 28 | 65 | 7 | 3C | 0 | 3C | 125 | 2B | 1C |
| Octal | 136 | 50 | 145 | 7 | 74 | 0 | 74 | 445 | 53 | 34 |
| Binary | 1011110 | 101000 | 1100101 | 111 | 111100 | 0 | 111100 | 100100101 | 101011 | 11100 |
Color Harmonies of #5E2865
Complementary color
Monochromatic Colors of #5E2865
Black with #5E2865
Text Example
Text Example
White with #5E2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2865; }
p { color: rgb(94,40,101); }
H1.HeaderClassName
{
color: #5E2865;
}
.AnyTagClassName
{
color: #5E2865;
}
</style>
background-color css
<style>
a { background-color: #5E2865; }
a { background-color: rgb(94,40,101); }
div.DivClassName
{
background-color: #5E2865;
}
.BgClassName
{
background-color: #5E2865;
}
</style>
border-color css
<style>
span { border-color: #5E2865; }
span { border-color: rgb(94,40,101); }
td.TdClassName
{
border-color: #5E2865;
}
.TagClassName
{
border-color: #5E2865;
}
</style>