Shades of Seance #5D1D67
Tints of Seance #5D1D67
RGB
CMYK
RGB Variations
Color information
#5D1D67 (or 0x5D1D67) is known color: Seance. HEX triplet: 5D, 1D and 67. RGB value is (93,29,103). Sum of RGB (Red+Green+Blue) = 93+29+103=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D1D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1D67 is #A2E298. Grayscale: #383838. Windows color (decimal): -10674841 or 6757725. OLE color: 6757725.
HSL color Cylindrical-coordinate representation of color #5D1D67: hue angle of 291.89º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1D67 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 29 | 103 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.60 |
| HSL | 291.89º | 0.56% | 0.26% | - |
| HSV(B) | 291.89º | 0.72% | 0.4% | - |
| XYZ | 7.4 | 4.19 | 13.25 | - |
| YUV | 56.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 103 | 0.10 | 0.72 | 0 | 0.60 | 291.89 | 0.56 | 0.26 |
| Hex | 5D | 1D | 67 | A | 48 | 0 | 3C | 124 | 38 | 1A |
| Octal | 135 | 35 | 147 | 12 | 110 | 0 | 74 | 444 | 70 | 32 |
| Binary | 1011101 | 11101 | 1100111 | 1010 | 1001000 | 0 | 111100 | 100100100 | 111000 | 11010 |
Color Harmonies of #5D1D67
Complementary color
Monochromatic Colors of #5D1D67
Black with #5D1D67
Text Example
Text Example
White with #5D1D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D67; }
p { color: rgb(93,29,103); }
H1.HeaderClassName
{
color: #5D1D67;
}
.AnyTagClassName
{
color: #5D1D67;
}
</style>
background-color css
<style>
a { background-color: #5D1D67; }
a { background-color: rgb(93,29,103); }
div.DivClassName
{
background-color: #5D1D67;
}
.BgClassName
{
background-color: #5D1D67;
}
</style>
border-color css
<style>
span { border-color: #5D1D67; }
span { border-color: rgb(93,29,103); }
td.TdClassName
{
border-color: #5D1D67;
}
.TagClassName
{
border-color: #5D1D67;
}
</style>