Shades of Seance #5F166E
Tints of Seance #5F166E
RGB
CMYK
RGB Variations
Color information
#5F166E (or 0x5F166E) is known color: Seance. HEX triplet: 5F, 16 and 6E. RGB value is (95,22,110). Sum of RGB (Red+Green+Blue) = 95+22+110=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F166E is #A0E991. Grayscale: #353535. Windows color (decimal): -10545554 or 7214687. OLE color: 7214687.
HSL color Cylindrical-coordinate representation of color #5F166E: hue angle of 289.77º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F166E is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 22 | 110 | - |
| CMYK | 0.14 | 0.8 | 0 | 0.57 |
| HSL | 289.77º | 0.67% | 0.26% | - |
| HSV(B) | 289.77º | 0.8% | 0.43% | - |
| XYZ | 7.82 | 4.13 | 15.14 | - |
| YUV | 53.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 110 | 0.14 | 0.8 | 0 | 0.57 | 289.77 | 0.67 | 0.26 |
| Hex | 5F | 16 | 6E | E | 50 | 0 | 39 | 122 | 43 | 1A |
| Octal | 137 | 26 | 156 | 16 | 120 | 0 | 71 | 442 | 103 | 32 |
| Binary | 1011111 | 10110 | 1101110 | 1110 | 1010000 | 0 | 111001 | 100100010 | 1000011 | 11010 |
Color Harmonies of #5F166E
Complementary color
Monochromatic Colors of #5F166E
Black with #5F166E
Text Example
Text Example
White with #5F166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F166E; }
p { color: rgb(95,22,110); }
H1.HeaderClassName
{
color: #5F166E;
}
.AnyTagClassName
{
color: #5F166E;
}
</style>
background-color css
<style>
a { background-color: #5F166E; }
a { background-color: rgb(95,22,110); }
div.DivClassName
{
background-color: #5F166E;
}
.BgClassName
{
background-color: #5F166E;
}
</style>
border-color css
<style>
span { border-color: #5F166E; }
span { border-color: rgb(95,22,110); }
td.TdClassName
{
border-color: #5F166E;
}
.TagClassName
{
border-color: #5F166E;
}
</style>