Shades of Seance #5C2364
Tints of Seance #5C2364
RGB
CMYK
RGB Variations
Color information
#5C2364 (or 0x5C2364) is known color: Seance. HEX triplet: 5C, 23 and 64. RGB value is (92,35,100). Sum of RGB (Red+Green+Blue) = 92+35+100=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C2364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2364 is #A3DC9B. Grayscale: #3B3B3B. Windows color (decimal): -10738844 or 6562652. OLE color: 6562652.
HSL color Cylindrical-coordinate representation of color #5C2364: hue angle of 292.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C2364 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 35 | 100 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.61 |
| HSL | 292.62º | 0.48% | 0.26% | - |
| HSV(B) | 292.62º | 0.65% | 0.39% | - |
| XYZ | 7.31 | 4.4 | 12.52 | - |
| YUV | 59.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 100 | 0.08 | 0.65 | 0 | 0.61 | 292.62 | 0.48 | 0.26 |
| Hex | 5C | 23 | 64 | 8 | 41 | 0 | 3D | 125 | 30 | 1A |
| Octal | 134 | 43 | 144 | 10 | 101 | 0 | 75 | 445 | 60 | 32 |
| Binary | 1011100 | 100011 | 1100100 | 1000 | 1000001 | 0 | 111101 | 100100101 | 110000 | 11010 |
Color Harmonies of #5C2364
Complementary color
Monochromatic Colors of #5C2364
Black with #5C2364
Text Example
Text Example
White with #5C2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2364; }
p { color: rgb(92,35,100); }
H1.HeaderClassName
{
color: #5C2364;
}
.AnyTagClassName
{
color: #5C2364;
}
</style>
background-color css
<style>
a { background-color: #5C2364; }
a { background-color: rgb(92,35,100); }
div.DivClassName
{
background-color: #5C2364;
}
.BgClassName
{
background-color: #5C2364;
}
</style>
border-color css
<style>
span { border-color: #5C2364; }
span { border-color: rgb(92,35,100); }
td.TdClassName
{
border-color: #5C2364;
}
.TagClassName
{
border-color: #5C2364;
}
</style>