Shades of Seance #5D2369
Tints of Seance #5D2369
RGB
CMYK
RGB Variations
Color information
#5D2369 (or 0x5D2369) is known color: Seance. HEX triplet: 5D, 23 and 69. RGB value is (93,35,105). Sum of RGB (Red+Green+Blue) = 93+35+105=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D2369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2369 is #A2DC96. Grayscale: #3C3C3C. Windows color (decimal): -10673303 or 6890333. OLE color: 6890333.
HSL color Cylindrical-coordinate representation of color #5D2369: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D2369 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 35 | 105 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.59 |
| HSL | 289.71º | 0.5% | 0.27% | - |
| HSV(B) | 289.71º | 0.67% | 0.41% | - |
| XYZ | 7.67 | 4.55 | 13.84 | - |
| YUV | 60.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 105 | 0.11 | 0.67 | 0 | 0.59 | 289.71 | 0.5 | 0.27 |
| Hex | 5D | 23 | 69 | B | 43 | 0 | 3B | 122 | 32 | 1B |
| Octal | 135 | 43 | 151 | 13 | 103 | 0 | 73 | 442 | 62 | 33 |
| Binary | 1011101 | 100011 | 1101001 | 1011 | 1000011 | 0 | 111011 | 100100010 | 110010 | 11011 |
Color Harmonies of #5D2369
Complementary color
Monochromatic Colors of #5D2369
Black with #5D2369
Text Example
Text Example
White with #5D2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2369; }
p { color: rgb(93,35,105); }
H1.HeaderClassName
{
color: #5D2369;
}
.AnyTagClassName
{
color: #5D2369;
}
</style>
background-color css
<style>
a { background-color: #5D2369; }
a { background-color: rgb(93,35,105); }
div.DivClassName
{
background-color: #5D2369;
}
.BgClassName
{
background-color: #5D2369;
}
</style>
border-color css
<style>
span { border-color: #5D2369; }
span { border-color: rgb(93,35,105); }
td.TdClassName
{
border-color: #5D2369;
}
.TagClassName
{
border-color: #5D2369;
}
</style>