Shades of Seance #5E286D
Tints of Seance #5E286D
RGB
CMYK
RGB Variations
Color information
#5E286D (or 0x5E286D) is known color: Seance. HEX triplet: 5E, 28 and 6D. RGB value is (94,40,109). Sum of RGB (Red+Green+Blue) = 94+40+109=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E286D is #A1D792. Grayscale: #3F3F3F. Windows color (decimal): -10606483 or 7153758. OLE color: 7153758.
HSL color Cylindrical-coordinate representation of color #5E286D: hue angle of 286.96º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E286D is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 40 | 109 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.57 |
| HSL | 286.96º | 0.46% | 0.29% | - |
| HSV(B) | 286.96º | 0.63% | 0.43% | - |
| XYZ | 8.14 | 5 | 15 | - |
| YUV | 64.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 109 | 0.14 | 0.63 | 0 | 0.57 | 286.96 | 0.46 | 0.29 |
| Hex | 5E | 28 | 6D | E | 3F | 0 | 39 | 11F | 2E | 1D |
| Octal | 136 | 50 | 155 | 16 | 77 | 0 | 71 | 437 | 56 | 35 |
| Binary | 1011110 | 101000 | 1101101 | 1110 | 111111 | 0 | 111001 | 100011111 | 101110 | 11101 |
Color Harmonies of #5E286D
Complementary color
Monochromatic Colors of #5E286D
Black with #5E286D
Text Example
Text Example
White with #5E286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E286D; }
p { color: rgb(94,40,109); }
H1.HeaderClassName
{
color: #5E286D;
}
.AnyTagClassName
{
color: #5E286D;
}
</style>
background-color css
<style>
a { background-color: #5E286D; }
a { background-color: rgb(94,40,109); }
div.DivClassName
{
background-color: #5E286D;
}
.BgClassName
{
background-color: #5E286D;
}
</style>
border-color css
<style>
span { border-color: #5E286D; }
span { border-color: rgb(94,40,109); }
td.TdClassName
{
border-color: #5E286D;
}
.TagClassName
{
border-color: #5E286D;
}
</style>