Shades of Seance #5E3567
Tints of Seance #5E3567
RGB
CMYK
RGB Variations
Color information
#5E3567 (or 0x5E3567) is known color: Seance. HEX triplet: 5E, 35 and 67. RGB value is (94,53,103). Sum of RGB (Red+Green+Blue) = 94+53+103=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3567 is #A1CA98. Grayscale: #464646. Windows color (decimal): -10603161 or 6763870. OLE color: 6763870.
HSL color Cylindrical-coordinate representation of color #5E3567: hue angle of 289.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3567 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 53 | 103 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.60 |
| HSL | 289.2º | 0.32% | 0.31% | - |
| HSV(B) | 289.2º | 0.49% | 0.4% | - |
| XYZ | 8.34 | 5.91 | 13.53 | - |
| YUV | 70.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 103 | 0.09 | 0.49 | 0 | 0.60 | 289.2 | 0.32 | 0.31 |
| Hex | 5E | 35 | 67 | 9 | 31 | 0 | 3C | 121 | 20 | 1F |
| Octal | 136 | 65 | 147 | 11 | 61 | 0 | 74 | 441 | 40 | 37 |
| Binary | 1011110 | 110101 | 1100111 | 1001 | 110001 | 0 | 111100 | 100100001 | 100000 | 11111 |
Color Harmonies of #5E3567
Complementary color
Monochromatic Colors of #5E3567
Black with #5E3567
Text Example
Text Example
White with #5E3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3567; }
p { color: rgb(94,53,103); }
H1.HeaderClassName
{
color: #5E3567;
}
.AnyTagClassName
{
color: #5E3567;
}
</style>
background-color css
<style>
a { background-color: #5E3567; }
a { background-color: rgb(94,53,103); }
div.DivClassName
{
background-color: #5E3567;
}
.BgClassName
{
background-color: #5E3567;
}
</style>
border-color css
<style>
span { border-color: #5E3567; }
span { border-color: rgb(94,53,103); }
td.TdClassName
{
border-color: #5E3567;
}
.TagClassName
{
border-color: #5E3567;
}
</style>