Shades of Seance #5C176A
Tints of Seance #5C176A
RGB
CMYK
RGB Variations
Color information
#5C176A (or 0x5C176A) is known color: Seance. HEX triplet: 5C, 17 and 6A. RGB value is (92,23,106). Sum of RGB (Red+Green+Blue) = 92+23+106=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C176A is #A3E895. Grayscale: #343434. Windows color (decimal): -10741910 or 6952796. OLE color: 6952796.
HSL color Cylindrical-coordinate representation of color #5C176A: hue angle of 289.88º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C176A is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 23 | 106 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.58 |
| HSL | 289.88º | 0.64% | 0.25% | - |
| HSV(B) | 289.88º | 0.78% | 0.42% | - |
| XYZ | 7.32 | 3.93 | 14.01 | - |
| YUV | 53.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 106 | 0.13 | 0.78 | 0 | 0.58 | 289.88 | 0.64 | 0.25 |
| Hex | 5C | 17 | 6A | D | 4E | 0 | 3A | 122 | 40 | 19 |
| Octal | 134 | 27 | 152 | 15 | 116 | 0 | 72 | 442 | 100 | 31 |
| Binary | 1011100 | 10111 | 1101010 | 1101 | 1001110 | 0 | 111010 | 100100010 | 1000000 | 11001 |
Color Harmonies of #5C176A
Complementary color
Monochromatic Colors of #5C176A
Black with #5C176A
Text Example
Text Example
White with #5C176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C176A; }
p { color: rgb(92,23,106); }
H1.HeaderClassName
{
color: #5C176A;
}
.AnyTagClassName
{
color: #5C176A;
}
</style>
background-color css
<style>
a { background-color: #5C176A; }
a { background-color: rgb(92,23,106); }
div.DivClassName
{
background-color: #5C176A;
}
.BgClassName
{
background-color: #5C176A;
}
</style>
border-color css
<style>
span { border-color: #5C176A; }
span { border-color: rgb(92,23,106); }
td.TdClassName
{
border-color: #5C176A;
}
.TagClassName
{
border-color: #5C176A;
}
</style>