Shades of Seance #5F2666
Tints of Seance #5F2666
RGB
CMYK
RGB Variations
Color information
#5F2666 (or 0x5F2666) is known color: Seance. HEX triplet: 5F, 26 and 66. RGB value is (95,38,102). Sum of RGB (Red+Green+Blue) = 95+38+102=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2666 is #A0D999. Grayscale: #3E3E3E. Windows color (decimal): -10541466 or 6694495. OLE color: 6694495.
HSL color Cylindrical-coordinate representation of color #5F2666: hue angle of 293.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2666 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 38 | 102 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.6 |
| HSL | 293.44º | 0.46% | 0.27% | - |
| HSV(B) | 293.44º | 0.63% | 0.4% | - |
| XYZ | 7.81 | 4.78 | 13.08 | - |
| YUV | 62.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 102 | 0.07 | 0.63 | 0 | 0.6 | 293.44 | 0.46 | 0.27 |
| Hex | 5F | 26 | 66 | 7 | 3F | 0 | 3C | 125 | 2E | 1B |
| Octal | 137 | 46 | 146 | 7 | 77 | 0 | 74 | 445 | 56 | 33 |
| Binary | 1011111 | 100110 | 1100110 | 111 | 111111 | 0 | 111100 | 100100101 | 101110 | 11011 |
Color Harmonies of #5F2666
Complementary color
Monochromatic Colors of #5F2666
Black with #5F2666
Text Example
Text Example
White with #5F2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2666; }
p { color: rgb(95,38,102); }
H1.HeaderClassName
{
color: #5F2666;
}
.AnyTagClassName
{
color: #5F2666;
}
</style>
background-color css
<style>
a { background-color: #5F2666; }
a { background-color: rgb(95,38,102); }
div.DivClassName
{
background-color: #5F2666;
}
.BgClassName
{
background-color: #5F2666;
}
</style>
border-color css
<style>
span { border-color: #5F2666; }
span { border-color: rgb(95,38,102); }
td.TdClassName
{
border-color: #5F2666;
}
.TagClassName
{
border-color: #5F2666;
}
</style>