Shades of Seance #5F3D65
Tints of Seance #5F3D65
RGB
CMYK
RGB Variations
Color information
#5F3D65 (or 0x5F3D65) is known color: Seance. HEX triplet: 5F, 3D and 65. RGB value is (95,61,101). Sum of RGB (Red+Green+Blue) = 95+61+101=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F3D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3D65 is #A0C29A. Grayscale: #4B4B4B. Windows color (decimal): -10535579 or 6634847. OLE color: 6634847.
HSL color Cylindrical-coordinate representation of color #5F3D65: hue angle of 291º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F3D65 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 61 | 101 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.60 |
| HSL | 291º | 0.25% | 0.32% | - |
| HSV(B) | 291º | 0.4% | 0.4% | - |
| XYZ | 8.74 | 6.71 | 13.15 | - |
| YUV | 75.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 61 | 101 | 0.06 | 0.40 | 0 | 0.60 | 291 | 0.25 | 0.32 |
| Hex | 5F | 3D | 65 | 6 | 28 | 0 | 3C | 123 | 19 | 20 |
| Octal | 137 | 75 | 145 | 6 | 50 | 0 | 74 | 443 | 31 | 40 |
| Binary | 1011111 | 111101 | 1100101 | 110 | 101000 | 0 | 111100 | 100100011 | 11001 | 100000 |
Color Harmonies of #5F3D65
Complementary color
Monochromatic Colors of #5F3D65
Black with #5F3D65
Text Example
Text Example
White with #5F3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3D65; }
p { color: rgb(95,61,101); }
H1.HeaderClassName
{
color: #5F3D65;
}
.AnyTagClassName
{
color: #5F3D65;
}
</style>
background-color css
<style>
a { background-color: #5F3D65; }
a { background-color: rgb(95,61,101); }
div.DivClassName
{
background-color: #5F3D65;
}
.BgClassName
{
background-color: #5F3D65;
}
</style>
border-color css
<style>
span { border-color: #5F3D65; }
span { border-color: rgb(95,61,101); }
td.TdClassName
{
border-color: #5F3D65;
}
.TagClassName
{
border-color: #5F3D65;
}
</style>