Shades of Seance #5E3965
Tints of Seance #5E3965
RGB
CMYK
RGB Variations
Color information
#5E3965 (or 0x5E3965) is known color: Seance. HEX triplet: 5E, 39 and 65. RGB value is (94,57,101). Sum of RGB (Red+Green+Blue) = 94+57+101=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E3965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3965 is #A1C69A. Grayscale: #484848. Windows color (decimal): -10602139 or 6633822. OLE color: 6633822.
HSL color Cylindrical-coordinate representation of color #5E3965: hue angle of 290.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3965 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 57 | 101 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.60 |
| HSL | 290.45º | 0.28% | 0.31% | - |
| HSV(B) | 290.45º | 0.44% | 0.4% | - |
| XYZ | 8.43 | 6.25 | 13.07 | - |
| YUV | 73.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 101 | 0.07 | 0.44 | 0 | 0.60 | 290.45 | 0.28 | 0.31 |
| Hex | 5E | 39 | 65 | 7 | 2C | 0 | 3C | 122 | 1C | 1F |
| Octal | 136 | 71 | 145 | 7 | 54 | 0 | 74 | 442 | 34 | 37 |
| Binary | 1011110 | 111001 | 1100101 | 111 | 101100 | 0 | 111100 | 100100010 | 11100 | 11111 |
Color Harmonies of #5E3965
Complementary color
Monochromatic Colors of #5E3965
Black with #5E3965
Text Example
Text Example
White with #5E3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3965; }
p { color: rgb(94,57,101); }
H1.HeaderClassName
{
color: #5E3965;
}
.AnyTagClassName
{
color: #5E3965;
}
</style>
background-color css
<style>
a { background-color: #5E3965; }
a { background-color: rgb(94,57,101); }
div.DivClassName
{
background-color: #5E3965;
}
.BgClassName
{
background-color: #5E3965;
}
</style>
border-color css
<style>
span { border-color: #5E3965; }
span { border-color: rgb(94,57,101); }
td.TdClassName
{
border-color: #5E3965;
}
.TagClassName
{
border-color: #5E3965;
}
</style>