Shades of Seance #5D2763
Tints of Seance #5D2763
RGB
CMYK
RGB Variations
Color information
#5D2763 (or 0x5D2763) is known color: Seance. HEX triplet: 5D, 27 and 63. RGB value is (93,39,99). Sum of RGB (Red+Green+Blue) = 93+39+99=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D2763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2763 is #A2D89C. Grayscale: #3D3D3D. Windows color (decimal): -10672285 or 6498141. OLE color: 6498141.
HSL color Cylindrical-coordinate representation of color #5D2763: hue angle of 294º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D2763 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 39 | 99 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.61 |
| HSL | 294º | 0.43% | 0.27% | - |
| HSV(B) | 294º | 0.61% | 0.39% | - |
| XYZ | 7.49 | 4.68 | 12.31 | - |
| YUV | 61.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 99 | 0.06 | 0.61 | 0 | 0.61 | 294 | 0.43 | 0.27 |
| Hex | 5D | 27 | 63 | 6 | 3D | 0 | 3D | 126 | 2B | 1B |
| Octal | 135 | 47 | 143 | 6 | 75 | 0 | 75 | 446 | 53 | 33 |
| Binary | 1011101 | 100111 | 1100011 | 110 | 111101 | 0 | 111101 | 100100110 | 101011 | 11011 |
Color Harmonies of #5D2763
Complementary color
Monochromatic Colors of #5D2763
Black with #5D2763
Text Example
Text Example
White with #5D2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2763; }
p { color: rgb(93,39,99); }
H1.HeaderClassName
{
color: #5D2763;
}
.AnyTagClassName
{
color: #5D2763;
}
</style>
background-color css
<style>
a { background-color: #5D2763; }
a { background-color: rgb(93,39,99); }
div.DivClassName
{
background-color: #5D2763;
}
.BgClassName
{
background-color: #5D2763;
}
</style>
border-color css
<style>
span { border-color: #5D2763; }
span { border-color: rgb(93,39,99); }
td.TdClassName
{
border-color: #5D2763;
}
.TagClassName
{
border-color: #5D2763;
}
</style>