Shades of Seance #5C176C
Tints of Seance #5C176C
RGB
CMYK
RGB Variations
Color information
#5C176C (or 0x5C176C) is known color: Seance. HEX triplet: 5C, 17 and 6C. RGB value is (92,23,108). Sum of RGB (Red+Green+Blue) = 92+23+108=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C176C is #A3E893. Grayscale: #353535. Windows color (decimal): -10741908 or 7083868. OLE color: 7083868.
HSL color Cylindrical-coordinate representation of color #5C176C: hue angle of 288.71º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C176C is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 23 | 108 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.58 |
| HSL | 288.71º | 0.65% | 0.26% | - |
| HSV(B) | 288.71º | 0.79% | 0.42% | - |
| XYZ | 7.43 | 3.97 | 14.56 | - |
| YUV | 53.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 108 | 0.15 | 0.79 | 0 | 0.58 | 288.71 | 0.65 | 0.26 |
| Hex | 5C | 17 | 6C | F | 4F | 0 | 3A | 121 | 41 | 1A |
| Octal | 134 | 27 | 154 | 17 | 117 | 0 | 72 | 441 | 101 | 32 |
| Binary | 1011100 | 10111 | 1101100 | 1111 | 1001111 | 0 | 111010 | 100100001 | 1000001 | 11010 |
Color Harmonies of #5C176C
Complementary color
Monochromatic Colors of #5C176C
Black with #5C176C
Text Example
Text Example
White with #5C176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C176C; }
p { color: rgb(92,23,108); }
H1.HeaderClassName
{
color: #5C176C;
}
.AnyTagClassName
{
color: #5C176C;
}
</style>
background-color css
<style>
a { background-color: #5C176C; }
a { background-color: rgb(92,23,108); }
div.DivClassName
{
background-color: #5C176C;
}
.BgClassName
{
background-color: #5C176C;
}
</style>
border-color css
<style>
span { border-color: #5C176C; }
span { border-color: rgb(92,23,108); }
td.TdClassName
{
border-color: #5C176C;
}
.TagClassName
{
border-color: #5C176C;
}
</style>