Shades of Seance #5E2568
Tints of Seance #5E2568
RGB
CMYK
RGB Variations
Color information
#5E2568 (or 0x5E2568) is known color: Seance. HEX triplet: 5E, 25 and 68. RGB value is (94,37,104). Sum of RGB (Red+Green+Blue) = 94+37+104=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2568 is #A1DA97. Grayscale: #3D3D3D. Windows color (decimal): -10607256 or 6825310. OLE color: 6825310.
HSL color Cylindrical-coordinate representation of color #5E2568: hue angle of 291.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E2568 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 37 | 104 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.59 |
| HSL | 291.04º | 0.48% | 0.28% | - |
| HSV(B) | 291.04º | 0.64% | 0.41% | - |
| XYZ | 7.78 | 4.7 | 13.59 | - |
| YUV | 61.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 104 | 0.10 | 0.64 | 0 | 0.59 | 291.04 | 0.48 | 0.28 |
| Hex | 5E | 25 | 68 | A | 40 | 0 | 3B | 123 | 30 | 1C |
| Octal | 136 | 45 | 150 | 12 | 100 | 0 | 73 | 443 | 60 | 34 |
| Binary | 1011110 | 100101 | 1101000 | 1010 | 1000000 | 0 | 111011 | 100100011 | 110000 | 11100 |
Color Harmonies of #5E2568
Complementary color
Monochromatic Colors of #5E2568
Black with #5E2568
Text Example
Text Example
White with #5E2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2568; }
p { color: rgb(94,37,104); }
H1.HeaderClassName
{
color: #5E2568;
}
.AnyTagClassName
{
color: #5E2568;
}
</style>
background-color css
<style>
a { background-color: #5E2568; }
a { background-color: rgb(94,37,104); }
div.DivClassName
{
background-color: #5E2568;
}
.BgClassName
{
background-color: #5E2568;
}
</style>
border-color css
<style>
span { border-color: #5E2568; }
span { border-color: rgb(94,37,104); }
td.TdClassName
{
border-color: #5E2568;
}
.TagClassName
{
border-color: #5E2568;
}
</style>