Shades of Seance #5E256D
Tints of Seance #5E256D
RGB
CMYK
RGB Variations
Color information
#5E256D (or 0x5E256D) is known color: Seance. HEX triplet: 5E, 25 and 6D. RGB value is (94,37,109). Sum of RGB (Red+Green+Blue) = 94+37+109=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E256D is #A1DA92. Grayscale: #3E3E3E. Windows color (decimal): -10607251 or 7152990. OLE color: 7152990.
HSL color Cylindrical-coordinate representation of color #5E256D: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E256D is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 37 | 109 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.57 |
| HSL | 287.5º | 0.49% | 0.29% | - |
| HSV(B) | 287.5º | 0.66% | 0.43% | - |
| XYZ | 8.04 | 4.81 | 14.97 | - |
| YUV | 62.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 109 | 0.14 | 0.66 | 0 | 0.57 | 287.5 | 0.49 | 0.29 |
| Hex | 5E | 25 | 6D | E | 42 | 0 | 39 | 120 | 31 | 1D |
| Octal | 136 | 45 | 155 | 16 | 102 | 0 | 71 | 440 | 61 | 35 |
| Binary | 1011110 | 100101 | 1101101 | 1110 | 1000010 | 0 | 111001 | 100100000 | 110001 | 11101 |
Color Harmonies of #5E256D
Complementary color
Monochromatic Colors of #5E256D
Black with #5E256D
Text Example
Text Example
White with #5E256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E256D; }
p { color: rgb(94,37,109); }
H1.HeaderClassName
{
color: #5E256D;
}
.AnyTagClassName
{
color: #5E256D;
}
</style>
background-color css
<style>
a { background-color: #5E256D; }
a { background-color: rgb(94,37,109); }
div.DivClassName
{
background-color: #5E256D;
}
.BgClassName
{
background-color: #5E256D;
}
</style>
border-color css
<style>
span { border-color: #5E256D; }
span { border-color: rgb(94,37,109); }
td.TdClassName
{
border-color: #5E256D;
}
.TagClassName
{
border-color: #5E256D;
}
</style>