Shades of Seance #5D1F69
Tints of Seance #5D1F69
RGB
CMYK
RGB Variations
Color information
#5D1F69 (or 0x5D1F69) is known color: Seance. HEX triplet: 5D, 1F and 69. RGB value is (93,31,105). Sum of RGB (Red+Green+Blue) = 93+31+105=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D1F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1F69 is #A2E096. Grayscale: #393939. Windows color (decimal): -10674327 or 6889309. OLE color: 6889309.
HSL color Cylindrical-coordinate representation of color #5D1F69: hue angle of 290.27º degrees, saturation: 0.54, 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 #5D1F69 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 31 | 105 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.59 |
| HSL | 290.27º | 0.54% | 0.27% | - |
| HSV(B) | 290.27º | 0.7% | 0.41% | - |
| XYZ | 7.55 | 4.33 | 13.8 | - |
| YUV | 57.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 105 | 0.11 | 0.70 | 0 | 0.59 | 290.27 | 0.54 | 0.27 |
| Hex | 5D | 1F | 69 | B | 46 | 0 | 3B | 122 | 36 | 1B |
| Octal | 135 | 37 | 151 | 13 | 106 | 0 | 73 | 442 | 66 | 33 |
| Binary | 1011101 | 11111 | 1101001 | 1011 | 1000110 | 0 | 111011 | 100100010 | 110110 | 11011 |
Color Harmonies of #5D1F69
Complementary color
Monochromatic Colors of #5D1F69
Black with #5D1F69
Text Example
Text Example
White with #5D1F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F69; }
p { color: rgb(93,31,105); }
H1.HeaderClassName
{
color: #5D1F69;
}
.AnyTagClassName
{
color: #5D1F69;
}
</style>
background-color css
<style>
a { background-color: #5D1F69; }
a { background-color: rgb(93,31,105); }
div.DivClassName
{
background-color: #5D1F69;
}
.BgClassName
{
background-color: #5D1F69;
}
</style>
border-color css
<style>
span { border-color: #5D1F69; }
span { border-color: rgb(93,31,105); }
td.TdClassName
{
border-color: #5D1F69;
}
.TagClassName
{
border-color: #5D1F69;
}
</style>