Shades of Seance #5C286D
Tints of Seance #5C286D
RGB
CMYK
RGB Variations
Color information
#5C286D (or 0x5C286D) is known color: Seance. HEX triplet: 5C, 28 and 6D. RGB value is (92,40,109). Sum of RGB (Red+Green+Blue) = 92+40+109=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C286D is #A3D792. Grayscale: #3F3F3F. Windows color (decimal): -10737555 or 7153756. OLE color: 7153756.
HSL color Cylindrical-coordinate representation of color #5C286D: hue angle of 285.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C286D is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 40 | 109 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.57 |
| HSL | 285.22º | 0.46% | 0.29% | - |
| HSV(B) | 285.22º | 0.63% | 0.43% | - |
| XYZ | 7.93 | 4.9 | 15 | - |
| YUV | 63.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 109 | 0.16 | 0.63 | 0 | 0.57 | 285.22 | 0.46 | 0.29 |
| Hex | 5C | 28 | 6D | 10 | 3F | 0 | 39 | 11D | 2E | 1D |
| Octal | 134 | 50 | 155 | 20 | 77 | 0 | 71 | 435 | 56 | 35 |
| Binary | 1011100 | 101000 | 1101101 | 10000 | 111111 | 0 | 111001 | 100011101 | 101110 | 11101 |
Color Harmonies of #5C286D
Complementary color
Monochromatic Colors of #5C286D
Black with #5C286D
Text Example
Text Example
White with #5C286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C286D; }
p { color: rgb(92,40,109); }
H1.HeaderClassName
{
color: #5C286D;
}
.AnyTagClassName
{
color: #5C286D;
}
</style>
background-color css
<style>
a { background-color: #5C286D; }
a { background-color: rgb(92,40,109); }
div.DivClassName
{
background-color: #5C286D;
}
.BgClassName
{
background-color: #5C286D;
}
</style>
border-color css
<style>
span { border-color: #5C286D; }
span { border-color: rgb(92,40,109); }
td.TdClassName
{
border-color: #5C286D;
}
.TagClassName
{
border-color: #5C286D;
}
</style>