Shades of Seance #5C216D
Tints of Seance #5C216D
RGB
CMYK
RGB Variations
Color information
#5C216D (or 0x5C216D) is known color: Seance. HEX triplet: 5C, 21 and 6D. RGB value is (92,33,109). Sum of RGB (Red+Green+Blue) = 92+33+109=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C216D is #A3DE92. Grayscale: #3B3B3B. Windows color (decimal): -10739347 or 7151964. OLE color: 7151964.
HSL color Cylindrical-coordinate representation of color #5C216D: hue angle of 286.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C216D is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 33 | 109 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.57 |
| HSL | 286.58º | 0.54% | 0.28% | - |
| HSV(B) | 286.58º | 0.7% | 0.43% | - |
| XYZ | 7.72 | 4.47 | 14.92 | - |
| YUV | 59.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 109 | 0.16 | 0.70 | 0 | 0.57 | 286.58 | 0.54 | 0.28 |
| Hex | 5C | 21 | 6D | 10 | 46 | 0 | 39 | 11F | 36 | 1C |
| Octal | 134 | 41 | 155 | 20 | 106 | 0 | 71 | 437 | 66 | 34 |
| Binary | 1011100 | 100001 | 1101101 | 10000 | 1000110 | 0 | 111001 | 100011111 | 110110 | 11100 |
Color Harmonies of #5C216D
Complementary color
Monochromatic Colors of #5C216D
Black with #5C216D
Text Example
Text Example
White with #5C216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C216D; }
p { color: rgb(92,33,109); }
H1.HeaderClassName
{
color: #5C216D;
}
.AnyTagClassName
{
color: #5C216D;
}
</style>
background-color css
<style>
a { background-color: #5C216D; }
a { background-color: rgb(92,33,109); }
div.DivClassName
{
background-color: #5C216D;
}
.BgClassName
{
background-color: #5C216D;
}
</style>
border-color css
<style>
span { border-color: #5C216D; }
span { border-color: rgb(92,33,109); }
td.TdClassName
{
border-color: #5C216D;
}
.TagClassName
{
border-color: #5C216D;
}
</style>