Shades of Seance #5E266E
Tints of Seance #5E266E
RGB
CMYK
RGB Variations
Color information
#5E266E (or 0x5E266E) is known color: Seance. HEX triplet: 5E, 26 and 6E. RGB value is (94,38,110). Sum of RGB (Red+Green+Blue) = 94+38+110=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E266E is #A1D991. Grayscale: #3E3E3E. Windows color (decimal): -10606994 or 7218782. OLE color: 7218782.
HSL color Cylindrical-coordinate representation of color #5E266E: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E266E is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 38 | 110 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.57 |
| HSL | 286.67º | 0.49% | 0.29% | - |
| HSV(B) | 286.67º | 0.65% | 0.43% | - |
| XYZ | 8.12 | 4.89 | 15.27 | - |
| YUV | 62.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 110 | 0.15 | 0.65 | 0 | 0.57 | 286.67 | 0.49 | 0.29 |
| Hex | 5E | 26 | 6E | F | 41 | 0 | 39 | 11F | 31 | 1D |
| Octal | 136 | 46 | 156 | 17 | 101 | 0 | 71 | 437 | 61 | 35 |
| Binary | 1011110 | 100110 | 1101110 | 1111 | 1000001 | 0 | 111001 | 100011111 | 110001 | 11101 |
Color Harmonies of #5E266E
Complementary color
Monochromatic Colors of #5E266E
Black with #5E266E
Text Example
Text Example
White with #5E266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E266E; }
p { color: rgb(94,38,110); }
H1.HeaderClassName
{
color: #5E266E;
}
.AnyTagClassName
{
color: #5E266E;
}
</style>
background-color css
<style>
a { background-color: #5E266E; }
a { background-color: rgb(94,38,110); }
div.DivClassName
{
background-color: #5E266E;
}
.BgClassName
{
background-color: #5E266E;
}
</style>
border-color css
<style>
span { border-color: #5E266E; }
span { border-color: rgb(94,38,110); }
td.TdClassName
{
border-color: #5E266E;
}
.TagClassName
{
border-color: #5E266E;
}
</style>