Shades of Seance #5D196C
Tints of Seance #5D196C
RGB
CMYK
RGB Variations
Color information
#5D196C (or 0x5D196C) is known color: Seance. HEX triplet: 5D, 19 and 6C. RGB value is (93,25,108). Sum of RGB (Red+Green+Blue) = 93+25+108=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D196C is #A2E693. Grayscale: #363636. Windows color (decimal): -10675860 or 7084381. OLE color: 7084381.
HSL color Cylindrical-coordinate representation of color #5D196C: hue angle of 289.16º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D196C is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 25 | 108 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.58 |
| HSL | 289.16º | 0.62% | 0.26% | - |
| HSV(B) | 289.16º | 0.77% | 0.42% | - |
| XYZ | 7.57 | 4.11 | 14.58 | - |
| YUV | 54.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 108 | 0.14 | 0.77 | 0 | 0.58 | 289.16 | 0.62 | 0.26 |
| Hex | 5D | 19 | 6C | E | 4D | 0 | 3A | 121 | 3E | 1A |
| Octal | 135 | 31 | 154 | 16 | 115 | 0 | 72 | 441 | 76 | 32 |
| Binary | 1011101 | 11001 | 1101100 | 1110 | 1001101 | 0 | 111010 | 100100001 | 111110 | 11010 |
Color Harmonies of #5D196C
Complementary color
Monochromatic Colors of #5D196C
Black with #5D196C
Text Example
Text Example
White with #5D196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D196C; }
p { color: rgb(93,25,108); }
H1.HeaderClassName
{
color: #5D196C;
}
.AnyTagClassName
{
color: #5D196C;
}
</style>
background-color css
<style>
a { background-color: #5D196C; }
a { background-color: rgb(93,25,108); }
div.DivClassName
{
background-color: #5D196C;
}
.BgClassName
{
background-color: #5D196C;
}
</style>
border-color css
<style>
span { border-color: #5D196C; }
span { border-color: rgb(93,25,108); }
td.TdClassName
{
border-color: #5D196C;
}
.TagClassName
{
border-color: #5D196C;
}
</style>