Shades of Seance #59186D
Tints of Seance #59186D
RGB
CMYK
RGB Variations
Color information
#59186D (or 0x59186D) is known color: Seance. HEX triplet: 59, 18 and 6D. RGB value is (89,24,109). Sum of RGB (Red+Green+Blue) = 89+24+109=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #59186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59186D is #A6E792. Grayscale: #343434. Windows color (decimal): -10938259 or 7149657. OLE color: 7149657.
HSL color Cylindrical-coordinate representation of color #59186D: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59186D is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 24 | 109 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.57 |
| HSL | 285.88º | 0.64% | 0.26% | - |
| HSV(B) | 285.88º | 0.78% | 0.43% | - |
| XYZ | 7.21 | 3.88 | 14.84 | - |
| YUV | 53.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 109 | 0.18 | 0.78 | 0 | 0.57 | 285.88 | 0.64 | 0.26 |
| Hex | 59 | 18 | 6D | 12 | 4E | 0 | 39 | 11E | 40 | 1A |
| Octal | 131 | 30 | 155 | 22 | 116 | 0 | 71 | 436 | 100 | 32 |
| Binary | 1011001 | 11000 | 1101101 | 10010 | 1001110 | 0 | 111001 | 100011110 | 1000000 | 11010 |
Color Harmonies of #59186D
Complementary color
Monochromatic Colors of #59186D
Black with #59186D
Text Example
Text Example
White with #59186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59186D; }
p { color: rgb(89,24,109); }
H1.HeaderClassName
{
color: #59186D;
}
.AnyTagClassName
{
color: #59186D;
}
</style>
background-color css
<style>
a { background-color: #59186D; }
a { background-color: rgb(89,24,109); }
div.DivClassName
{
background-color: #59186D;
}
.BgClassName
{
background-color: #59186D;
}
</style>
border-color css
<style>
span { border-color: #59186D; }
span { border-color: rgb(89,24,109); }
td.TdClassName
{
border-color: #59186D;
}
.TagClassName
{
border-color: #59186D;
}
</style>