Shades of Seance #5D2670
Tints of Seance #5D2670
RGB
CMYK
RGB Variations
Color information
#5D2670 (or 0x5D2670) is known color: Seance. HEX triplet: 5D, 26 and 70. RGB value is (93,38,112). Sum of RGB (Red+Green+Blue) = 93+38+112=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D2670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2670 is #A2D98F. Grayscale: #3E3E3E. Windows color (decimal): -10672528 or 7349853. OLE color: 7349853.
HSL color Cylindrical-coordinate representation of color #5D2670: hue angle of 284.59º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2670 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 38 | 112 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.56 |
| HSL | 284.59º | 0.49% | 0.29% | - |
| HSV(B) | 284.59º | 0.66% | 0.44% | - |
| XYZ | 8.13 | 4.88 | 15.84 | - |
| YUV | 62.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 112 | 0.17 | 0.66 | 0 | 0.56 | 284.59 | 0.49 | 0.29 |
| Hex | 5D | 26 | 70 | 11 | 42 | 0 | 38 | 11D | 31 | 1D |
| Octal | 135 | 46 | 160 | 21 | 102 | 0 | 70 | 435 | 61 | 35 |
| Binary | 1011101 | 100110 | 1110000 | 10001 | 1000010 | 0 | 111000 | 100011101 | 110001 | 11101 |
Color Harmonies of #5D2670
Complementary color
Monochromatic Colors of #5D2670
Black with #5D2670
Text Example
Text Example
White with #5D2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2670; }
p { color: rgb(93,38,112); }
H1.HeaderClassName
{
color: #5D2670;
}
.AnyTagClassName
{
color: #5D2670;
}
</style>
background-color css
<style>
a { background-color: #5D2670; }
a { background-color: rgb(93,38,112); }
div.DivClassName
{
background-color: #5D2670;
}
.BgClassName
{
background-color: #5D2670;
}
</style>
border-color css
<style>
span { border-color: #5D2670; }
span { border-color: rgb(93,38,112); }
td.TdClassName
{
border-color: #5D2670;
}
.TagClassName
{
border-color: #5D2670;
}
</style>