Shades of Seance #5C2E63
Tints of Seance #5C2E63
RGB
CMYK
RGB Variations
Color information
#5C2E63 (or 0x5C2E63) is known color: Seance. HEX triplet: 5C, 2E and 63. RGB value is (92,46,99). Sum of RGB (Red+Green+Blue) = 92+46+99=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C2E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E63 is #A3D19C. Grayscale: #414141. Windows color (decimal): -10736029 or 6499932. OLE color: 6499932.
HSL color Cylindrical-coordinate representation of color #5C2E63: hue angle of 292.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C2E63 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 46 | 99 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.61 |
| HSL | 292.08º | 0.37% | 0.28% | - |
| HSV(B) | 292.08º | 0.54% | 0.39% | - |
| XYZ | 7.64 | 5.13 | 12.39 | - |
| YUV | 65.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 99 | 0.07 | 0.54 | 0 | 0.61 | 292.08 | 0.37 | 0.28 |
| Hex | 5C | 2E | 63 | 7 | 36 | 0 | 3D | 124 | 25 | 1C |
| Octal | 134 | 56 | 143 | 7 | 66 | 0 | 75 | 444 | 45 | 34 |
| Binary | 1011100 | 101110 | 1100011 | 111 | 110110 | 0 | 111101 | 100100100 | 100101 | 11100 |
Color Harmonies of #5C2E63
Complementary color
Monochromatic Colors of #5C2E63
Black with #5C2E63
Text Example
Text Example
White with #5C2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E63; }
p { color: rgb(92,46,99); }
H1.HeaderClassName
{
color: #5C2E63;
}
.AnyTagClassName
{
color: #5C2E63;
}
</style>
background-color css
<style>
a { background-color: #5C2E63; }
a { background-color: rgb(92,46,99); }
div.DivClassName
{
background-color: #5C2E63;
}
.BgClassName
{
background-color: #5C2E63;
}
</style>
border-color css
<style>
span { border-color: #5C2E63; }
span { border-color: rgb(92,46,99); }
td.TdClassName
{
border-color: #5C2E63;
}
.TagClassName
{
border-color: #5C2E63;
}
</style>