Shades of Seance #5E176C
Tints of Seance #5E176C
RGB
CMYK
RGB Variations
Color information
#5E176C (or 0x5E176C) is known color: Seance. HEX triplet: 5E, 17 and 6C. RGB value is (94,23,108). Sum of RGB (Red+Green+Blue) = 94+23+108=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E176C is #A1E893. Grayscale: #353535. Windows color (decimal): -10610836 or 7083870. OLE color: 7083870.
HSL color Cylindrical-coordinate representation of color #5E176C: hue angle of 290.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E176C is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 23 | 108 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.58 |
| HSL | 290.12º | 0.65% | 0.26% | - |
| HSV(B) | 290.12º | 0.79% | 0.42% | - |
| XYZ | 7.63 | 4.08 | 14.57 | - |
| YUV | 53.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 108 | 0.13 | 0.79 | 0 | 0.58 | 290.12 | 0.65 | 0.26 |
| Hex | 5E | 17 | 6C | D | 4F | 0 | 3A | 122 | 41 | 1A |
| Octal | 136 | 27 | 154 | 15 | 117 | 0 | 72 | 442 | 101 | 32 |
| Binary | 1011110 | 10111 | 1101100 | 1101 | 1001111 | 0 | 111010 | 100100010 | 1000001 | 11010 |
Color Harmonies of #5E176C
Complementary color
Monochromatic Colors of #5E176C
Black with #5E176C
Text Example
Text Example
White with #5E176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E176C; }
p { color: rgb(94,23,108); }
H1.HeaderClassName
{
color: #5E176C;
}
.AnyTagClassName
{
color: #5E176C;
}
</style>
background-color css
<style>
a { background-color: #5E176C; }
a { background-color: rgb(94,23,108); }
div.DivClassName
{
background-color: #5E176C;
}
.BgClassName
{
background-color: #5E176C;
}
</style>
border-color css
<style>
span { border-color: #5E176C; }
span { border-color: rgb(94,23,108); }
td.TdClassName
{
border-color: #5E176C;
}
.TagClassName
{
border-color: #5E176C;
}
</style>