Shades of Seance #5D3060
Tints of Seance #5D3060
RGB
CMYK
RGB Variations
Color information
#5D3060 (or 0x5D3060) is known color: Seance. HEX triplet: 5D, 30 and 60. RGB value is (93,48,96). Sum of RGB (Red+Green+Blue) = 93+48+96=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D3060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3060 is #A2CF9F. Grayscale: #424242. Windows color (decimal): -10669984 or 6303837. OLE color: 6303837.
HSL color Cylindrical-coordinate representation of color #5D3060: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D3060 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 48 | 96 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.62 |
| HSL | 296.25º | 0.33% | 0.28% | - |
| HSV(B) | 296.25º | 0.5% | 0.38% | - |
| XYZ | 7.68 | 5.29 | 11.68 | - |
| YUV | 66.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 96 | 0.03 | 0.50 | 0 | 0.62 | 296.25 | 0.33 | 0.28 |
| Hex | 5D | 30 | 60 | 3 | 32 | 0 | 3E | 128 | 21 | 1C |
| Octal | 135 | 60 | 140 | 3 | 62 | 0 | 76 | 450 | 41 | 34 |
| Binary | 1011101 | 110000 | 1100000 | 11 | 110010 | 0 | 111110 | 100101000 | 100001 | 11100 |
Color Harmonies of #5D3060
Complementary color
Monochromatic Colors of #5D3060
Black with #5D3060
Text Example
Text Example
White with #5D3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3060; }
p { color: rgb(93,48,96); }
H1.HeaderClassName
{
color: #5D3060;
}
.AnyTagClassName
{
color: #5D3060;
}
</style>
background-color css
<style>
a { background-color: #5D3060; }
a { background-color: rgb(93,48,96); }
div.DivClassName
{
background-color: #5D3060;
}
.BgClassName
{
background-color: #5D3060;
}
</style>
border-color css
<style>
span { border-color: #5D3060; }
span { border-color: rgb(93,48,96); }
td.TdClassName
{
border-color: #5D3060;
}
.TagClassName
{
border-color: #5D3060;
}
</style>