Shades of Seance #5E2A69
Tints of Seance #5E2A69
RGB
CMYK
RGB Variations
Color information
#5E2A69 (or 0x5E2A69) is known color: Seance. HEX triplet: 5E, 2A and 69. RGB value is (94,42,105). Sum of RGB (Red+Green+Blue) = 94+42+105=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E2A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2A69 is #A1D596. Grayscale: #404040. Windows color (decimal): -10605975 or 6892126. OLE color: 6892126.
HSL color Cylindrical-coordinate representation of color #5E2A69: hue angle of 289.52º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E2A69 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 42 | 105 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.59 |
| HSL | 289.52º | 0.43% | 0.29% | - |
| HSV(B) | 289.52º | 0.6% | 0.41% | - |
| XYZ | 7.99 | 5.06 | 13.92 | - |
| YUV | 64.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 105 | 0.10 | 0.6 | 0 | 0.59 | 289.52 | 0.43 | 0.29 |
| Hex | 5E | 2A | 69 | A | 3C | 0 | 3B | 122 | 2B | 1D |
| Octal | 136 | 52 | 151 | 12 | 74 | 0 | 73 | 442 | 53 | 35 |
| Binary | 1011110 | 101010 | 1101001 | 1010 | 111100 | 0 | 111011 | 100100010 | 101011 | 11101 |
Color Harmonies of #5E2A69
Complementary color
Monochromatic Colors of #5E2A69
Black with #5E2A69
Text Example
Text Example
White with #5E2A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A69; }
p { color: rgb(94,42,105); }
H1.HeaderClassName
{
color: #5E2A69;
}
.AnyTagClassName
{
color: #5E2A69;
}
</style>
background-color css
<style>
a { background-color: #5E2A69; }
a { background-color: rgb(94,42,105); }
div.DivClassName
{
background-color: #5E2A69;
}
.BgClassName
{
background-color: #5E2A69;
}
</style>
border-color css
<style>
span { border-color: #5E2A69; }
span { border-color: rgb(94,42,105); }
td.TdClassName
{
border-color: #5E2A69;
}
.TagClassName
{
border-color: #5E2A69;
}
</style>