Shades of Seance #5E2B69
Tints of Seance #5E2B69
RGB
CMYK
RGB Variations
Color information
#5E2B69 (or 0x5E2B69) is known color: Seance. HEX triplet: 5E, 2B and 69. RGB value is (94,43,105). Sum of RGB (Red+Green+Blue) = 94+43+105=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E2B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2B69 is #A1D496. Grayscale: #414141. Windows color (decimal): -10605719 or 6892382. OLE color: 6892382.
HSL color Cylindrical-coordinate representation of color #5E2B69: hue angle of 289.35º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E2B69 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 43 | 105 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.59 |
| HSL | 289.35º | 0.42% | 0.29% | - |
| HSV(B) | 289.35º | 0.59% | 0.41% | - |
| XYZ | 8.03 | 5.13 | 13.93 | - |
| YUV | 65.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 105 | 0.10 | 0.59 | 0 | 0.59 | 289.35 | 0.42 | 0.29 |
| Hex | 5E | 2B | 69 | A | 3B | 0 | 3B | 121 | 2A | 1D |
| Octal | 136 | 53 | 151 | 12 | 73 | 0 | 73 | 441 | 52 | 35 |
| Binary | 1011110 | 101011 | 1101001 | 1010 | 111011 | 0 | 111011 | 100100001 | 101010 | 11101 |
Color Harmonies of #5E2B69
Complementary color
Monochromatic Colors of #5E2B69
Black with #5E2B69
Text Example
Text Example
White with #5E2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B69; }
p { color: rgb(94,43,105); }
H1.HeaderClassName
{
color: #5E2B69;
}
.AnyTagClassName
{
color: #5E2B69;
}
</style>
background-color css
<style>
a { background-color: #5E2B69; }
a { background-color: rgb(94,43,105); }
div.DivClassName
{
background-color: #5E2B69;
}
.BgClassName
{
background-color: #5E2B69;
}
</style>
border-color css
<style>
span { border-color: #5E2B69; }
span { border-color: rgb(94,43,105); }
td.TdClassName
{
border-color: #5E2B69;
}
.TagClassName
{
border-color: #5E2B69;
}
</style>