Shades of Seance #5D3360
Tints of Seance #5D3360
RGB
CMYK
RGB Variations
Color information
#5D3360 (or 0x5D3360) is known color: Seance. HEX triplet: 5D, 33 and 60. RGB value is (93,51,96). Sum of RGB (Red+Green+Blue) = 93+51+96=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3360 is #A2CC9F. Grayscale: #444444. Windows color (decimal): -10669216 or 6304605. OLE color: 6304605.
HSL color Cylindrical-coordinate representation of color #5D3360: hue angle of 296º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3360 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 51 | 96 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.62 |
| HSL | 296º | 0.31% | 0.29% | - |
| HSV(B) | 296º | 0.47% | 0.38% | - |
| XYZ | 7.81 | 5.54 | 11.72 | - |
| YUV | 68.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 96 | 0.03 | 0.47 | 0 | 0.62 | 296 | 0.31 | 0.29 |
| Hex | 5D | 33 | 60 | 3 | 2F | 0 | 3E | 128 | 1F | 1D |
| Octal | 135 | 63 | 140 | 3 | 57 | 0 | 76 | 450 | 37 | 35 |
| Binary | 1011101 | 110011 | 1100000 | 11 | 101111 | 0 | 111110 | 100101000 | 11111 | 11101 |
Color Harmonies of #5D3360
Complementary color
Monochromatic Colors of #5D3360
Black with #5D3360
Text Example
Text Example
White with #5D3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3360; }
p { color: rgb(93,51,96); }
H1.HeaderClassName
{
color: #5D3360;
}
.AnyTagClassName
{
color: #5D3360;
}
</style>
background-color css
<style>
a { background-color: #5D3360; }
a { background-color: rgb(93,51,96); }
div.DivClassName
{
background-color: #5D3360;
}
.BgClassName
{
background-color: #5D3360;
}
</style>
border-color css
<style>
span { border-color: #5D3360; }
span { border-color: rgb(93,51,96); }
td.TdClassName
{
border-color: #5D3360;
}
.TagClassName
{
border-color: #5D3360;
}
</style>