Shades of Seance #5C2366
Tints of Seance #5C2366
RGB
CMYK
RGB Variations
Color information
#5C2366 (or 0x5C2366) is known color: Seance. HEX triplet: 5C, 23 and 66. RGB value is (92,35,102). Sum of RGB (Red+Green+Blue) = 92+35+102=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C2366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2366 is #A3DC99. Grayscale: #3B3B3B. Windows color (decimal): -10738842 or 6693724. OLE color: 6693724.
HSL color Cylindrical-coordinate representation of color #5C2366: hue angle of 291.04º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C2366 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 35 | 102 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.6 |
| HSL | 291.04º | 0.49% | 0.27% | - |
| HSV(B) | 291.04º | 0.66% | 0.4% | - |
| XYZ | 7.41 | 4.44 | 13.04 | - |
| YUV | 59.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 102 | 0.10 | 0.66 | 0 | 0.6 | 291.04 | 0.49 | 0.27 |
| Hex | 5C | 23 | 66 | A | 42 | 0 | 3C | 123 | 31 | 1B |
| Octal | 134 | 43 | 146 | 12 | 102 | 0 | 74 | 443 | 61 | 33 |
| Binary | 1011100 | 100011 | 1100110 | 1010 | 1000010 | 0 | 111100 | 100100011 | 110001 | 11011 |
Color Harmonies of #5C2366
Complementary color
Monochromatic Colors of #5C2366
Black with #5C2366
Text Example
Text Example
White with #5C2366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2366; }
p { color: rgb(92,35,102); }
H1.HeaderClassName
{
color: #5C2366;
}
.AnyTagClassName
{
color: #5C2366;
}
</style>
background-color css
<style>
a { background-color: #5C2366; }
a { background-color: rgb(92,35,102); }
div.DivClassName
{
background-color: #5C2366;
}
.BgClassName
{
background-color: #5C2366;
}
</style>
border-color css
<style>
span { border-color: #5C2366; }
span { border-color: rgb(92,35,102); }
td.TdClassName
{
border-color: #5C2366;
}
.TagClassName
{
border-color: #5C2366;
}
</style>