Shades of Seance #5E1673
Tints of Seance #5E1673
RGB
CMYK
RGB Variations
Color information
#5E1673 (or 0x5E1673) is known color: Seance. HEX triplet: 5E, 16 and 73. RGB value is (94,22,115). Sum of RGB (Red+Green+Blue) = 94+22+115=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E1673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1673 is #A1E98C. Grayscale: #353535. Windows color (decimal): -10611085 or 7542366. OLE color: 7542366.
HSL color Cylindrical-coordinate representation of color #5E1673: hue angle of 286.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1673 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 22 | 115 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.55 |
| HSL | 286.45º | 0.68% | 0.27% | - |
| HSV(B) | 286.45º | 0.81% | 0.45% | - |
| XYZ | 8 | 4.19 | 16.61 | - |
| YUV | 54.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 115 | 0.18 | 0.81 | 0 | 0.55 | 286.45 | 0.68 | 0.27 |
| Hex | 5E | 16 | 73 | 12 | 51 | 0 | 37 | 11E | 44 | 1B |
| Octal | 136 | 26 | 163 | 22 | 121 | 0 | 67 | 436 | 104 | 33 |
| Binary | 1011110 | 10110 | 1110011 | 10010 | 1010001 | 0 | 110111 | 100011110 | 1000100 | 11011 |
Color Harmonies of #5E1673
Complementary color
Monochromatic Colors of #5E1673
Black with #5E1673
Text Example
Text Example
White with #5E1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1673; }
p { color: rgb(94,22,115); }
H1.HeaderClassName
{
color: #5E1673;
}
.AnyTagClassName
{
color: #5E1673;
}
</style>
background-color css
<style>
a { background-color: #5E1673; }
a { background-color: rgb(94,22,115); }
div.DivClassName
{
background-color: #5E1673;
}
.BgClassName
{
background-color: #5E1673;
}
</style>
border-color css
<style>
span { border-color: #5E1673; }
span { border-color: rgb(94,22,115); }
td.TdClassName
{
border-color: #5E1673;
}
.TagClassName
{
border-color: #5E1673;
}
</style>