Shades of Seance #5D2571
Tints of Seance #5D2571
RGB
CMYK
RGB Variations
Color information
#5D2571 (or 0x5D2571) is known color: Seance. HEX triplet: 5D, 25 and 71. RGB value is (93,37,113). Sum of RGB (Red+Green+Blue) = 93+37+113=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2571 is #A2DA8E. Grayscale: #3E3E3E. Windows color (decimal): -10672783 or 7415133. OLE color: 7415133.
HSL color Cylindrical-coordinate representation of color #5D2571: hue angle of 284.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D2571 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 37 | 113 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.56 |
| HSL | 284.21º | 0.51% | 0.29% | - |
| HSV(B) | 284.21º | 0.67% | 0.44% | - |
| XYZ | 8.16 | 4.84 | 16.13 | - |
| YUV | 62.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 113 | 0.18 | 0.67 | 0 | 0.56 | 284.21 | 0.51 | 0.29 |
| Hex | 5D | 25 | 71 | 12 | 43 | 0 | 38 | 11C | 33 | 1D |
| Octal | 135 | 45 | 161 | 22 | 103 | 0 | 70 | 434 | 63 | 35 |
| Binary | 1011101 | 100101 | 1110001 | 10010 | 1000011 | 0 | 111000 | 100011100 | 110011 | 11101 |
Color Harmonies of #5D2571
Complementary color
Monochromatic Colors of #5D2571
Black with #5D2571
Text Example
Text Example
White with #5D2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2571; }
p { color: rgb(93,37,113); }
H1.HeaderClassName
{
color: #5D2571;
}
.AnyTagClassName
{
color: #5D2571;
}
</style>
background-color css
<style>
a { background-color: #5D2571; }
a { background-color: rgb(93,37,113); }
div.DivClassName
{
background-color: #5D2571;
}
.BgClassName
{
background-color: #5D2571;
}
</style>
border-color css
<style>
span { border-color: #5D2571; }
span { border-color: rgb(93,37,113); }
td.TdClassName
{
border-color: #5D2571;
}
.TagClassName
{
border-color: #5D2571;
}
</style>