Shades of Seance #5D196B
Tints of Seance #5D196B
RGB
CMYK
RGB Variations
Color information
#5D196B (or 0x5D196B) is known color: Seance. HEX triplet: 5D, 19 and 6B. RGB value is (93,25,107). Sum of RGB (Red+Green+Blue) = 93+25+107=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D196B is #A2E694. Grayscale: #363636. Windows color (decimal): -10675861 or 7018845. OLE color: 7018845.
HSL color Cylindrical-coordinate representation of color #5D196B: hue angle of 289.76º 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 #5D196B is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 25 | 107 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.58 |
| HSL | 289.76º | 0.62% | 0.26% | - |
| HSV(B) | 289.76º | 0.77% | 0.42% | - |
| XYZ | 7.52 | 4.08 | 14.3 | - |
| YUV | 54.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 107 | 0.13 | 0.77 | 0 | 0.58 | 289.76 | 0.62 | 0.26 |
| Hex | 5D | 19 | 6B | D | 4D | 0 | 3A | 122 | 3E | 1A |
| Octal | 135 | 31 | 153 | 15 | 115 | 0 | 72 | 442 | 76 | 32 |
| Binary | 1011101 | 11001 | 1101011 | 1101 | 1001101 | 0 | 111010 | 100100010 | 111110 | 11010 |
Color Harmonies of #5D196B
Complementary color
Monochromatic Colors of #5D196B
Black with #5D196B
Text Example
Text Example
White with #5D196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D196B; }
p { color: rgb(93,25,107); }
H1.HeaderClassName
{
color: #5D196B;
}
.AnyTagClassName
{
color: #5D196B;
}
</style>
background-color css
<style>
a { background-color: #5D196B; }
a { background-color: rgb(93,25,107); }
div.DivClassName
{
background-color: #5D196B;
}
.BgClassName
{
background-color: #5D196B;
}
</style>
border-color css
<style>
span { border-color: #5D196B; }
span { border-color: rgb(93,25,107); }
td.TdClassName
{
border-color: #5D196B;
}
.TagClassName
{
border-color: #5D196B;
}
</style>