Shades of Seance #5E2C62
Tints of Seance #5E2C62
RGB
CMYK
RGB Variations
Color information
#5E2C62 (or 0x5E2C62) is known color: Seance. HEX triplet: 5E, 2C and 62. RGB value is (94,44,98). Sum of RGB (Red+Green+Blue) = 94+44+98=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E2C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2C62 is #A1D39D. Grayscale: #404040. Windows color (decimal): -10605470 or 6433886. OLE color: 6433886.
HSL color Cylindrical-coordinate representation of color #5E2C62: hue angle of 295.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E2C62 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 44 | 98 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.62 |
| HSL | 295.56º | 0.38% | 0.28% | - |
| HSV(B) | 295.56º | 0.55% | 0.38% | - |
| XYZ | 7.72 | 5.06 | 12.13 | - |
| YUV | 65.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 98 | 0.04 | 0.55 | 0 | 0.62 | 295.56 | 0.38 | 0.28 |
| Hex | 5E | 2C | 62 | 4 | 37 | 0 | 3E | 128 | 26 | 1C |
| Octal | 136 | 54 | 142 | 4 | 67 | 0 | 76 | 450 | 46 | 34 |
| Binary | 1011110 | 101100 | 1100010 | 100 | 110111 | 0 | 111110 | 100101000 | 100110 | 11100 |
Color Harmonies of #5E2C62
Complementary color
Monochromatic Colors of #5E2C62
Black with #5E2C62
Text Example
Text Example
White with #5E2C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C62; }
p { color: rgb(94,44,98); }
H1.HeaderClassName
{
color: #5E2C62;
}
.AnyTagClassName
{
color: #5E2C62;
}
</style>
background-color css
<style>
a { background-color: #5E2C62; }
a { background-color: rgb(94,44,98); }
div.DivClassName
{
background-color: #5E2C62;
}
.BgClassName
{
background-color: #5E2C62;
}
</style>
border-color css
<style>
span { border-color: #5E2C62; }
span { border-color: rgb(94,44,98); }
td.TdClassName
{
border-color: #5E2C62;
}
.TagClassName
{
border-color: #5E2C62;
}
</style>