Shades of Seance #5D2069
Tints of Seance #5D2069
RGB
CMYK
RGB Variations
Color information
#5D2069 (or 0x5D2069) is known color: Seance. HEX triplet: 5D, 20 and 69. RGB value is (93,32,105). Sum of RGB (Red+Green+Blue) = 93+32+105=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D2069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2069 is #A2DF96. Grayscale: #3A3A3A. Windows color (decimal): -10674071 or 6889565. OLE color: 6889565.
HSL color Cylindrical-coordinate representation of color #5D2069: hue angle of 290.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2069 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 32 | 105 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.59 |
| HSL | 290.14º | 0.53% | 0.27% | - |
| HSV(B) | 290.14º | 0.7% | 0.41% | - |
| XYZ | 7.58 | 4.38 | 13.81 | - |
| YUV | 58.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 105 | 0.11 | 0.70 | 0 | 0.59 | 290.14 | 0.53 | 0.27 |
| Hex | 5D | 20 | 69 | B | 46 | 0 | 3B | 122 | 35 | 1B |
| Octal | 135 | 40 | 151 | 13 | 106 | 0 | 73 | 442 | 65 | 33 |
| Binary | 1011101 | 100000 | 1101001 | 1011 | 1000110 | 0 | 111011 | 100100010 | 110101 | 11011 |
Color Harmonies of #5D2069
Complementary color
Monochromatic Colors of #5D2069
Black with #5D2069
Text Example
Text Example
White with #5D2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2069; }
p { color: rgb(93,32,105); }
H1.HeaderClassName
{
color: #5D2069;
}
.AnyTagClassName
{
color: #5D2069;
}
</style>
background-color css
<style>
a { background-color: #5D2069; }
a { background-color: rgb(93,32,105); }
div.DivClassName
{
background-color: #5D2069;
}
.BgClassName
{
background-color: #5D2069;
}
</style>
border-color css
<style>
span { border-color: #5D2069; }
span { border-color: rgb(93,32,105); }
td.TdClassName
{
border-color: #5D2069;
}
.TagClassName
{
border-color: #5D2069;
}
</style>