Shades of Seance #5D126D
Tints of Seance #5D126D
RGB
CMYK
RGB Variations
Color information
#5D126D (or 0x5D126D) is known color: Seance. HEX triplet: 5D, 12 and 6D. RGB value is (93,18,109). Sum of RGB (Red+Green+Blue) = 93+18+109=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D126D is #A2ED92. Grayscale: #323232. Windows color (decimal): -10677651 or 7148125. OLE color: 7148125.
HSL color Cylindrical-coordinate representation of color #5D126D: hue angle of 289.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D126D is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 18 | 109 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.57 |
| HSL | 289.45º | 0.72% | 0.25% | - |
| HSV(B) | 289.45º | 0.83% | 0.43% | - |
| XYZ | 7.49 | 3.86 | 14.82 | - |
| YUV | 50.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 109 | 0.15 | 0.83 | 0 | 0.57 | 289.45 | 0.72 | 0.25 |
| Hex | 5D | 12 | 6D | F | 53 | 0 | 39 | 121 | 48 | 19 |
| Octal | 135 | 22 | 155 | 17 | 123 | 0 | 71 | 441 | 110 | 31 |
| Binary | 1011101 | 10010 | 1101101 | 1111 | 1010011 | 0 | 111001 | 100100001 | 1001000 | 11001 |
Color Harmonies of #5D126D
Complementary color
Monochromatic Colors of #5D126D
Black with #5D126D
Text Example
Text Example
White with #5D126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D126D; }
p { color: rgb(93,18,109); }
H1.HeaderClassName
{
color: #5D126D;
}
.AnyTagClassName
{
color: #5D126D;
}
</style>
background-color css
<style>
a { background-color: #5D126D; }
a { background-color: rgb(93,18,109); }
div.DivClassName
{
background-color: #5D126D;
}
.BgClassName
{
background-color: #5D126D;
}
</style>
border-color css
<style>
span { border-color: #5D126D; }
span { border-color: rgb(93,18,109); }
td.TdClassName
{
border-color: #5D126D;
}
.TagClassName
{
border-color: #5D126D;
}
</style>