Shades of Seance #5D3861
Tints of Seance #5D3861
RGB
CMYK
RGB Variations
Color information
#5D3861 (or 0x5D3861) is known color: Seance. HEX triplet: 5D, 38 and 61. RGB value is (93,56,97). Sum of RGB (Red+Green+Blue) = 93+56+97=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D3861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3861 is #A2C79E. Grayscale: #474747. Windows color (decimal): -10667935 or 6371421. OLE color: 6371421.
HSL color Cylindrical-coordinate representation of color #5D3861: hue angle of 294.15º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3861 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 56 | 97 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.62 |
| HSL | 294.15º | 0.27% | 0.3% | - |
| HSV(B) | 294.15º | 0.42% | 0.38% | - |
| XYZ | 8.09 | 6.02 | 12.04 | - |
| YUV | 71.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 97 | 0.04 | 0.42 | 0 | 0.62 | 294.15 | 0.27 | 0.3 |
| Hex | 5D | 38 | 61 | 4 | 2A | 0 | 3E | 126 | 1B | 1E |
| Octal | 135 | 70 | 141 | 4 | 52 | 0 | 76 | 446 | 33 | 36 |
| Binary | 1011101 | 111000 | 1100001 | 100 | 101010 | 0 | 111110 | 100100110 | 11011 | 11110 |
Color Harmonies of #5D3861
Complementary color
Monochromatic Colors of #5D3861
Black with #5D3861
Text Example
Text Example
White with #5D3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3861; }
p { color: rgb(93,56,97); }
H1.HeaderClassName
{
color: #5D3861;
}
.AnyTagClassName
{
color: #5D3861;
}
</style>
background-color css
<style>
a { background-color: #5D3861; }
a { background-color: rgb(93,56,97); }
div.DivClassName
{
background-color: #5D3861;
}
.BgClassName
{
background-color: #5D3861;
}
</style>
border-color css
<style>
span { border-color: #5D3861; }
span { border-color: rgb(93,56,97); }
td.TdClassName
{
border-color: #5D3861;
}
.TagClassName
{
border-color: #5D3861;
}
</style>