Shades of Seance #5E3560
Tints of Seance #5E3560
RGB
CMYK
RGB Variations
Color information
#5E3560 (or 0x5E3560) is known color: Seance. HEX triplet: 5E, 35 and 60. RGB value is (94,53,96). Sum of RGB (Red+Green+Blue) = 94+53+96=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E3560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3560 is #A1CA9F. Grayscale: #464646. Windows color (decimal): -10603168 or 6305118. OLE color: 6305118.
HSL color Cylindrical-coordinate representation of color #5E3560: hue angle of 297.21º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3560 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 53 | 96 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.62 |
| HSL | 297.21º | 0.29% | 0.29% | - |
| HSV(B) | 297.21º | 0.45% | 0.38% | - |
| XYZ | 8 | 5.77 | 11.76 | - |
| YUV | 70.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 96 | 0.02 | 0.45 | 0 | 0.62 | 297.21 | 0.29 | 0.29 |
| Hex | 5E | 35 | 60 | 2 | 2D | 0 | 3E | 129 | 1D | 1D |
| Octal | 136 | 65 | 140 | 2 | 55 | 0 | 76 | 451 | 35 | 35 |
| Binary | 1011110 | 110101 | 1100000 | 10 | 101101 | 0 | 111110 | 100101001 | 11101 | 11101 |
Color Harmonies of #5E3560
Complementary color
Monochromatic Colors of #5E3560
Black with #5E3560
Text Example
Text Example
White with #5E3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3560; }
p { color: rgb(94,53,96); }
H1.HeaderClassName
{
color: #5E3560;
}
.AnyTagClassName
{
color: #5E3560;
}
</style>
background-color css
<style>
a { background-color: #5E3560; }
a { background-color: rgb(94,53,96); }
div.DivClassName
{
background-color: #5E3560;
}
.BgClassName
{
background-color: #5E3560;
}
</style>
border-color css
<style>
span { border-color: #5E3560; }
span { border-color: rgb(94,53,96); }
td.TdClassName
{
border-color: #5E3560;
}
.TagClassName
{
border-color: #5E3560;
}
</style>