Shades of Seance #5D3161
Tints of Seance #5D3161
RGB
CMYK
RGB Variations
Color information
#5D3161 (or 0x5D3161) is known color: Seance. HEX triplet: 5D, 31 and 61. RGB value is (93,49,97). Sum of RGB (Red+Green+Blue) = 93+49+97=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3161 is #A2CE9E. Grayscale: #434343. Windows color (decimal): -10669727 or 6369629. OLE color: 6369629.
HSL color Cylindrical-coordinate representation of color #5D3161: hue angle of 295º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D3161 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 49 | 97 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.62 |
| HSL | 295º | 0.33% | 0.29% | - |
| HSV(B) | 295º | 0.49% | 0.38% | - |
| XYZ | 7.77 | 5.39 | 11.94 | - |
| YUV | 67.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 97 | 0.04 | 0.49 | 0 | 0.62 | 295 | 0.33 | 0.29 |
| Hex | 5D | 31 | 61 | 4 | 31 | 0 | 3E | 127 | 21 | 1D |
| Octal | 135 | 61 | 141 | 4 | 61 | 0 | 76 | 447 | 41 | 35 |
| Binary | 1011101 | 110001 | 1100001 | 100 | 110001 | 0 | 111110 | 100100111 | 100001 | 11101 |
Color Harmonies of #5D3161
Complementary color
Monochromatic Colors of #5D3161
Black with #5D3161
Text Example
Text Example
White with #5D3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3161; }
p { color: rgb(93,49,97); }
H1.HeaderClassName
{
color: #5D3161;
}
.AnyTagClassName
{
color: #5D3161;
}
</style>
background-color css
<style>
a { background-color: #5D3161; }
a { background-color: rgb(93,49,97); }
div.DivClassName
{
background-color: #5D3161;
}
.BgClassName
{
background-color: #5D3161;
}
</style>
border-color css
<style>
span { border-color: #5D3161; }
span { border-color: rgb(93,49,97); }
td.TdClassName
{
border-color: #5D3161;
}
.TagClassName
{
border-color: #5D3161;
}
</style>