Shades of Seance #5F2E65
Tints of Seance #5F2E65
RGB
CMYK
RGB Variations
Color information
#5F2E65 (or 0x5F2E65) is known color: Seance. HEX triplet: 5F, 2E and 65. RGB value is (95,46,101). Sum of RGB (Red+Green+Blue) = 95+46+101=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F2E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E65 is #A0D19A. Grayscale: #424242. Windows color (decimal): -10539419 or 6631007. OLE color: 6631007.
HSL color Cylindrical-coordinate representation of color #5F2E65: hue angle of 293.45º 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 #5F2E65 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 46 | 101 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.60 |
| HSL | 293.45º | 0.37% | 0.29% | - |
| HSV(B) | 293.45º | 0.54% | 0.4% | - |
| XYZ | 8.05 | 5.33 | 12.92 | - |
| YUV | 66.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 101 | 0.06 | 0.54 | 0 | 0.60 | 293.45 | 0.37 | 0.29 |
| Hex | 5F | 2E | 65 | 6 | 36 | 0 | 3C | 125 | 25 | 1D |
| Octal | 137 | 56 | 145 | 6 | 66 | 0 | 74 | 445 | 45 | 35 |
| Binary | 1011111 | 101110 | 1100101 | 110 | 110110 | 0 | 111100 | 100100101 | 100101 | 11101 |
Color Harmonies of #5F2E65
Complementary color
Monochromatic Colors of #5F2E65
Black with #5F2E65
Text Example
Text Example
White with #5F2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E65; }
p { color: rgb(95,46,101); }
H1.HeaderClassName
{
color: #5F2E65;
}
.AnyTagClassName
{
color: #5F2E65;
}
</style>
background-color css
<style>
a { background-color: #5F2E65; }
a { background-color: rgb(95,46,101); }
div.DivClassName
{
background-color: #5F2E65;
}
.BgClassName
{
background-color: #5F2E65;
}
</style>
border-color css
<style>
span { border-color: #5F2E65; }
span { border-color: rgb(95,46,101); }
td.TdClassName
{
border-color: #5F2E65;
}
.TagClassName
{
border-color: #5F2E65;
}
</style>