Shades of Seance #5C3960
Tints of Seance #5C3960
RGB
CMYK
RGB Variations
Color information
#5C3960 (or 0x5C3960) is known color: Seance. HEX triplet: 5C, 39 and 60. RGB value is (92,57,96). Sum of RGB (Red+Green+Blue) = 92+57+96=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3960 is #A3C69F. Grayscale: #474747. Windows color (decimal): -10733216 or 6306140. OLE color: 6306140.
HSL color Cylindrical-coordinate representation of color #5C3960: hue angle of 293.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C3960 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 57 | 96 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.62 |
| HSL | 293.85º | 0.25% | 0.3% | - |
| HSV(B) | 293.85º | 0.41% | 0.38% | - |
| XYZ | 7.99 | 6.05 | 11.81 | - |
| YUV | 71.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 96 | 0.04 | 0.41 | 0 | 0.62 | 293.85 | 0.25 | 0.3 |
| Hex | 5C | 39 | 60 | 4 | 29 | 0 | 3E | 126 | 19 | 1E |
| Octal | 134 | 71 | 140 | 4 | 51 | 0 | 76 | 446 | 31 | 36 |
| Binary | 1011100 | 111001 | 1100000 | 100 | 101001 | 0 | 111110 | 100100110 | 11001 | 11110 |
Color Harmonies of #5C3960
Complementary color
Monochromatic Colors of #5C3960
Black with #5C3960
Text Example
Text Example
White with #5C3960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3960; }
p { color: rgb(92,57,96); }
H1.HeaderClassName
{
color: #5C3960;
}
.AnyTagClassName
{
color: #5C3960;
}
</style>
background-color css
<style>
a { background-color: #5C3960; }
a { background-color: rgb(92,57,96); }
div.DivClassName
{
background-color: #5C3960;
}
.BgClassName
{
background-color: #5C3960;
}
</style>
border-color css
<style>
span { border-color: #5C3960; }
span { border-color: rgb(92,57,96); }
td.TdClassName
{
border-color: #5C3960;
}
.TagClassName
{
border-color: #5C3960;
}
</style>