Shades of Seance #59126A
Tints of Seance #59126A
RGB
CMYK
RGB Variations
Color information
#59126A (or 0x59126A) is known color: Seance. HEX triplet: 59, 12 and 6A. RGB value is (89,18,106). Sum of RGB (Red+Green+Blue) = 89+18+106=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #59126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59126A is #A6ED95. Grayscale: #303030. Windows color (decimal): -10939798 or 6951513. OLE color: 6951513.
HSL color Cylindrical-coordinate representation of color #59126A: hue angle of 288.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59126A is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 18 | 106 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.58 |
| HSL | 288.41º | 0.71% | 0.24% | - |
| HSV(B) | 288.41º | 0.83% | 0.42% | - |
| XYZ | 6.94 | 3.6 | 13.96 | - |
| YUV | 49.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 106 | 0.16 | 0.83 | 0 | 0.58 | 288.41 | 0.71 | 0.24 |
| Hex | 59 | 12 | 6A | 10 | 53 | 0 | 3A | 120 | 47 | 18 |
| Octal | 131 | 22 | 152 | 20 | 123 | 0 | 72 | 440 | 107 | 30 |
| Binary | 1011001 | 10010 | 1101010 | 10000 | 1010011 | 0 | 111010 | 100100000 | 1000111 | 11000 |
Color Harmonies of #59126A
Complementary color
Monochromatic Colors of #59126A
Black with #59126A
Text Example
Text Example
White with #59126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59126A; }
p { color: rgb(89,18,106); }
H1.HeaderClassName
{
color: #59126A;
}
.AnyTagClassName
{
color: #59126A;
}
</style>
background-color css
<style>
a { background-color: #59126A; }
a { background-color: rgb(89,18,106); }
div.DivClassName
{
background-color: #59126A;
}
.BgClassName
{
background-color: #59126A;
}
</style>
border-color css
<style>
span { border-color: #59126A; }
span { border-color: rgb(89,18,106); }
td.TdClassName
{
border-color: #59126A;
}
.TagClassName
{
border-color: #59126A;
}
</style>