Shades of Seance #5C2866
Tints of Seance #5C2866
RGB
CMYK
RGB Variations
Color information
#5C2866 (or 0x5C2866) is known color: Seance. HEX triplet: 5C, 28 and 66. RGB value is (92,40,102). Sum of RGB (Red+Green+Blue) = 92+40+102=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C2866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2866 is #A3D799. Grayscale: #3E3E3E. Windows color (decimal): -10737562 or 6695004. OLE color: 6695004.
HSL color Cylindrical-coordinate representation of color #5C2866: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C2866 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 40 | 102 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.6 |
| HSL | 290.32º | 0.44% | 0.28% | - |
| HSV(B) | 290.32º | 0.61% | 0.4% | - |
| XYZ | 7.57 | 4.75 | 13.09 | - |
| YUV | 62.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 102 | 0.10 | 0.61 | 0 | 0.6 | 290.32 | 0.44 | 0.28 |
| Hex | 5C | 28 | 66 | A | 3D | 0 | 3C | 122 | 2C | 1C |
| Octal | 134 | 50 | 146 | 12 | 75 | 0 | 74 | 442 | 54 | 34 |
| Binary | 1011100 | 101000 | 1100110 | 1010 | 111101 | 0 | 111100 | 100100010 | 101100 | 11100 |
Color Harmonies of #5C2866
Complementary color
Monochromatic Colors of #5C2866
Black with #5C2866
Text Example
Text Example
White with #5C2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2866; }
p { color: rgb(92,40,102); }
H1.HeaderClassName
{
color: #5C2866;
}
.AnyTagClassName
{
color: #5C2866;
}
</style>
background-color css
<style>
a { background-color: #5C2866; }
a { background-color: rgb(92,40,102); }
div.DivClassName
{
background-color: #5C2866;
}
.BgClassName
{
background-color: #5C2866;
}
</style>
border-color css
<style>
span { border-color: #5C2866; }
span { border-color: rgb(92,40,102); }
td.TdClassName
{
border-color: #5C2866;
}
.TagClassName
{
border-color: #5C2866;
}
</style>