Shades of Seance #59166D
Tints of Seance #59166D
RGB
CMYK
RGB Variations
Color information
#59166D (or 0x59166D) is known color: Seance. HEX triplet: 59, 16 and 6D. RGB value is (89,22,109). Sum of RGB (Red+Green+Blue) = 89+22+109=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 22 (8.98% from 255 or 10% 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 #59166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59166D is #A6E992. Grayscale: #333333. Windows color (decimal): -10938771 or 7149145. OLE color: 7149145.
HSL color Cylindrical-coordinate representation of color #59166D: hue angle of 286.21º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59166D is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 22 | 109 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.57 |
| HSL | 286.21º | 0.66% | 0.26% | - |
| HSV(B) | 286.21º | 0.8% | 0.43% | - |
| XYZ | 7.17 | 3.8 | 14.82 | - |
| YUV | 51.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 109 | 0.18 | 0.80 | 0 | 0.57 | 286.21 | 0.66 | 0.26 |
| Hex | 59 | 16 | 6D | 12 | 50 | 0 | 39 | 11E | 42 | 1A |
| Octal | 131 | 26 | 155 | 22 | 120 | 0 | 71 | 436 | 102 | 32 |
| Binary | 1011001 | 10110 | 1101101 | 10010 | 1010000 | 0 | 111001 | 100011110 | 1000010 | 11010 |
Color Harmonies of #59166D
Complementary color
Monochromatic Colors of #59166D
Black with #59166D
Text Example
Text Example
White with #59166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59166D; }
p { color: rgb(89,22,109); }
H1.HeaderClassName
{
color: #59166D;
}
.AnyTagClassName
{
color: #59166D;
}
</style>
background-color css
<style>
a { background-color: #59166D; }
a { background-color: rgb(89,22,109); }
div.DivClassName
{
background-color: #59166D;
}
.BgClassName
{
background-color: #59166D;
}
</style>
border-color css
<style>
span { border-color: #59166D; }
span { border-color: rgb(89,22,109); }
td.TdClassName
{
border-color: #59166D;
}
.TagClassName
{
border-color: #59166D;
}
</style>