Shades of Seance #5D2C67
Tints of Seance #5D2C67
RGB
CMYK
RGB Variations
Color information
#5D2C67 (or 0x5D2C67) is known color: Seance. HEX triplet: 5D, 2C and 67. RGB value is (93,44,103). Sum of RGB (Red+Green+Blue) = 93+44+103=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D2C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2C67 is #A2D398. Grayscale: #414141. Windows color (decimal): -10671001 or 6761565. OLE color: 6761565.
HSL color Cylindrical-coordinate representation of color #5D2C67: hue angle of 289.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D2C67 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 44 | 103 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.60 |
| HSL | 289.83º | 0.4% | 0.29% | - |
| HSV(B) | 289.83º | 0.57% | 0.4% | - |
| XYZ | 7.86 | 5.11 | 13.4 | - |
| YUV | 65.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 103 | 0.10 | 0.57 | 0 | 0.60 | 289.83 | 0.4 | 0.29 |
| Hex | 5D | 2C | 67 | A | 39 | 0 | 3C | 122 | 28 | 1D |
| Octal | 135 | 54 | 147 | 12 | 71 | 0 | 74 | 442 | 50 | 35 |
| Binary | 1011101 | 101100 | 1100111 | 1010 | 111001 | 0 | 111100 | 100100010 | 101000 | 11101 |
Color Harmonies of #5D2C67
Complementary color
Monochromatic Colors of #5D2C67
Black with #5D2C67
Text Example
Text Example
White with #5D2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C67; }
p { color: rgb(93,44,103); }
H1.HeaderClassName
{
color: #5D2C67;
}
.AnyTagClassName
{
color: #5D2C67;
}
</style>
background-color css
<style>
a { background-color: #5D2C67; }
a { background-color: rgb(93,44,103); }
div.DivClassName
{
background-color: #5D2C67;
}
.BgClassName
{
background-color: #5D2C67;
}
</style>
border-color css
<style>
span { border-color: #5D2C67; }
span { border-color: rgb(93,44,103); }
td.TdClassName
{
border-color: #5D2C67;
}
.TagClassName
{
border-color: #5D2C67;
}
</style>