Shades of Seance #5D3062
Tints of Seance #5D3062
RGB
CMYK
RGB Variations
Color information
#5D3062 (or 0x5D3062) is known color: Seance. HEX triplet: 5D, 30 and 62. RGB value is (93,48,98). Sum of RGB (Red+Green+Blue) = 93+48+98=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3062 is #A2CF9D. Grayscale: #434343. Windows color (decimal): -10669982 or 6434909. OLE color: 6434909.
HSL color Cylindrical-coordinate representation of color #5D3062: hue angle of 294º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D3062 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 48 | 98 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.62 |
| HSL | 294º | 0.34% | 0.29% | - |
| HSV(B) | 294º | 0.51% | 0.38% | - |
| XYZ | 7.78 | 5.32 | 12.17 | - |
| YUV | 67.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 98 | 0.05 | 0.51 | 0 | 0.62 | 294 | 0.34 | 0.29 |
| Hex | 5D | 30 | 62 | 5 | 33 | 0 | 3E | 126 | 22 | 1D |
| Octal | 135 | 60 | 142 | 5 | 63 | 0 | 76 | 446 | 42 | 35 |
| Binary | 1011101 | 110000 | 1100010 | 101 | 110011 | 0 | 111110 | 100100110 | 100010 | 11101 |
Color Harmonies of #5D3062
Complementary color
Monochromatic Colors of #5D3062
Black with #5D3062
Text Example
Text Example
White with #5D3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3062; }
p { color: rgb(93,48,98); }
H1.HeaderClassName
{
color: #5D3062;
}
.AnyTagClassName
{
color: #5D3062;
}
</style>
background-color css
<style>
a { background-color: #5D3062; }
a { background-color: rgb(93,48,98); }
div.DivClassName
{
background-color: #5D3062;
}
.BgClassName
{
background-color: #5D3062;
}
</style>
border-color css
<style>
span { border-color: #5D3062; }
span { border-color: rgb(93,48,98); }
td.TdClassName
{
border-color: #5D3062;
}
.TagClassName
{
border-color: #5D3062;
}
</style>