Shades of Seance #58196E
Tints of Seance #58196E
RGB
CMYK
RGB Variations
Color information
#58196E (or 0x58196E) is known color: Seance. HEX triplet: 58, 19 and 6E. RGB value is (88,25,110). Sum of RGB (Red+Green+Blue) = 88+25+110=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #58196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58196E is #A7E691. Grayscale: #353535. Windows color (decimal): -11003538 or 7215448. OLE color: 7215448.
HSL color Cylindrical-coordinate representation of color #58196E: hue angle of 284.47º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58196E is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 25 | 110 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.57 |
| HSL | 284.47º | 0.63% | 0.26% | - |
| HSV(B) | 284.47º | 0.77% | 0.43% | - |
| XYZ | 7.19 | 3.9 | 15.13 | - |
| YUV | 53.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 110 | 0.2 | 0.77 | 0 | 0.57 | 284.47 | 0.63 | 0.26 |
| Hex | 58 | 19 | 6E | 14 | 4D | 0 | 39 | 11C | 3F | 1A |
| Octal | 130 | 31 | 156 | 24 | 115 | 0 | 71 | 434 | 77 | 32 |
| Binary | 1011000 | 11001 | 1101110 | 10100 | 1001101 | 0 | 111001 | 100011100 | 111111 | 11010 |
Color Harmonies of #58196E
Complementary color
Monochromatic Colors of #58196E
Black with #58196E
Text Example
Text Example
White with #58196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58196E; }
p { color: rgb(88,25,110); }
H1.HeaderClassName
{
color: #58196E;
}
.AnyTagClassName
{
color: #58196E;
}
</style>
background-color css
<style>
a { background-color: #58196E; }
a { background-color: rgb(88,25,110); }
div.DivClassName
{
background-color: #58196E;
}
.BgClassName
{
background-color: #58196E;
}
</style>
border-color css
<style>
span { border-color: #58196E; }
span { border-color: rgb(88,25,110); }
td.TdClassName
{
border-color: #58196E;
}
.TagClassName
{
border-color: #58196E;
}
</style>