Shades of Seance #5C2166
Tints of Seance #5C2166
RGB
CMYK
RGB Variations
Color information
#5C2166 (or 0x5C2166) is known color: Seance. HEX triplet: 5C, 21 and 66. RGB value is (92,33,102). Sum of RGB (Red+Green+Blue) = 92+33+102=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C2166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2166 is #A3DE99. Grayscale: #3A3A3A. Windows color (decimal): -10739354 or 6693212. OLE color: 6693212.
HSL color Cylindrical-coordinate representation of color #5C2166: hue angle of 291.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C2166 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 33 | 102 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.6 |
| HSL | 291.3º | 0.51% | 0.26% | - |
| HSV(B) | 291.3º | 0.68% | 0.4% | - |
| XYZ | 7.36 | 4.32 | 13.02 | - |
| YUV | 58.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 102 | 0.10 | 0.68 | 0 | 0.6 | 291.3 | 0.51 | 0.26 |
| Hex | 5C | 21 | 66 | A | 44 | 0 | 3C | 123 | 33 | 1A |
| Octal | 134 | 41 | 146 | 12 | 104 | 0 | 74 | 443 | 63 | 32 |
| Binary | 1011100 | 100001 | 1100110 | 1010 | 1000100 | 0 | 111100 | 100100011 | 110011 | 11010 |
Color Harmonies of #5C2166
Complementary color
Monochromatic Colors of #5C2166
Black with #5C2166
Text Example
Text Example
White with #5C2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2166; }
p { color: rgb(92,33,102); }
H1.HeaderClassName
{
color: #5C2166;
}
.AnyTagClassName
{
color: #5C2166;
}
</style>
background-color css
<style>
a { background-color: #5C2166; }
a { background-color: rgb(92,33,102); }
div.DivClassName
{
background-color: #5C2166;
}
.BgClassName
{
background-color: #5C2166;
}
</style>
border-color css
<style>
span { border-color: #5C2166; }
span { border-color: rgb(92,33,102); }
td.TdClassName
{
border-color: #5C2166;
}
.TagClassName
{
border-color: #5C2166;
}
</style>