Shades of Seance #5C236C
Tints of Seance #5C236C
RGB
CMYK
RGB Variations
Color information
#5C236C (or 0x5C236C) is known color: Seance. HEX triplet: 5C, 23 and 6C. RGB value is (92,35,108). Sum of RGB (Red+Green+Blue) = 92+35+108=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C236C is #A3DC93. Grayscale: #3C3C3C. Windows color (decimal): -10738836 or 7086940. OLE color: 7086940.
HSL color Cylindrical-coordinate representation of color #5C236C: hue angle of 286.85º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C236C is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 35 | 108 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.58 |
| HSL | 286.85º | 0.51% | 0.28% | - |
| HSV(B) | 286.85º | 0.68% | 0.42% | - |
| XYZ | 7.72 | 4.56 | 14.66 | - |
| YUV | 60.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 108 | 0.15 | 0.68 | 0 | 0.58 | 286.85 | 0.51 | 0.28 |
| Hex | 5C | 23 | 6C | F | 44 | 0 | 3A | 11F | 33 | 1C |
| Octal | 134 | 43 | 154 | 17 | 104 | 0 | 72 | 437 | 63 | 34 |
| Binary | 1011100 | 100011 | 1101100 | 1111 | 1000100 | 0 | 111010 | 100011111 | 110011 | 11100 |
Color Harmonies of #5C236C
Complementary color
Monochromatic Colors of #5C236C
Black with #5C236C
Text Example
Text Example
White with #5C236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C236C; }
p { color: rgb(92,35,108); }
H1.HeaderClassName
{
color: #5C236C;
}
.AnyTagClassName
{
color: #5C236C;
}
</style>
background-color css
<style>
a { background-color: #5C236C; }
a { background-color: rgb(92,35,108); }
div.DivClassName
{
background-color: #5C236C;
}
.BgClassName
{
background-color: #5C236C;
}
</style>
border-color css
<style>
span { border-color: #5C236C; }
span { border-color: rgb(92,35,108); }
td.TdClassName
{
border-color: #5C236C;
}
.TagClassName
{
border-color: #5C236C;
}
</style>