Shades of Seance #5E1572
Tints of Seance #5E1572
RGB
CMYK
RGB Variations
Color information
#5E1572 (or 0x5E1572) is known color: Seance. HEX triplet: 5E, 15 and 72. RGB value is (94,21,114). Sum of RGB (Red+Green+Blue) = 94+21+114=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1572 is #A1EA8D. Grayscale: #353535. Windows color (decimal): -10611342 or 7476574. OLE color: 7476574.
HSL color Cylindrical-coordinate representation of color #5E1572: hue angle of 287.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1572 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 21 | 114 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.55 |
| HSL | 287.1º | 0.69% | 0.26% | - |
| HSV(B) | 287.1º | 0.82% | 0.45% | - |
| XYZ | 7.92 | 4.13 | 16.3 | - |
| YUV | 53.43 | 162.18 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 114 | 0.18 | 0.82 | 0 | 0.55 | 287.1 | 0.69 | 0.26 |
| Hex | 5E | 15 | 72 | 12 | 52 | 0 | 37 | 11F | 45 | 1A |
| Octal | 136 | 25 | 162 | 22 | 122 | 0 | 67 | 437 | 105 | 32 |
| Binary | 1011110 | 10101 | 1110010 | 10010 | 1010010 | 0 | 110111 | 100011111 | 1000101 | 11010 |
Color Harmonies of #5E1572
Complementary color
Monochromatic Colors of #5E1572
Black with #5E1572
Text Example
Text Example
White with #5E1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1572; }
p { color: rgb(94,21,114); }
H1.HeaderClassName
{
color: #5E1572;
}
.AnyTagClassName
{
color: #5E1572;
}
</style>
background-color css
<style>
a { background-color: #5E1572; }
a { background-color: rgb(94,21,114); }
div.DivClassName
{
background-color: #5E1572;
}
.BgClassName
{
background-color: #5E1572;
}
</style>
border-color css
<style>
span { border-color: #5E1572; }
span { border-color: rgb(94,21,114); }
td.TdClassName
{
border-color: #5E1572;
}
.TagClassName
{
border-color: #5E1572;
}
</style>