Shades of Seance #5E3266
Tints of Seance #5E3266
RGB
CMYK
RGB Variations
Color information
#5E3266 (or 0x5E3266) is known color: Seance. HEX triplet: 5E, 32 and 66. RGB value is (94,50,102). Sum of RGB (Red+Green+Blue) = 94+50+102=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E3266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3266 is #A1CD99. Grayscale: #444444. Windows color (decimal): -10603930 or 6697566. OLE color: 6697566.
HSL color Cylindrical-coordinate representation of color #5E3266: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E3266 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 50 | 102 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.6 |
| HSL | 290.77º | 0.34% | 0.3% | - |
| HSV(B) | 290.77º | 0.51% | 0.4% | - |
| XYZ | 8.15 | 5.62 | 13.23 | - |
| YUV | 69.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 102 | 0.08 | 0.51 | 0 | 0.6 | 290.77 | 0.34 | 0.3 |
| Hex | 5E | 32 | 66 | 8 | 33 | 0 | 3C | 123 | 22 | 1E |
| Octal | 136 | 62 | 146 | 10 | 63 | 0 | 74 | 443 | 42 | 36 |
| Binary | 1011110 | 110010 | 1100110 | 1000 | 110011 | 0 | 111100 | 100100011 | 100010 | 11110 |
Color Harmonies of #5E3266
Complementary color
Monochromatic Colors of #5E3266
Black with #5E3266
Text Example
Text Example
White with #5E3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3266; }
p { color: rgb(94,50,102); }
H1.HeaderClassName
{
color: #5E3266;
}
.AnyTagClassName
{
color: #5E3266;
}
</style>
background-color css
<style>
a { background-color: #5E3266; }
a { background-color: rgb(94,50,102); }
div.DivClassName
{
background-color: #5E3266;
}
.BgClassName
{
background-color: #5E3266;
}
</style>
border-color css
<style>
span { border-color: #5E3266; }
span { border-color: rgb(94,50,102); }
td.TdClassName
{
border-color: #5E3266;
}
.TagClassName
{
border-color: #5E3266;
}
</style>