Shades of Seance #591F6C
Tints of Seance #591F6C
RGB
CMYK
RGB Variations
Color information
#591F6C (or 0x591F6C) is known color: Seance. HEX triplet: 59, 1F and 6C. RGB value is (89,31,108). Sum of RGB (Red+Green+Blue) = 89+31+108=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #591F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F6C is #A6E093. Grayscale: #383838. Windows color (decimal): -10936468 or 7085913. OLE color: 7085913.
HSL color Cylindrical-coordinate representation of color #591F6C: hue angle of 285.19º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591F6C is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 31 | 108 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.58 |
| HSL | 285.19º | 0.55% | 0.27% | - |
| HSV(B) | 285.19º | 0.71% | 0.42% | - |
| XYZ | 7.32 | 4.19 | 14.61 | - |
| YUV | 57.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 108 | 0.18 | 0.71 | 0 | 0.58 | 285.19 | 0.55 | 0.27 |
| Hex | 59 | 1F | 6C | 12 | 47 | 0 | 3A | 11D | 37 | 1B |
| Octal | 131 | 37 | 154 | 22 | 107 | 0 | 72 | 435 | 67 | 33 |
| Binary | 1011001 | 11111 | 1101100 | 10010 | 1000111 | 0 | 111010 | 100011101 | 110111 | 11011 |
Color Harmonies of #591F6C
Complementary color
Monochromatic Colors of #591F6C
Black with #591F6C
Text Example
Text Example
White with #591F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F6C; }
p { color: rgb(89,31,108); }
H1.HeaderClassName
{
color: #591F6C;
}
.AnyTagClassName
{
color: #591F6C;
}
</style>
background-color css
<style>
a { background-color: #591F6C; }
a { background-color: rgb(89,31,108); }
div.DivClassName
{
background-color: #591F6C;
}
.BgClassName
{
background-color: #591F6C;
}
</style>
border-color css
<style>
span { border-color: #591F6C; }
span { border-color: rgb(89,31,108); }
td.TdClassName
{
border-color: #591F6C;
}
.TagClassName
{
border-color: #591F6C;
}
</style>