Shades of Seance #5D3960
Tints of Seance #5D3960
RGB
CMYK
RGB Variations
Color information
#5D3960 (or 0x5D3960) is known color: Seance. HEX triplet: 5D, 39 and 60. RGB value is (93,57,96). Sum of RGB (Red+Green+Blue) = 93+57+96=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3960 is #A2C69F. Grayscale: #484848. Windows color (decimal): -10667680 or 6306141. OLE color: 6306141.
HSL color Cylindrical-coordinate representation of color #5D3960: hue angle of 295.38º 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 #5D3960 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 57 | 96 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.62 |
| HSL | 295.38º | 0.25% | 0.3% | - |
| HSV(B) | 295.38º | 0.41% | 0.38% | - |
| XYZ | 8.09 | 6.1 | 11.82 | - |
| YUV | 72.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 96 | 0.03 | 0.41 | 0 | 0.62 | 295.38 | 0.25 | 0.3 |
| Hex | 5D | 39 | 60 | 3 | 29 | 0 | 3E | 127 | 19 | 1E |
| Octal | 135 | 71 | 140 | 3 | 51 | 0 | 76 | 447 | 31 | 36 |
| Binary | 1011101 | 111001 | 1100000 | 11 | 101001 | 0 | 111110 | 100100111 | 11001 | 11110 |
Color Harmonies of #5D3960
Complementary color
Monochromatic Colors of #5D3960
Black with #5D3960
Text Example
Text Example
White with #5D3960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3960; }
p { color: rgb(93,57,96); }
H1.HeaderClassName
{
color: #5D3960;
}
.AnyTagClassName
{
color: #5D3960;
}
</style>
background-color css
<style>
a { background-color: #5D3960; }
a { background-color: rgb(93,57,96); }
div.DivClassName
{
background-color: #5D3960;
}
.BgClassName
{
background-color: #5D3960;
}
</style>
border-color css
<style>
span { border-color: #5D3960; }
span { border-color: rgb(93,57,96); }
td.TdClassName
{
border-color: #5D3960;
}
.TagClassName
{
border-color: #5D3960;
}
</style>