Shades of Seance #5E2D6A
Tints of Seance #5E2D6A
RGB
CMYK
RGB Variations
Color information
#5E2D6A (or 0x5E2D6A) is known color: Seance. HEX triplet: 5E, 2D and 6A. RGB value is (94,45,106). Sum of RGB (Red+Green+Blue) = 94+45+106=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E2D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2D6A is #A1D295. Grayscale: #424242. Windows color (decimal): -10605206 or 6958430. OLE color: 6958430.
HSL color Cylindrical-coordinate representation of color #5E2D6A: hue angle of 288.2º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E2D6A is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 45 | 106 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.58 |
| HSL | 288.2º | 0.4% | 0.3% | - |
| HSV(B) | 288.2º | 0.58% | 0.42% | - |
| XYZ | 8.16 | 5.3 | 14.23 | - |
| YUV | 66.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 106 | 0.11 | 0.58 | 0 | 0.58 | 288.2 | 0.4 | 0.3 |
| Hex | 5E | 2D | 6A | B | 3A | 0 | 3A | 120 | 28 | 1E |
| Octal | 136 | 55 | 152 | 13 | 72 | 0 | 72 | 440 | 50 | 36 |
| Binary | 1011110 | 101101 | 1101010 | 1011 | 111010 | 0 | 111010 | 100100000 | 101000 | 11110 |
Color Harmonies of #5E2D6A
Complementary color
Monochromatic Colors of #5E2D6A
Black with #5E2D6A
Text Example
Text Example
White with #5E2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2D6A; }
p { color: rgb(94,45,106); }
H1.HeaderClassName
{
color: #5E2D6A;
}
.AnyTagClassName
{
color: #5E2D6A;
}
</style>
background-color css
<style>
a { background-color: #5E2D6A; }
a { background-color: rgb(94,45,106); }
div.DivClassName
{
background-color: #5E2D6A;
}
.BgClassName
{
background-color: #5E2D6A;
}
</style>
border-color css
<style>
span { border-color: #5E2D6A; }
span { border-color: rgb(94,45,106); }
td.TdClassName
{
border-color: #5E2D6A;
}
.TagClassName
{
border-color: #5E2D6A;
}
</style>