Shades of Seance #5B196C
Tints of Seance #5B196C
RGB
CMYK
RGB Variations
Color information
#5B196C (or 0x5B196C) is known color: Seance. HEX triplet: 5B, 19 and 6C. RGB value is (91,25,108). Sum of RGB (Red+Green+Blue) = 91+25+108=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B196C is #A4E693. Grayscale: #353535. Windows color (decimal): -10806932 or 7084379. OLE color: 7084379.
HSL color Cylindrical-coordinate representation of color #5B196C: hue angle of 287.71º 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 #5B196C is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 25 | 108 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.58 |
| HSL | 287.71º | 0.62% | 0.26% | - |
| HSV(B) | 287.71º | 0.77% | 0.42% | - |
| XYZ | 7.37 | 4 | 14.57 | - |
| YUV | 54.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 108 | 0.16 | 0.77 | 0 | 0.58 | 287.71 | 0.62 | 0.26 |
| Hex | 5B | 19 | 6C | 10 | 4D | 0 | 3A | 120 | 3E | 1A |
| Octal | 133 | 31 | 154 | 20 | 115 | 0 | 72 | 440 | 76 | 32 |
| Binary | 1011011 | 11001 | 1101100 | 10000 | 1001101 | 0 | 111010 | 100100000 | 111110 | 11010 |
Color Harmonies of #5B196C
Complementary color
Monochromatic Colors of #5B196C
Black with #5B196C
Text Example
Text Example
White with #5B196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B196C; }
p { color: rgb(91,25,108); }
H1.HeaderClassName
{
color: #5B196C;
}
.AnyTagClassName
{
color: #5B196C;
}
</style>
background-color css
<style>
a { background-color: #5B196C; }
a { background-color: rgb(91,25,108); }
div.DivClassName
{
background-color: #5B196C;
}
.BgClassName
{
background-color: #5B196C;
}
</style>
border-color css
<style>
span { border-color: #5B196C; }
span { border-color: rgb(91,25,108); }
td.TdClassName
{
border-color: #5B196C;
}
.TagClassName
{
border-color: #5B196C;
}
</style>