Shades of Seance #5E3161
Tints of Seance #5E3161
RGB
CMYK
RGB Variations
Color information
#5E3161 (or 0x5E3161) is known color: Seance. HEX triplet: 5E, 31 and 61. RGB value is (94,49,97). Sum of RGB (Red+Green+Blue) = 94+49+97=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3161 is #A1CE9E. Grayscale: #434343. Windows color (decimal): -10604191 or 6369630. OLE color: 6369630.
HSL color Cylindrical-coordinate representation of color #5E3161: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3161 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 49 | 97 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.62 |
| HSL | 296.25º | 0.33% | 0.29% | - |
| HSV(B) | 296.25º | 0.49% | 0.38% | - |
| XYZ | 7.87 | 5.44 | 11.94 | - |
| YUV | 67.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 97 | 0.03 | 0.49 | 0 | 0.62 | 296.25 | 0.33 | 0.29 |
| Hex | 5E | 31 | 61 | 3 | 31 | 0 | 3E | 128 | 21 | 1D |
| Octal | 136 | 61 | 141 | 3 | 61 | 0 | 76 | 450 | 41 | 35 |
| Binary | 1011110 | 110001 | 1100001 | 11 | 110001 | 0 | 111110 | 100101000 | 100001 | 11101 |
Color Harmonies of #5E3161
Complementary color
Monochromatic Colors of #5E3161
Black with #5E3161
Text Example
Text Example
White with #5E3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3161; }
p { color: rgb(94,49,97); }
H1.HeaderClassName
{
color: #5E3161;
}
.AnyTagClassName
{
color: #5E3161;
}
</style>
background-color css
<style>
a { background-color: #5E3161; }
a { background-color: rgb(94,49,97); }
div.DivClassName
{
background-color: #5E3161;
}
.BgClassName
{
background-color: #5E3161;
}
</style>
border-color css
<style>
span { border-color: #5E3161; }
span { border-color: rgb(94,49,97); }
td.TdClassName
{
border-color: #5E3161;
}
.TagClassName
{
border-color: #5E3161;
}
</style>