Shades of Seance #591A6C
Tints of Seance #591A6C
RGB
CMYK
RGB Variations
Color information
#591A6C (or 0x591A6C) is known color: Seance. HEX triplet: 59, 1A and 6C. RGB value is (89,26,108). Sum of RGB (Red+Green+Blue) = 89+26+108=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #591A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A6C is #A6E593. Grayscale: #353535. Windows color (decimal): -10937748 or 7084633. OLE color: 7084633.
HSL color Cylindrical-coordinate representation of color #591A6C: hue angle of 286.1º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591A6C is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 26 | 108 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.58 |
| HSL | 286.1º | 0.61% | 0.26% | - |
| HSV(B) | 286.1º | 0.76% | 0.42% | - |
| XYZ | 7.2 | 3.95 | 14.57 | - |
| YUV | 54.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 108 | 0.18 | 0.76 | 0 | 0.58 | 286.1 | 0.61 | 0.26 |
| Hex | 59 | 1A | 6C | 12 | 4C | 0 | 3A | 11E | 3D | 1A |
| Octal | 131 | 32 | 154 | 22 | 114 | 0 | 72 | 436 | 75 | 32 |
| Binary | 1011001 | 11010 | 1101100 | 10010 | 1001100 | 0 | 111010 | 100011110 | 111101 | 11010 |
Color Harmonies of #591A6C
Complementary color
Monochromatic Colors of #591A6C
Black with #591A6C
Text Example
Text Example
White with #591A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A6C; }
p { color: rgb(89,26,108); }
H1.HeaderClassName
{
color: #591A6C;
}
.AnyTagClassName
{
color: #591A6C;
}
</style>
background-color css
<style>
a { background-color: #591A6C; }
a { background-color: rgb(89,26,108); }
div.DivClassName
{
background-color: #591A6C;
}
.BgClassName
{
background-color: #591A6C;
}
</style>
border-color css
<style>
span { border-color: #591A6C; }
span { border-color: rgb(89,26,108); }
td.TdClassName
{
border-color: #591A6C;
}
.TagClassName
{
border-color: #591A6C;
}
</style>