Shades of Seance #5E2E67
Tints of Seance #5E2E67
RGB
CMYK
RGB Variations
Color information
#5E2E67 (or 0x5E2E67) is known color: Seance. HEX triplet: 5E, 2E and 67. RGB value is (94,46,103). Sum of RGB (Red+Green+Blue) = 94+46+103=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E2E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2E67 is #A1D198. Grayscale: #424242. Windows color (decimal): -10604953 or 6762078. OLE color: 6762078.
HSL color Cylindrical-coordinate representation of color #5E2E67: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E2E67 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 46 | 103 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.60 |
| HSL | 290.53º | 0.38% | 0.29% | - |
| HSV(B) | 290.53º | 0.55% | 0.4% | - |
| XYZ | 8.04 | 5.31 | 13.43 | - |
| YUV | 66.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 103 | 0.09 | 0.55 | 0 | 0.60 | 290.53 | 0.38 | 0.29 |
| Hex | 5E | 2E | 67 | 9 | 37 | 0 | 3C | 123 | 26 | 1D |
| Octal | 136 | 56 | 147 | 11 | 67 | 0 | 74 | 443 | 46 | 35 |
| Binary | 1011110 | 101110 | 1100111 | 1001 | 110111 | 0 | 111100 | 100100011 | 100110 | 11101 |
Color Harmonies of #5E2E67
Complementary color
Monochromatic Colors of #5E2E67
Black with #5E2E67
Text Example
Text Example
White with #5E2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2E67; }
p { color: rgb(94,46,103); }
H1.HeaderClassName
{
color: #5E2E67;
}
.AnyTagClassName
{
color: #5E2E67;
}
</style>
background-color css
<style>
a { background-color: #5E2E67; }
a { background-color: rgb(94,46,103); }
div.DivClassName
{
background-color: #5E2E67;
}
.BgClassName
{
background-color: #5E2E67;
}
</style>
border-color css
<style>
span { border-color: #5E2E67; }
span { border-color: rgb(94,46,103); }
td.TdClassName
{
border-color: #5E2E67;
}
.TagClassName
{
border-color: #5E2E67;
}
</style>