Shades of Seance #591A70
Tints of Seance #591A70
RGB
CMYK
RGB Variations
Color information
#591A70 (or 0x591A70) is known color: Seance. HEX triplet: 59, 1A and 70. RGB value is (89,26,112). Sum of RGB (Red+Green+Blue) = 89+26+112=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #591A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A70 is #A6E58F. Grayscale: #363636. Windows color (decimal): -10937744 or 7346777. OLE color: 7346777.
HSL color Cylindrical-coordinate representation of color #591A70: hue angle of 283.95º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591A70 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 26 | 112 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.56 |
| HSL | 283.95º | 0.62% | 0.27% | - |
| HSV(B) | 283.95º | 0.77% | 0.44% | - |
| XYZ | 7.41 | 4.03 | 15.72 | - |
| YUV | 54.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 112 | 0.21 | 0.77 | 0 | 0.56 | 283.95 | 0.62 | 0.27 |
| Hex | 59 | 1A | 70 | 15 | 4D | 0 | 38 | 11C | 3E | 1B |
| Octal | 131 | 32 | 160 | 25 | 115 | 0 | 70 | 434 | 76 | 33 |
| Binary | 1011001 | 11010 | 1110000 | 10101 | 1001101 | 0 | 111000 | 100011100 | 111110 | 11011 |
Color Harmonies of #591A70
Complementary color
Monochromatic Colors of #591A70
Black with #591A70
Text Example
Text Example
White with #591A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A70; }
p { color: rgb(89,26,112); }
H1.HeaderClassName
{
color: #591A70;
}
.AnyTagClassName
{
color: #591A70;
}
</style>
background-color css
<style>
a { background-color: #591A70; }
a { background-color: rgb(89,26,112); }
div.DivClassName
{
background-color: #591A70;
}
.BgClassName
{
background-color: #591A70;
}
</style>
border-color css
<style>
span { border-color: #591A70; }
span { border-color: rgb(89,26,112); }
td.TdClassName
{
border-color: #591A70;
}
.TagClassName
{
border-color: #591A70;
}
</style>