Shades of Seance #5E3462
Tints of Seance #5E3462
RGB
CMYK
RGB Variations
Color information
#5E3462 (or 0x5E3462) is known color: Seance. HEX triplet: 5E, 34 and 62. RGB value is (94,52,98). Sum of RGB (Red+Green+Blue) = 94+52+98=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E3462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3462 is #A1CB9D. Grayscale: #454545. Windows color (decimal): -10603422 or 6435934. OLE color: 6435934.
HSL color Cylindrical-coordinate representation of color #5E3462: hue angle of 294.78º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3462 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 52 | 98 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.62 |
| HSL | 294.78º | 0.31% | 0.29% | - |
| HSV(B) | 294.78º | 0.47% | 0.38% | - |
| XYZ | 8.05 | 5.72 | 12.23 | - |
| YUV | 69.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 98 | 0.04 | 0.47 | 0 | 0.62 | 294.78 | 0.31 | 0.29 |
| Hex | 5E | 34 | 62 | 4 | 2F | 0 | 3E | 127 | 1F | 1D |
| Octal | 136 | 64 | 142 | 4 | 57 | 0 | 76 | 447 | 37 | 35 |
| Binary | 1011110 | 110100 | 1100010 | 100 | 101111 | 0 | 111110 | 100100111 | 11111 | 11101 |
Color Harmonies of #5E3462
Complementary color
Monochromatic Colors of #5E3462
Black with #5E3462
Text Example
Text Example
White with #5E3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3462; }
p { color: rgb(94,52,98); }
H1.HeaderClassName
{
color: #5E3462;
}
.AnyTagClassName
{
color: #5E3462;
}
</style>
background-color css
<style>
a { background-color: #5E3462; }
a { background-color: rgb(94,52,98); }
div.DivClassName
{
background-color: #5E3462;
}
.BgClassName
{
background-color: #5E3462;
}
</style>
border-color css
<style>
span { border-color: #5E3462; }
span { border-color: rgb(94,52,98); }
td.TdClassName
{
border-color: #5E3462;
}
.TagClassName
{
border-color: #5E3462;
}
</style>