Shades of Seance #5E266A
Tints of Seance #5E266A
RGB
CMYK
RGB Variations
Color information
#5E266A (or 0x5E266A) is known color: Seance. HEX triplet: 5E, 26 and 6A. RGB value is (94,38,106). Sum of RGB (Red+Green+Blue) = 94+38+106=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E266A is #A1D995. Grayscale: #3E3E3E. Windows color (decimal): -10606998 or 6956638. OLE color: 6956638.
HSL color Cylindrical-coordinate representation of color #5E266A: hue angle of 289.41º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E266A is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 38 | 106 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.58 |
| HSL | 289.41º | 0.47% | 0.28% | - |
| HSV(B) | 289.41º | 0.64% | 0.42% | - |
| XYZ | 7.91 | 4.81 | 14.15 | - |
| YUV | 62.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 106 | 0.11 | 0.64 | 0 | 0.58 | 289.41 | 0.47 | 0.28 |
| Hex | 5E | 26 | 6A | B | 40 | 0 | 3A | 121 | 2F | 1C |
| Octal | 136 | 46 | 152 | 13 | 100 | 0 | 72 | 441 | 57 | 34 |
| Binary | 1011110 | 100110 | 1101010 | 1011 | 1000000 | 0 | 111010 | 100100001 | 101111 | 11100 |
Color Harmonies of #5E266A
Complementary color
Monochromatic Colors of #5E266A
Black with #5E266A
Text Example
Text Example
White with #5E266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E266A; }
p { color: rgb(94,38,106); }
H1.HeaderClassName
{
color: #5E266A;
}
.AnyTagClassName
{
color: #5E266A;
}
</style>
background-color css
<style>
a { background-color: #5E266A; }
a { background-color: rgb(94,38,106); }
div.DivClassName
{
background-color: #5E266A;
}
.BgClassName
{
background-color: #5E266A;
}
</style>
border-color css
<style>
span { border-color: #5E266A; }
span { border-color: rgb(94,38,106); }
td.TdClassName
{
border-color: #5E266A;
}
.TagClassName
{
border-color: #5E266A;
}
</style>