Shades of Seance #5D2D67
Tints of Seance #5D2D67
RGB
CMYK
RGB Variations
Color information
#5D2D67 (or 0x5D2D67) is known color: Seance. HEX triplet: 5D, 2D and 67. RGB value is (93,45,103). Sum of RGB (Red+Green+Blue) = 93+45+103=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D2D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D67 is #A2D298. Grayscale: #414141. Windows color (decimal): -10670745 or 6761821. OLE color: 6761821.
HSL color Cylindrical-coordinate representation of color #5D2D67: hue angle of 289.66º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D2D67 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 45 | 103 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.60 |
| HSL | 289.66º | 0.39% | 0.29% | - |
| HSV(B) | 289.66º | 0.56% | 0.4% | - |
| XYZ | 7.9 | 5.18 | 13.42 | - |
| YUV | 65.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 103 | 0.10 | 0.56 | 0 | 0.60 | 289.66 | 0.39 | 0.29 |
| Hex | 5D | 2D | 67 | A | 38 | 0 | 3C | 122 | 27 | 1D |
| Octal | 135 | 55 | 147 | 12 | 70 | 0 | 74 | 442 | 47 | 35 |
| Binary | 1011101 | 101101 | 1100111 | 1010 | 111000 | 0 | 111100 | 100100010 | 100111 | 11101 |
Color Harmonies of #5D2D67
Complementary color
Monochromatic Colors of #5D2D67
Black with #5D2D67
Text Example
Text Example
White with #5D2D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2D67; }
p { color: rgb(93,45,103); }
H1.HeaderClassName
{
color: #5D2D67;
}
.AnyTagClassName
{
color: #5D2D67;
}
</style>
background-color css
<style>
a { background-color: #5D2D67; }
a { background-color: rgb(93,45,103); }
div.DivClassName
{
background-color: #5D2D67;
}
.BgClassName
{
background-color: #5D2D67;
}
</style>
border-color css
<style>
span { border-color: #5D2D67; }
span { border-color: rgb(93,45,103); }
td.TdClassName
{
border-color: #5D2D67;
}
.TagClassName
{
border-color: #5D2D67;
}
</style>