Shades of Seance #5E2165
Tints of Seance #5E2165
RGB
CMYK
RGB Variations
Color information
#5E2165 (or 0x5E2165) is known color: Seance. HEX triplet: 5E, 21 and 65. RGB value is (94,33,101). Sum of RGB (Red+Green+Blue) = 94+33+101=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E2165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2165 is #A1DE9A. Grayscale: #3A3A3A. Windows color (decimal): -10608283 or 6627678. OLE color: 6627678.
HSL color Cylindrical-coordinate representation of color #5E2165: hue angle of 293.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E2165 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 33 | 101 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.60 |
| HSL | 293.82º | 0.51% | 0.26% | - |
| HSV(B) | 293.82º | 0.67% | 0.4% | - |
| XYZ | 7.51 | 4.41 | 12.77 | - |
| YUV | 58.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 101 | 0.07 | 0.67 | 0 | 0.60 | 293.82 | 0.51 | 0.26 |
| Hex | 5E | 21 | 65 | 7 | 43 | 0 | 3C | 126 | 33 | 1A |
| Octal | 136 | 41 | 145 | 7 | 103 | 0 | 74 | 446 | 63 | 32 |
| Binary | 1011110 | 100001 | 1100101 | 111 | 1000011 | 0 | 111100 | 100100110 | 110011 | 11010 |
Color Harmonies of #5E2165
Complementary color
Monochromatic Colors of #5E2165
Black with #5E2165
Text Example
Text Example
White with #5E2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2165; }
p { color: rgb(94,33,101); }
H1.HeaderClassName
{
color: #5E2165;
}
.AnyTagClassName
{
color: #5E2165;
}
</style>
background-color css
<style>
a { background-color: #5E2165; }
a { background-color: rgb(94,33,101); }
div.DivClassName
{
background-color: #5E2165;
}
.BgClassName
{
background-color: #5E2165;
}
</style>
border-color css
<style>
span { border-color: #5E2165; }
span { border-color: rgb(94,33,101); }
td.TdClassName
{
border-color: #5E2165;
}
.TagClassName
{
border-color: #5E2165;
}
</style>