Shades of Seance #5F2E6A
Tints of Seance #5F2E6A
RGB
CMYK
RGB Variations
Color information
#5F2E6A (or 0x5F2E6A) is known color: Seance. HEX triplet: 5F, 2E and 6A. RGB value is (95,46,106). Sum of RGB (Red+Green+Blue) = 95+46+106=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F2E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E6A is #A0D195. Grayscale: #434343. Windows color (decimal): -10539414 or 6958687. OLE color: 6958687.
HSL color Cylindrical-coordinate representation of color #5F2E6A: hue angle of 289º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F2E6A is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 46 | 106 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.58 |
| HSL | 289º | 0.39% | 0.3% | - |
| HSV(B) | 289º | 0.57% | 0.42% | - |
| XYZ | 8.3 | 5.43 | 14.25 | - |
| YUV | 67.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 106 | 0.10 | 0.57 | 0 | 0.58 | 289 | 0.39 | 0.3 |
| Hex | 5F | 2E | 6A | A | 39 | 0 | 3A | 121 | 27 | 1E |
| Octal | 137 | 56 | 152 | 12 | 71 | 0 | 72 | 441 | 47 | 36 |
| Binary | 1011111 | 101110 | 1101010 | 1010 | 111001 | 0 | 111010 | 100100001 | 100111 | 11110 |
Color Harmonies of #5F2E6A
Complementary color
Monochromatic Colors of #5F2E6A
Black with #5F2E6A
Text Example
Text Example
White with #5F2E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E6A; }
p { color: rgb(95,46,106); }
H1.HeaderClassName
{
color: #5F2E6A;
}
.AnyTagClassName
{
color: #5F2E6A;
}
</style>
background-color css
<style>
a { background-color: #5F2E6A; }
a { background-color: rgb(95,46,106); }
div.DivClassName
{
background-color: #5F2E6A;
}
.BgClassName
{
background-color: #5F2E6A;
}
</style>
border-color css
<style>
span { border-color: #5F2E6A; }
span { border-color: rgb(95,46,106); }
td.TdClassName
{
border-color: #5F2E6A;
}
.TagClassName
{
border-color: #5F2E6A;
}
</style>