Shades of Seance #591A69
Tints of Seance #591A69
RGB
CMYK
RGB Variations
Color information
#591A69 (or 0x591A69) is known color: Seance. HEX triplet: 59, 1A and 69. RGB value is (89,26,105). Sum of RGB (Red+Green+Blue) = 89+26+105=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #591A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A69 is #A6E596. Grayscale: #353535. Windows color (decimal): -10937751 or 6888025. OLE color: 6888025.
HSL color Cylindrical-coordinate representation of color #591A69: hue angle of 287.85º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591A69 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 26 | 105 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.59 |
| HSL | 287.85º | 0.6% | 0.26% | - |
| HSV(B) | 287.85º | 0.75% | 0.41% | - |
| XYZ | 7.04 | 3.88 | 13.74 | - |
| YUV | 53.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 105 | 0.15 | 0.75 | 0 | 0.59 | 287.85 | 0.6 | 0.26 |
| Hex | 59 | 1A | 69 | F | 4B | 0 | 3B | 120 | 3C | 1A |
| Octal | 131 | 32 | 151 | 17 | 113 | 0 | 73 | 440 | 74 | 32 |
| Binary | 1011001 | 11010 | 1101001 | 1111 | 1001011 | 0 | 111011 | 100100000 | 111100 | 11010 |
Color Harmonies of #591A69
Complementary color
Monochromatic Colors of #591A69
Black with #591A69
Text Example
Text Example
White with #591A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A69; }
p { color: rgb(89,26,105); }
H1.HeaderClassName
{
color: #591A69;
}
.AnyTagClassName
{
color: #591A69;
}
</style>
background-color css
<style>
a { background-color: #591A69; }
a { background-color: rgb(89,26,105); }
div.DivClassName
{
background-color: #591A69;
}
.BgClassName
{
background-color: #591A69;
}
</style>
border-color css
<style>
span { border-color: #591A69; }
span { border-color: rgb(89,26,105); }
td.TdClassName
{
border-color: #591A69;
}
.TagClassName
{
border-color: #591A69;
}
</style>