Shades of Seance #5E3063
Tints of Seance #5E3063
RGB
CMYK
RGB Variations
Color information
#5E3063 (or 0x5E3063) is known color: Seance. HEX triplet: 5E, 30 and 63. RGB value is (94,48,99). Sum of RGB (Red+Green+Blue) = 94+48+99=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E3063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3063 is #A1CF9C. Grayscale: #434343. Windows color (decimal): -10604445 or 6500446. OLE color: 6500446.
HSL color Cylindrical-coordinate representation of color #5E3063: hue angle of 294.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E3063 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 48 | 99 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.61 |
| HSL | 294.12º | 0.35% | 0.29% | - |
| HSV(B) | 294.12º | 0.52% | 0.39% | - |
| XYZ | 7.93 | 5.39 | 12.43 | - |
| YUV | 67.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 99 | 0.05 | 0.52 | 0 | 0.61 | 294.12 | 0.35 | 0.29 |
| Hex | 5E | 30 | 63 | 5 | 34 | 0 | 3D | 126 | 23 | 1D |
| Octal | 136 | 60 | 143 | 5 | 64 | 0 | 75 | 446 | 43 | 35 |
| Binary | 1011110 | 110000 | 1100011 | 101 | 110100 | 0 | 111101 | 100100110 | 100011 | 11101 |
Color Harmonies of #5E3063
Complementary color
Monochromatic Colors of #5E3063
Black with #5E3063
Text Example
Text Example
White with #5E3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3063; }
p { color: rgb(94,48,99); }
H1.HeaderClassName
{
color: #5E3063;
}
.AnyTagClassName
{
color: #5E3063;
}
</style>
background-color css
<style>
a { background-color: #5E3063; }
a { background-color: rgb(94,48,99); }
div.DivClassName
{
background-color: #5E3063;
}
.BgClassName
{
background-color: #5E3063;
}
</style>
border-color css
<style>
span { border-color: #5E3063; }
span { border-color: rgb(94,48,99); }
td.TdClassName
{
border-color: #5E3063;
}
.TagClassName
{
border-color: #5E3063;
}
</style>