Shades of Seance #5F2965
Tints of Seance #5F2965
RGB
CMYK
RGB Variations
Color information
#5F2965 (or 0x5F2965) is known color: Seance. HEX triplet: 5F, 29 and 65. RGB value is (95,41,101). Sum of RGB (Red+Green+Blue) = 95+41+101=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2965 is #A0D69A. Grayscale: #3F3F3F. Windows color (decimal): -10540699 or 6629727. OLE color: 6629727.
HSL color Cylindrical-coordinate representation of color #5F2965: hue angle of 294º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F2965 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 41 | 101 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.60 |
| HSL | 294º | 0.42% | 0.28% | - |
| HSV(B) | 294º | 0.59% | 0.4% | - |
| XYZ | 7.86 | 4.96 | 12.85 | - |
| YUV | 63.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 101 | 0.06 | 0.59 | 0 | 0.60 | 294 | 0.42 | 0.28 |
| Hex | 5F | 29 | 65 | 6 | 3B | 0 | 3C | 126 | 2A | 1C |
| Octal | 137 | 51 | 145 | 6 | 73 | 0 | 74 | 446 | 52 | 34 |
| Binary | 1011111 | 101001 | 1100101 | 110 | 111011 | 0 | 111100 | 100100110 | 101010 | 11100 |
Color Harmonies of #5F2965
Complementary color
Monochromatic Colors of #5F2965
Black with #5F2965
Text Example
Text Example
White with #5F2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2965; }
p { color: rgb(95,41,101); }
H1.HeaderClassName
{
color: #5F2965;
}
.AnyTagClassName
{
color: #5F2965;
}
</style>
background-color css
<style>
a { background-color: #5F2965; }
a { background-color: rgb(95,41,101); }
div.DivClassName
{
background-color: #5F2965;
}
.BgClassName
{
background-color: #5F2965;
}
</style>
border-color css
<style>
span { border-color: #5F2965; }
span { border-color: rgb(95,41,101); }
td.TdClassName
{
border-color: #5F2965;
}
.TagClassName
{
border-color: #5F2965;
}
</style>