Shades of Seance #591A68
Tints of Seance #591A68
RGB
CMYK
RGB Variations
Color information
#591A68 (or 0x591A68) is known color: Seance. HEX triplet: 59, 1A and 68. RGB value is (89,26,104). Sum of RGB (Red+Green+Blue) = 89+26+104=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #591A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A68 is #A6E597. Grayscale: #353535. Windows color (decimal): -10937752 or 6822489. OLE color: 6822489.
HSL color Cylindrical-coordinate representation of color #591A68: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591A68 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 26 | 104 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.59 |
| HSL | 288.46º | 0.6% | 0.25% | - |
| HSV(B) | 288.46º | 0.75% | 0.41% | - |
| XYZ | 6.99 | 3.86 | 13.47 | - |
| YUV | 53.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 104 | 0.14 | 0.75 | 0 | 0.59 | 288.46 | 0.6 | 0.25 |
| Hex | 59 | 1A | 68 | E | 4B | 0 | 3B | 120 | 3C | 19 |
| Octal | 131 | 32 | 150 | 16 | 113 | 0 | 73 | 440 | 74 | 31 |
| Binary | 1011001 | 11010 | 1101000 | 1110 | 1001011 | 0 | 111011 | 100100000 | 111100 | 11001 |
Color Harmonies of #591A68
Complementary color
Monochromatic Colors of #591A68
Black with #591A68
Text Example
Text Example
White with #591A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A68; }
p { color: rgb(89,26,104); }
H1.HeaderClassName
{
color: #591A68;
}
.AnyTagClassName
{
color: #591A68;
}
</style>
background-color css
<style>
a { background-color: #591A68; }
a { background-color: rgb(89,26,104); }
div.DivClassName
{
background-color: #591A68;
}
.BgClassName
{
background-color: #591A68;
}
</style>
border-color css
<style>
span { border-color: #591A68; }
span { border-color: rgb(89,26,104); }
td.TdClassName
{
border-color: #591A68;
}
.TagClassName
{
border-color: #591A68;
}
</style>