Shades of Seance #5F166F
Tints of Seance #5F166F
RGB
CMYK
RGB Variations
Color information
#5F166F (or 0x5F166F) is known color: Seance. HEX triplet: 5F, 16 and 6F. RGB value is (95,22,111). Sum of RGB (Red+Green+Blue) = 95+22+111=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F166F is #A0E990. Grayscale: #353535. Windows color (decimal): -10545553 or 7280223. OLE color: 7280223.
HSL color Cylindrical-coordinate representation of color #5F166F: hue angle of 289.21º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F166F is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 22 | 111 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.56 |
| HSL | 289.21º | 0.67% | 0.26% | - |
| HSV(B) | 289.21º | 0.8% | 0.44% | - |
| XYZ | 7.88 | 4.15 | 15.43 | - |
| YUV | 53.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 111 | 0.14 | 0.80 | 0 | 0.56 | 289.21 | 0.67 | 0.26 |
| Hex | 5F | 16 | 6F | E | 50 | 0 | 38 | 121 | 43 | 1A |
| Octal | 137 | 26 | 157 | 16 | 120 | 0 | 70 | 441 | 103 | 32 |
| Binary | 1011111 | 10110 | 1101111 | 1110 | 1010000 | 0 | 111000 | 100100001 | 1000011 | 11010 |
Color Harmonies of #5F166F
Complementary color
Monochromatic Colors of #5F166F
Black with #5F166F
Text Example
Text Example
White with #5F166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F166F; }
p { color: rgb(95,22,111); }
H1.HeaderClassName
{
color: #5F166F;
}
.AnyTagClassName
{
color: #5F166F;
}
</style>
background-color css
<style>
a { background-color: #5F166F; }
a { background-color: rgb(95,22,111); }
div.DivClassName
{
background-color: #5F166F;
}
.BgClassName
{
background-color: #5F166F;
}
</style>
border-color css
<style>
span { border-color: #5F166F; }
span { border-color: rgb(95,22,111); }
td.TdClassName
{
border-color: #5F166F;
}
.TagClassName
{
border-color: #5F166F;
}
</style>