Shades of Seance #5D1572
Tints of Seance #5D1572
RGB
CMYK
RGB Variations
Color information
#5D1572 (or 0x5D1572) is known color: Seance. HEX triplet: 5D, 15 and 72. RGB value is (93,21,114). Sum of RGB (Red+Green+Blue) = 93+21+114=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1572 is #A2EA8D. Grayscale: #343434. Windows color (decimal): -10676878 or 7476573. OLE color: 7476573.
HSL color Cylindrical-coordinate representation of color #5D1572: hue angle of 286.45º 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 #5D1572 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 21 | 114 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.55 |
| HSL | 286.45º | 0.69% | 0.26% | - |
| HSV(B) | 286.45º | 0.82% | 0.45% | - |
| XYZ | 7.82 | 4.08 | 16.29 | - |
| YUV | 53.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 114 | 0.18 | 0.82 | 0 | 0.55 | 286.45 | 0.69 | 0.26 |
| Hex | 5D | 15 | 72 | 12 | 52 | 0 | 37 | 11E | 45 | 1A |
| Octal | 135 | 25 | 162 | 22 | 122 | 0 | 67 | 436 | 105 | 32 |
| Binary | 1011101 | 10101 | 1110010 | 10010 | 1010010 | 0 | 110111 | 100011110 | 1000101 | 11010 |
Color Harmonies of #5D1572
Complementary color
Monochromatic Colors of #5D1572
Black with #5D1572
Text Example
Text Example
White with #5D1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1572; }
p { color: rgb(93,21,114); }
H1.HeaderClassName
{
color: #5D1572;
}
.AnyTagClassName
{
color: #5D1572;
}
</style>
background-color css
<style>
a { background-color: #5D1572; }
a { background-color: rgb(93,21,114); }
div.DivClassName
{
background-color: #5D1572;
}
.BgClassName
{
background-color: #5D1572;
}
</style>
border-color css
<style>
span { border-color: #5D1572; }
span { border-color: rgb(93,21,114); }
td.TdClassName
{
border-color: #5D1572;
}
.TagClassName
{
border-color: #5D1572;
}
</style>