Shades of Seance #5C1968
Tints of Seance #5C1968
RGB
CMYK
RGB Variations
Color information
#5C1968 (or 0x5C1968) is known color: Seance. HEX triplet: 5C, 19 and 68. RGB value is (92,25,104). Sum of RGB (Red+Green+Blue) = 92+25+104=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C1968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1968 is #A3E697. Grayscale: #353535. Windows color (decimal): -10741400 or 6822236. OLE color: 6822236.
HSL color Cylindrical-coordinate representation of color #5C1968: hue angle of 290.89º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C1968 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 25 | 104 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.59 |
| HSL | 290.89º | 0.61% | 0.25% | - |
| HSV(B) | 290.89º | 0.76% | 0.41% | - |
| XYZ | 7.26 | 3.97 | 13.48 | - |
| YUV | 54.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 104 | 0.12 | 0.76 | 0 | 0.59 | 290.89 | 0.61 | 0.25 |
| Hex | 5C | 19 | 68 | C | 4C | 0 | 3B | 123 | 3D | 19 |
| Octal | 134 | 31 | 150 | 14 | 114 | 0 | 73 | 443 | 75 | 31 |
| Binary | 1011100 | 11001 | 1101000 | 1100 | 1001100 | 0 | 111011 | 100100011 | 111101 | 11001 |
Color Harmonies of #5C1968
Complementary color
Monochromatic Colors of #5C1968
Black with #5C1968
Text Example
Text Example
White with #5C1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1968; }
p { color: rgb(92,25,104); }
H1.HeaderClassName
{
color: #5C1968;
}
.AnyTagClassName
{
color: #5C1968;
}
</style>
background-color css
<style>
a { background-color: #5C1968; }
a { background-color: rgb(92,25,104); }
div.DivClassName
{
background-color: #5C1968;
}
.BgClassName
{
background-color: #5C1968;
}
</style>
border-color css
<style>
span { border-color: #5C1968; }
span { border-color: rgb(92,25,104); }
td.TdClassName
{
border-color: #5C1968;
}
.TagClassName
{
border-color: #5C1968;
}
</style>