Shades of Seance #5F2A66
Tints of Seance #5F2A66
RGB
CMYK
RGB Variations
Color information
#5F2A66 (or 0x5F2A66) is known color: Seance. HEX triplet: 5F, 2A and 66. RGB value is (95,42,102). Sum of RGB (Red+Green+Blue) = 95+42+102=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F2A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2A66 is #A0D599. Grayscale: #404040. Windows color (decimal): -10540442 or 6695519. OLE color: 6695519.
HSL color Cylindrical-coordinate representation of color #5F2A66: hue angle of 293º 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 #5F2A66 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 42 | 102 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.6 |
| HSL | 293º | 0.42% | 0.28% | - |
| HSV(B) | 293º | 0.59% | 0.4% | - |
| XYZ | 7.95 | 5.05 | 13.13 | - |
| YUV | 64.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 42 | 102 | 0.07 | 0.59 | 0 | 0.6 | 293 | 0.42 | 0.28 |
| Hex | 5F | 2A | 66 | 7 | 3B | 0 | 3C | 125 | 2A | 1C |
| Octal | 137 | 52 | 146 | 7 | 73 | 0 | 74 | 445 | 52 | 34 |
| Binary | 1011111 | 101010 | 1100110 | 111 | 111011 | 0 | 111100 | 100100101 | 101010 | 11100 |
Color Harmonies of #5F2A66
Complementary color
Monochromatic Colors of #5F2A66
Black with #5F2A66
Text Example
Text Example
White with #5F2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2A66; }
p { color: rgb(95,42,102); }
H1.HeaderClassName
{
color: #5F2A66;
}
.AnyTagClassName
{
color: #5F2A66;
}
</style>
background-color css
<style>
a { background-color: #5F2A66; }
a { background-color: rgb(95,42,102); }
div.DivClassName
{
background-color: #5F2A66;
}
.BgClassName
{
background-color: #5F2A66;
}
</style>
border-color css
<style>
span { border-color: #5F2A66; }
span { border-color: rgb(95,42,102); }
td.TdClassName
{
border-color: #5F2A66;
}
.TagClassName
{
border-color: #5F2A66;
}
</style>