Shades of Seance #59146C
Tints of Seance #59146C
RGB
CMYK
RGB Variations
Color information
#59146C (or 0x59146C) is known color: Seance. HEX triplet: 59, 14 and 6C. RGB value is (89,20,108). Sum of RGB (Red+Green+Blue) = 89+20+108=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #59146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59146C is #A6EB93. Grayscale: #323232. Windows color (decimal): -10939284 or 7083097. OLE color: 7083097.
HSL color Cylindrical-coordinate representation of color #59146C: hue angle of 287.05º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59146C is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 20 | 108 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.58 |
| HSL | 287.05º | 0.69% | 0.25% | - |
| HSV(B) | 287.05º | 0.81% | 0.42% | - |
| XYZ | 7.08 | 3.71 | 14.53 | - |
| YUV | 50.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 108 | 0.18 | 0.81 | 0 | 0.58 | 287.05 | 0.69 | 0.25 |
| Hex | 59 | 14 | 6C | 12 | 51 | 0 | 3A | 11F | 45 | 19 |
| Octal | 131 | 24 | 154 | 22 | 121 | 0 | 72 | 437 | 105 | 31 |
| Binary | 1011001 | 10100 | 1101100 | 10010 | 1010001 | 0 | 111010 | 100011111 | 1000101 | 11001 |
Color Harmonies of #59146C
Complementary color
Monochromatic Colors of #59146C
Black with #59146C
Text Example
Text Example
White with #59146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59146C; }
p { color: rgb(89,20,108); }
H1.HeaderClassName
{
color: #59146C;
}
.AnyTagClassName
{
color: #59146C;
}
</style>
background-color css
<style>
a { background-color: #59146C; }
a { background-color: rgb(89,20,108); }
div.DivClassName
{
background-color: #59146C;
}
.BgClassName
{
background-color: #59146C;
}
</style>
border-color css
<style>
span { border-color: #59146C; }
span { border-color: rgb(89,20,108); }
td.TdClassName
{
border-color: #59146C;
}
.TagClassName
{
border-color: #59146C;
}
</style>