Shades of Seance #5D1776
Tints of Seance #5D1776
RGB
CMYK
RGB Variations
Color information
#5D1776 (or 0x5D1776) is known color: Seance. HEX triplet: 5D, 17 and 76. RGB value is (93,23,118). Sum of RGB (Red+Green+Blue) = 93+23+118=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1776 is #A2E889. Grayscale: #363636. Windows color (decimal): -10676362 or 7739229. OLE color: 7739229.
HSL color Cylindrical-coordinate representation of color #5D1776: hue angle of 284.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1776 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 23 | 118 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.54 |
| HSL | 284.21º | 0.67% | 0.28% | - |
| HSV(B) | 284.21º | 0.81% | 0.46% | - |
| XYZ | 8.09 | 4.25 | 17.53 | - |
| YUV | 54.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 118 | 0.21 | 0.81 | 0 | 0.54 | 284.21 | 0.67 | 0.28 |
| Hex | 5D | 17 | 76 | 15 | 51 | 0 | 36 | 11C | 43 | 1C |
| Octal | 135 | 27 | 166 | 25 | 121 | 0 | 66 | 434 | 103 | 34 |
| Binary | 1011101 | 10111 | 1110110 | 10101 | 1010001 | 0 | 110110 | 100011100 | 1000011 | 11100 |
Color Harmonies of #5D1776
Complementary color
Monochromatic Colors of #5D1776
Black with #5D1776
Text Example
Text Example
White with #5D1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1776; }
p { color: rgb(93,23,118); }
H1.HeaderClassName
{
color: #5D1776;
}
.AnyTagClassName
{
color: #5D1776;
}
</style>
background-color css
<style>
a { background-color: #5D1776; }
a { background-color: rgb(93,23,118); }
div.DivClassName
{
background-color: #5D1776;
}
.BgClassName
{
background-color: #5D1776;
}
</style>
border-color css
<style>
span { border-color: #5D1776; }
span { border-color: rgb(93,23,118); }
td.TdClassName
{
border-color: #5D1776;
}
.TagClassName
{
border-color: #5D1776;
}
</style>