Shades of Seance #5E2367
Tints of Seance #5E2367
RGB
CMYK
RGB Variations
Color information
#5E2367 (or 0x5E2367) is known color: Seance. HEX triplet: 5E, 23 and 67. RGB value is (94,35,103). Sum of RGB (Red+Green+Blue) = 94+35+103=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E2367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2367 is #A1DC98. Grayscale: #3C3C3C. Windows color (decimal): -10607769 or 6759262. OLE color: 6759262.
HSL color Cylindrical-coordinate representation of color #5E2367: hue angle of 292.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2367 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 35 | 103 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.60 |
| HSL | 292.06º | 0.49% | 0.27% | - |
| HSV(B) | 292.06º | 0.66% | 0.4% | - |
| XYZ | 7.67 | 4.56 | 13.31 | - |
| YUV | 60.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 103 | 0.09 | 0.66 | 0 | 0.60 | 292.06 | 0.49 | 0.27 |
| Hex | 5E | 23 | 67 | 9 | 42 | 0 | 3C | 124 | 31 | 1B |
| Octal | 136 | 43 | 147 | 11 | 102 | 0 | 74 | 444 | 61 | 33 |
| Binary | 1011110 | 100011 | 1100111 | 1001 | 1000010 | 0 | 111100 | 100100100 | 110001 | 11011 |
Color Harmonies of #5E2367
Complementary color
Monochromatic Colors of #5E2367
Black with #5E2367
Text Example
Text Example
White with #5E2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2367; }
p { color: rgb(94,35,103); }
H1.HeaderClassName
{
color: #5E2367;
}
.AnyTagClassName
{
color: #5E2367;
}
</style>
background-color css
<style>
a { background-color: #5E2367; }
a { background-color: rgb(94,35,103); }
div.DivClassName
{
background-color: #5E2367;
}
.BgClassName
{
background-color: #5E2367;
}
</style>
border-color css
<style>
span { border-color: #5E2367; }
span { border-color: rgb(94,35,103); }
td.TdClassName
{
border-color: #5E2367;
}
.TagClassName
{
border-color: #5E2367;
}
</style>