Shades of Seance #5F2969
Tints of Seance #5F2969
RGB
CMYK
RGB Variations
Color information
#5F2969 (or 0x5F2969) is known color: Seance. HEX triplet: 5F, 29 and 69. RGB value is (95,41,105). Sum of RGB (Red+Green+Blue) = 95+41+105=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F2969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2969 is #A0D696. Grayscale: #404040. Windows color (decimal): -10540695 or 6891871. OLE color: 6891871.
HSL color Cylindrical-coordinate representation of color #5F2969: hue angle of 290.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F2969 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 41 | 105 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.59 |
| HSL | 290.63º | 0.44% | 0.29% | - |
| HSV(B) | 290.63º | 0.61% | 0.41% | - |
| XYZ | 8.06 | 5.04 | 13.91 | - |
| YUV | 64.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 105 | 0.10 | 0.61 | 0 | 0.59 | 290.63 | 0.44 | 0.29 |
| Hex | 5F | 29 | 69 | A | 3D | 0 | 3B | 123 | 2C | 1D |
| Octal | 137 | 51 | 151 | 12 | 75 | 0 | 73 | 443 | 54 | 35 |
| Binary | 1011111 | 101001 | 1101001 | 1010 | 111101 | 0 | 111011 | 100100011 | 101100 | 11101 |
Color Harmonies of #5F2969
Complementary color
Monochromatic Colors of #5F2969
Black with #5F2969
Text Example
Text Example
White with #5F2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2969; }
p { color: rgb(95,41,105); }
H1.HeaderClassName
{
color: #5F2969;
}
.AnyTagClassName
{
color: #5F2969;
}
</style>
background-color css
<style>
a { background-color: #5F2969; }
a { background-color: rgb(95,41,105); }
div.DivClassName
{
background-color: #5F2969;
}
.BgClassName
{
background-color: #5F2969;
}
</style>
border-color css
<style>
span { border-color: #5F2969; }
span { border-color: rgb(95,41,105); }
td.TdClassName
{
border-color: #5F2969;
}
.TagClassName
{
border-color: #5F2969;
}
</style>