Shades of Seance #5D236C
Tints of Seance #5D236C
RGB
CMYK
RGB Variations
Color information
#5D236C (or 0x5D236C) is known color: Seance. HEX triplet: 5D, 23 and 6C. RGB value is (93,35,108). Sum of RGB (Red+Green+Blue) = 93+35+108=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D236C is #A2DC93. Grayscale: #3C3C3C. Windows color (decimal): -10673300 or 7086941. OLE color: 7086941.
HSL color Cylindrical-coordinate representation of color #5D236C: hue angle of 287.67º 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 #5D236C is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 35 | 108 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.58 |
| HSL | 287.67º | 0.51% | 0.28% | - |
| HSV(B) | 287.67º | 0.68% | 0.42% | - |
| XYZ | 7.82 | 4.61 | 14.67 | - |
| YUV | 60.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 108 | 0.14 | 0.68 | 0 | 0.58 | 287.67 | 0.51 | 0.28 |
| Hex | 5D | 23 | 6C | E | 44 | 0 | 3A | 120 | 33 | 1C |
| Octal | 135 | 43 | 154 | 16 | 104 | 0 | 72 | 440 | 63 | 34 |
| Binary | 1011101 | 100011 | 1101100 | 1110 | 1000100 | 0 | 111010 | 100100000 | 110011 | 11100 |
Color Harmonies of #5D236C
Complementary color
Monochromatic Colors of #5D236C
Black with #5D236C
Text Example
Text Example
White with #5D236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D236C; }
p { color: rgb(93,35,108); }
H1.HeaderClassName
{
color: #5D236C;
}
.AnyTagClassName
{
color: #5D236C;
}
</style>
background-color css
<style>
a { background-color: #5D236C; }
a { background-color: rgb(93,35,108); }
div.DivClassName
{
background-color: #5D236C;
}
.BgClassName
{
background-color: #5D236C;
}
</style>
border-color css
<style>
span { border-color: #5D236C; }
span { border-color: rgb(93,35,108); }
td.TdClassName
{
border-color: #5D236C;
}
.TagClassName
{
border-color: #5D236C;
}
</style>