Shades of Seance #5A196C
Tints of Seance #5A196C
RGB
CMYK
RGB Variations
Color information
#5A196C (or 0x5A196C) is known color: Seance. HEX triplet: 5A, 19 and 6C. RGB value is (90,25,108). Sum of RGB (Red+Green+Blue) = 90+25+108=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A196C is #A5E693. Grayscale: #353535. Windows color (decimal): -10872468 or 7084378. OLE color: 7084378.
HSL color Cylindrical-coordinate representation of color #5A196C: hue angle of 286.99º 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 #5A196C is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 25 | 108 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.58 |
| HSL | 286.99º | 0.62% | 0.26% | - |
| HSV(B) | 286.99º | 0.77% | 0.42% | - |
| XYZ | 7.27 | 3.95 | 14.57 | - |
| YUV | 53.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 108 | 0.17 | 0.77 | 0 | 0.58 | 286.99 | 0.62 | 0.26 |
| Hex | 5A | 19 | 6C | 11 | 4D | 0 | 3A | 11F | 3E | 1A |
| Octal | 132 | 31 | 154 | 21 | 115 | 0 | 72 | 437 | 76 | 32 |
| Binary | 1011010 | 11001 | 1101100 | 10001 | 1001101 | 0 | 111010 | 100011111 | 111110 | 11010 |
Color Harmonies of #5A196C
Complementary color
Monochromatic Colors of #5A196C
Black with #5A196C
Text Example
Text Example
White with #5A196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A196C; }
p { color: rgb(90,25,108); }
H1.HeaderClassName
{
color: #5A196C;
}
.AnyTagClassName
{
color: #5A196C;
}
</style>
background-color css
<style>
a { background-color: #5A196C; }
a { background-color: rgb(90,25,108); }
div.DivClassName
{
background-color: #5A196C;
}
.BgClassName
{
background-color: #5A196C;
}
</style>
border-color css
<style>
span { border-color: #5A196C; }
span { border-color: rgb(90,25,108); }
td.TdClassName
{
border-color: #5A196C;
}
.TagClassName
{
border-color: #5A196C;
}
</style>