Shades of Seance #5E2D66
Tints of Seance #5E2D66
RGB
CMYK
RGB Variations
Color information
#5E2D66 (or 0x5E2D66) is known color: Seance. HEX triplet: 5E, 2D and 66. RGB value is (94,45,102). Sum of RGB (Red+Green+Blue) = 94+45+102=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E2D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2D66 is #A1D299. Grayscale: #414141. Windows color (decimal): -10605210 or 6696286. OLE color: 6696286.
HSL color Cylindrical-coordinate representation of color #5E2D66: hue angle of 291.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2D66 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 45 | 102 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.6 |
| HSL | 291.58º | 0.39% | 0.29% | - |
| HSV(B) | 291.58º | 0.56% | 0.4% | - |
| XYZ | 7.95 | 5.22 | 13.16 | - |
| YUV | 66.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 102 | 0.08 | 0.56 | 0 | 0.6 | 291.58 | 0.39 | 0.29 |
| Hex | 5E | 2D | 66 | 8 | 38 | 0 | 3C | 124 | 27 | 1D |
| Octal | 136 | 55 | 146 | 10 | 70 | 0 | 74 | 444 | 47 | 35 |
| Binary | 1011110 | 101101 | 1100110 | 1000 | 111000 | 0 | 111100 | 100100100 | 100111 | 11101 |
Color Harmonies of #5E2D66
Complementary color
Monochromatic Colors of #5E2D66
Black with #5E2D66
Text Example
Text Example
White with #5E2D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2D66; }
p { color: rgb(94,45,102); }
H1.HeaderClassName
{
color: #5E2D66;
}
.AnyTagClassName
{
color: #5E2D66;
}
</style>
background-color css
<style>
a { background-color: #5E2D66; }
a { background-color: rgb(94,45,102); }
div.DivClassName
{
background-color: #5E2D66;
}
.BgClassName
{
background-color: #5E2D66;
}
</style>
border-color css
<style>
span { border-color: #5E2D66; }
span { border-color: rgb(94,45,102); }
td.TdClassName
{
border-color: #5E2D66;
}
.TagClassName
{
border-color: #5E2D66;
}
</style>