Shades of Seance #591B6B
Tints of Seance #591B6B
RGB
CMYK
RGB Variations
Color information
#591B6B (or 0x591B6B) is known color: Seance. HEX triplet: 59, 1B and 6B. RGB value is (89,27,107). Sum of RGB (Red+Green+Blue) = 89+27+107=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #591B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B6B is #A6E494. Grayscale: #363636. Windows color (decimal): -10937493 or 7019353. OLE color: 7019353.
HSL color Cylindrical-coordinate representation of color #591B6B: hue angle of 286.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591B6B is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 27 | 107 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.58 |
| HSL | 286.5º | 0.6% | 0.26% | - |
| HSV(B) | 286.5º | 0.75% | 0.42% | - |
| XYZ | 7.17 | 3.97 | 14.3 | - |
| YUV | 54.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 107 | 0.17 | 0.75 | 0 | 0.58 | 286.5 | 0.6 | 0.26 |
| Hex | 59 | 1B | 6B | 11 | 4B | 0 | 3A | 11E | 3C | 1A |
| Octal | 131 | 33 | 153 | 21 | 113 | 0 | 72 | 436 | 74 | 32 |
| Binary | 1011001 | 11011 | 1101011 | 10001 | 1001011 | 0 | 111010 | 100011110 | 111100 | 11010 |
Color Harmonies of #591B6B
Complementary color
Monochromatic Colors of #591B6B
Black with #591B6B
Text Example
Text Example
White with #591B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B6B; }
p { color: rgb(89,27,107); }
H1.HeaderClassName
{
color: #591B6B;
}
.AnyTagClassName
{
color: #591B6B;
}
</style>
background-color css
<style>
a { background-color: #591B6B; }
a { background-color: rgb(89,27,107); }
div.DivClassName
{
background-color: #591B6B;
}
.BgClassName
{
background-color: #591B6B;
}
</style>
border-color css
<style>
span { border-color: #591B6B; }
span { border-color: rgb(89,27,107); }
td.TdClassName
{
border-color: #591B6B;
}
.TagClassName
{
border-color: #591B6B;
}
</style>