Shades of Seance #5C1970
Tints of Seance #5C1970
RGB
CMYK
RGB Variations
Color information
#5C1970 (or 0x5C1970) is known color: Seance. HEX triplet: 5C, 19 and 70. RGB value is (92,25,112). Sum of RGB (Red+Green+Blue) = 92+25+112=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1970 is #A3E68F. Grayscale: #363636. Windows color (decimal): -10741392 or 7346524. OLE color: 7346524.
HSL color Cylindrical-coordinate representation of color #5C1970: hue angle of 286.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1970 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 25 | 112 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.56 |
| HSL | 286.21º | 0.64% | 0.27% | - |
| HSV(B) | 286.21º | 0.78% | 0.44% | - |
| XYZ | 7.69 | 4.14 | 15.72 | - |
| YUV | 54.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 112 | 0.18 | 0.78 | 0 | 0.56 | 286.21 | 0.64 | 0.27 |
| Hex | 5C | 19 | 70 | 12 | 4E | 0 | 38 | 11E | 40 | 1B |
| Octal | 134 | 31 | 160 | 22 | 116 | 0 | 70 | 436 | 100 | 33 |
| Binary | 1011100 | 11001 | 1110000 | 10010 | 1001110 | 0 | 111000 | 100011110 | 1000000 | 11011 |
Color Harmonies of #5C1970
Complementary color
Monochromatic Colors of #5C1970
Black with #5C1970
Text Example
Text Example
White with #5C1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1970; }
p { color: rgb(92,25,112); }
H1.HeaderClassName
{
color: #5C1970;
}
.AnyTagClassName
{
color: #5C1970;
}
</style>
background-color css
<style>
a { background-color: #5C1970; }
a { background-color: rgb(92,25,112); }
div.DivClassName
{
background-color: #5C1970;
}
.BgClassName
{
background-color: #5C1970;
}
</style>
border-color css
<style>
span { border-color: #5C1970; }
span { border-color: rgb(92,25,112); }
td.TdClassName
{
border-color: #5C1970;
}
.TagClassName
{
border-color: #5C1970;
}
</style>