Shades of Seance #59156B
Tints of Seance #59156B
RGB
CMYK
RGB Variations
Color information
#59156B (or 0x59156B) is known color: Seance. HEX triplet: 59, 15 and 6B. RGB value is (89,21,107). Sum of RGB (Red+Green+Blue) = 89+21+107=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #59156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59156B is #A6EA94. Grayscale: #323232. Windows color (decimal): -10939029 or 7017817. OLE color: 7017817.
HSL color Cylindrical-coordinate representation of color #59156B: hue angle of 287.44º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59156B is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 21 | 107 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.58 |
| HSL | 287.44º | 0.67% | 0.25% | - |
| HSV(B) | 287.44º | 0.8% | 0.42% | - |
| XYZ | 7.04 | 3.72 | 14.26 | - |
| YUV | 51.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 107 | 0.17 | 0.80 | 0 | 0.58 | 287.44 | 0.67 | 0.25 |
| Hex | 59 | 15 | 6B | 11 | 50 | 0 | 3A | 11F | 43 | 19 |
| Octal | 131 | 25 | 153 | 21 | 120 | 0 | 72 | 437 | 103 | 31 |
| Binary | 1011001 | 10101 | 1101011 | 10001 | 1010000 | 0 | 111010 | 100011111 | 1000011 | 11001 |
Color Harmonies of #59156B
Complementary color
Monochromatic Colors of #59156B
Black with #59156B
Text Example
Text Example
White with #59156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59156B; }
p { color: rgb(89,21,107); }
H1.HeaderClassName
{
color: #59156B;
}
.AnyTagClassName
{
color: #59156B;
}
</style>
background-color css
<style>
a { background-color: #59156B; }
a { background-color: rgb(89,21,107); }
div.DivClassName
{
background-color: #59156B;
}
.BgClassName
{
background-color: #59156B;
}
</style>
border-color css
<style>
span { border-color: #59156B; }
span { border-color: rgb(89,21,107); }
td.TdClassName
{
border-color: #59156B;
}
.TagClassName
{
border-color: #59156B;
}
</style>