Shades of Seance #5D1C69
Tints of Seance #5D1C69
RGB
CMYK
RGB Variations
Color information
#5D1C69 (or 0x5D1C69) is known color: Seance. HEX triplet: 5D, 1C and 69. RGB value is (93,28,105). Sum of RGB (Red+Green+Blue) = 93+28+105=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D1C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1C69 is #A2E396. Grayscale: #373737. Windows color (decimal): -10675095 or 6888541. OLE color: 6888541.
HSL color Cylindrical-coordinate representation of color #5D1C69: hue angle of 290.65º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1C69 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 28 | 105 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.59 |
| HSL | 290.65º | 0.58% | 0.26% | - |
| HSV(B) | 290.65º | 0.73% | 0.41% | - |
| XYZ | 7.48 | 4.18 | 13.78 | - |
| YUV | 56.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 105 | 0.11 | 0.73 | 0 | 0.59 | 290.65 | 0.58 | 0.26 |
| Hex | 5D | 1C | 69 | B | 49 | 0 | 3B | 123 | 3A | 1A |
| Octal | 135 | 34 | 151 | 13 | 111 | 0 | 73 | 443 | 72 | 32 |
| Binary | 1011101 | 11100 | 1101001 | 1011 | 1001001 | 0 | 111011 | 100100011 | 111010 | 11010 |
Color Harmonies of #5D1C69
Complementary color
Monochromatic Colors of #5D1C69
Black with #5D1C69
Text Example
Text Example
White with #5D1C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C69; }
p { color: rgb(93,28,105); }
H1.HeaderClassName
{
color: #5D1C69;
}
.AnyTagClassName
{
color: #5D1C69;
}
</style>
background-color css
<style>
a { background-color: #5D1C69; }
a { background-color: rgb(93,28,105); }
div.DivClassName
{
background-color: #5D1C69;
}
.BgClassName
{
background-color: #5D1C69;
}
</style>
border-color css
<style>
span { border-color: #5D1C69; }
span { border-color: rgb(93,28,105); }
td.TdClassName
{
border-color: #5D1C69;
}
.TagClassName
{
border-color: #5D1C69;
}
</style>