Shades of Seance #5D1967
Tints of Seance #5D1967
RGB
CMYK
RGB Variations
Color information
#5D1967 (or 0x5D1967) is known color: Seance. HEX triplet: 5D, 19 and 67. RGB value is (93,25,103). Sum of RGB (Red+Green+Blue) = 93+25+103=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D1967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1967 is #A2E698. Grayscale: #353535. Windows color (decimal): -10675865 or 6756701. OLE color: 6756701.
HSL color Cylindrical-coordinate representation of color #5D1967: hue angle of 292.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1967 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 25 | 103 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.60 |
| HSL | 292.31º | 0.61% | 0.25% | - |
| HSV(B) | 292.31º | 0.76% | 0.4% | - |
| XYZ | 7.31 | 4 | 13.22 | - |
| YUV | 54.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 103 | 0.10 | 0.76 | 0 | 0.60 | 292.31 | 0.61 | 0.25 |
| Hex | 5D | 19 | 67 | A | 4C | 0 | 3C | 124 | 3D | 19 |
| Octal | 135 | 31 | 147 | 12 | 114 | 0 | 74 | 444 | 75 | 31 |
| Binary | 1011101 | 11001 | 1100111 | 1010 | 1001100 | 0 | 111100 | 100100100 | 111101 | 11001 |
Color Harmonies of #5D1967
Complementary color
Monochromatic Colors of #5D1967
Black with #5D1967
Text Example
Text Example
White with #5D1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1967; }
p { color: rgb(93,25,103); }
H1.HeaderClassName
{
color: #5D1967;
}
.AnyTagClassName
{
color: #5D1967;
}
</style>
background-color css
<style>
a { background-color: #5D1967; }
a { background-color: rgb(93,25,103); }
div.DivClassName
{
background-color: #5D1967;
}
.BgClassName
{
background-color: #5D1967;
}
</style>
border-color css
<style>
span { border-color: #5D1967; }
span { border-color: rgb(93,25,103); }
td.TdClassName
{
border-color: #5D1967;
}
.TagClassName
{
border-color: #5D1967;
}
</style>