Shades of Seance #5C3063
Tints of Seance #5C3063
RGB
CMYK
RGB Variations
Color information
#5C3063 (or 0x5C3063) is known color: Seance. HEX triplet: 5C, 30 and 63. RGB value is (92,48,99). Sum of RGB (Red+Green+Blue) = 92+48+99=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C3063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3063 is #A3CF9C. Grayscale: #424242. Windows color (decimal): -10735517 or 6500444. OLE color: 6500444.
HSL color Cylindrical-coordinate representation of color #5C3063: hue angle of 291.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C3063 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 48 | 99 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.61 |
| HSL | 291.76º | 0.35% | 0.29% | - |
| HSV(B) | 291.76º | 0.52% | 0.39% | - |
| XYZ | 7.72 | 5.29 | 12.42 | - |
| YUV | 66.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 99 | 0.07 | 0.52 | 0 | 0.61 | 291.76 | 0.35 | 0.29 |
| Hex | 5C | 30 | 63 | 7 | 34 | 0 | 3D | 124 | 23 | 1D |
| Octal | 134 | 60 | 143 | 7 | 64 | 0 | 75 | 444 | 43 | 35 |
| Binary | 1011100 | 110000 | 1100011 | 111 | 110100 | 0 | 111101 | 100100100 | 100011 | 11101 |
Color Harmonies of #5C3063
Complementary color
Monochromatic Colors of #5C3063
Black with #5C3063
Text Example
Text Example
White with #5C3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3063; }
p { color: rgb(92,48,99); }
H1.HeaderClassName
{
color: #5C3063;
}
.AnyTagClassName
{
color: #5C3063;
}
</style>
background-color css
<style>
a { background-color: #5C3063; }
a { background-color: rgb(92,48,99); }
div.DivClassName
{
background-color: #5C3063;
}
.BgClassName
{
background-color: #5C3063;
}
</style>
border-color css
<style>
span { border-color: #5C3063; }
span { border-color: rgb(92,48,99); }
td.TdClassName
{
border-color: #5C3063;
}
.TagClassName
{
border-color: #5C3063;
}
</style>