Shades of Seance #5D2E67
Tints of Seance #5D2E67
RGB
CMYK
RGB Variations
Color information
#5D2E67 (or 0x5D2E67) is known color: Seance. HEX triplet: 5D, 2E and 67. RGB value is (93,46,103). Sum of RGB (Red+Green+Blue) = 93+46+103=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D2E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2E67 is #A2D198. Grayscale: #424242. Windows color (decimal): -10670489 or 6762077. OLE color: 6762077.
HSL color Cylindrical-coordinate representation of color #5D2E67: hue angle of 289.47º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D2E67 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 46 | 103 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.60 |
| HSL | 289.47º | 0.38% | 0.29% | - |
| HSV(B) | 289.47º | 0.55% | 0.4% | - |
| XYZ | 7.94 | 5.26 | 13.43 | - |
| YUV | 66.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 103 | 0.10 | 0.55 | 0 | 0.60 | 289.47 | 0.38 | 0.29 |
| Hex | 5D | 2E | 67 | A | 37 | 0 | 3C | 121 | 26 | 1D |
| Octal | 135 | 56 | 147 | 12 | 67 | 0 | 74 | 441 | 46 | 35 |
| Binary | 1011101 | 101110 | 1100111 | 1010 | 110111 | 0 | 111100 | 100100001 | 100110 | 11101 |
Color Harmonies of #5D2E67
Complementary color
Monochromatic Colors of #5D2E67
Black with #5D2E67
Text Example
Text Example
White with #5D2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2E67; }
p { color: rgb(93,46,103); }
H1.HeaderClassName
{
color: #5D2E67;
}
.AnyTagClassName
{
color: #5D2E67;
}
</style>
background-color css
<style>
a { background-color: #5D2E67; }
a { background-color: rgb(93,46,103); }
div.DivClassName
{
background-color: #5D2E67;
}
.BgClassName
{
background-color: #5D2E67;
}
</style>
border-color css
<style>
span { border-color: #5D2E67; }
span { border-color: rgb(93,46,103); }
td.TdClassName
{
border-color: #5D2E67;
}
.TagClassName
{
border-color: #5D2E67;
}
</style>