Shades of Seance #5C286C
Tints of Seance #5C286C
RGB
CMYK
RGB Variations
Color information
#5C286C (or 0x5C286C) is known color: Seance. HEX triplet: 5C, 28 and 6C. RGB value is (92,40,108). Sum of RGB (Red+Green+Blue) = 92+40+108=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C286C is #A3D793. Grayscale: #3F3F3F. Windows color (decimal): -10737556 or 7088220. OLE color: 7088220.
HSL color Cylindrical-coordinate representation of color #5C286C: hue angle of 285.88º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C286C is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 40 | 108 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.58 |
| HSL | 285.88º | 0.46% | 0.29% | - |
| HSV(B) | 285.88º | 0.63% | 0.42% | - |
| XYZ | 7.88 | 4.88 | 14.71 | - |
| YUV | 63.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 108 | 0.15 | 0.63 | 0 | 0.58 | 285.88 | 0.46 | 0.29 |
| Hex | 5C | 28 | 6C | F | 3F | 0 | 3A | 11E | 2E | 1D |
| Octal | 134 | 50 | 154 | 17 | 77 | 0 | 72 | 436 | 56 | 35 |
| Binary | 1011100 | 101000 | 1101100 | 1111 | 111111 | 0 | 111010 | 100011110 | 101110 | 11101 |
Color Harmonies of #5C286C
Complementary color
Monochromatic Colors of #5C286C
Black with #5C286C
Text Example
Text Example
White with #5C286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C286C; }
p { color: rgb(92,40,108); }
H1.HeaderClassName
{
color: #5C286C;
}
.AnyTagClassName
{
color: #5C286C;
}
</style>
background-color css
<style>
a { background-color: #5C286C; }
a { background-color: rgb(92,40,108); }
div.DivClassName
{
background-color: #5C286C;
}
.BgClassName
{
background-color: #5C286C;
}
</style>
border-color css
<style>
span { border-color: #5C286C; }
span { border-color: rgb(92,40,108); }
td.TdClassName
{
border-color: #5C286C;
}
.TagClassName
{
border-color: #5C286C;
}
</style>