Shades of Seance #5C2966
Tints of Seance #5C2966
RGB
CMYK
RGB Variations
Color information
#5C2966 (or 0x5C2966) is known color: Seance. HEX triplet: 5C, 29 and 66. RGB value is (92,41,102). Sum of RGB (Red+Green+Blue) = 92+41+102=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C2966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2966 is #A3D699. Grayscale: #3F3F3F. Windows color (decimal): -10737306 or 6695260. OLE color: 6695260.
HSL color Cylindrical-coordinate representation of color #5C2966: hue angle of 290.16º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C2966 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 41 | 102 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.6 |
| HSL | 290.16º | 0.43% | 0.28% | - |
| HSV(B) | 290.16º | 0.6% | 0.4% | - |
| XYZ | 7.6 | 4.82 | 13.1 | - |
| YUV | 63.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 102 | 0.10 | 0.60 | 0 | 0.6 | 290.16 | 0.43 | 0.28 |
| Hex | 5C | 29 | 66 | A | 3C | 0 | 3C | 122 | 2B | 1C |
| Octal | 134 | 51 | 146 | 12 | 74 | 0 | 74 | 442 | 53 | 34 |
| Binary | 1011100 | 101001 | 1100110 | 1010 | 111100 | 0 | 111100 | 100100010 | 101011 | 11100 |
Color Harmonies of #5C2966
Complementary color
Monochromatic Colors of #5C2966
Black with #5C2966
Text Example
Text Example
White with #5C2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2966; }
p { color: rgb(92,41,102); }
H1.HeaderClassName
{
color: #5C2966;
}
.AnyTagClassName
{
color: #5C2966;
}
</style>
background-color css
<style>
a { background-color: #5C2966; }
a { background-color: rgb(92,41,102); }
div.DivClassName
{
background-color: #5C2966;
}
.BgClassName
{
background-color: #5C2966;
}
</style>
border-color css
<style>
span { border-color: #5C2966; }
span { border-color: rgb(92,41,102); }
td.TdClassName
{
border-color: #5C2966;
}
.TagClassName
{
border-color: #5C2966;
}
</style>