Shades of Seance #5D2F67
Tints of Seance #5D2F67
RGB
CMYK
RGB Variations
Color information
#5D2F67 (or 0x5D2F67) is known color: Seance. HEX triplet: 5D, 2F and 67. RGB value is (93,47,103). Sum of RGB (Red+Green+Blue) = 93+47+103=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D2F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2F67 is #A2D098. Grayscale: #424242. Windows color (decimal): -10670233 or 6762333. OLE color: 6762333.
HSL color Cylindrical-coordinate representation of color #5D2F67: hue angle of 289.29º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D2F67 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 47 | 103 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.60 |
| HSL | 289.29º | 0.37% | 0.29% | - |
| HSV(B) | 289.29º | 0.54% | 0.4% | - |
| XYZ | 7.98 | 5.34 | 13.44 | - |
| YUV | 67.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 103 | 0.10 | 0.54 | 0 | 0.60 | 289.29 | 0.37 | 0.29 |
| Hex | 5D | 2F | 67 | A | 36 | 0 | 3C | 121 | 25 | 1D |
| Octal | 135 | 57 | 147 | 12 | 66 | 0 | 74 | 441 | 45 | 35 |
| Binary | 1011101 | 101111 | 1100111 | 1010 | 110110 | 0 | 111100 | 100100001 | 100101 | 11101 |
Color Harmonies of #5D2F67
Complementary color
Monochromatic Colors of #5D2F67
Black with #5D2F67
Text Example
Text Example
White with #5D2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F67; }
p { color: rgb(93,47,103); }
H1.HeaderClassName
{
color: #5D2F67;
}
.AnyTagClassName
{
color: #5D2F67;
}
</style>
background-color css
<style>
a { background-color: #5D2F67; }
a { background-color: rgb(93,47,103); }
div.DivClassName
{
background-color: #5D2F67;
}
.BgClassName
{
background-color: #5D2F67;
}
</style>
border-color css
<style>
span { border-color: #5D2F67; }
span { border-color: rgb(93,47,103); }
td.TdClassName
{
border-color: #5D2F67;
}
.TagClassName
{
border-color: #5D2F67;
}
</style>