Shades of Seance #5F186C
Tints of Seance #5F186C
RGB
CMYK
RGB Variations
Color information
#5F186C (or 0x5F186C) is known color: Seance. HEX triplet: 5F, 18 and 6C. RGB value is (95,24,108). Sum of RGB (Red+Green+Blue) = 95+24+108=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F186C is #A0E793. Grayscale: #363636. Windows color (decimal): -10545044 or 7084127. OLE color: 7084127.
HSL color Cylindrical-coordinate representation of color #5F186C: hue angle of 290.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F186C is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 24 | 108 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.58 |
| HSL | 290.71º | 0.64% | 0.26% | - |
| HSV(B) | 290.71º | 0.78% | 0.42% | - |
| XYZ | 7.75 | 4.17 | 14.58 | - |
| YUV | 54.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 108 | 0.12 | 0.78 | 0 | 0.58 | 290.71 | 0.64 | 0.26 |
| Hex | 5F | 18 | 6C | C | 4E | 0 | 3A | 123 | 40 | 1A |
| Octal | 137 | 30 | 154 | 14 | 116 | 0 | 72 | 443 | 100 | 32 |
| Binary | 1011111 | 11000 | 1101100 | 1100 | 1001110 | 0 | 111010 | 100100011 | 1000000 | 11010 |
Color Harmonies of #5F186C
Complementary color
Monochromatic Colors of #5F186C
Black with #5F186C
Text Example
Text Example
White with #5F186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F186C; }
p { color: rgb(95,24,108); }
H1.HeaderClassName
{
color: #5F186C;
}
.AnyTagClassName
{
color: #5F186C;
}
</style>
background-color css
<style>
a { background-color: #5F186C; }
a { background-color: rgb(95,24,108); }
div.DivClassName
{
background-color: #5F186C;
}
.BgClassName
{
background-color: #5F186C;
}
</style>
border-color css
<style>
span { border-color: #5F186C; }
span { border-color: rgb(95,24,108); }
td.TdClassName
{
border-color: #5F186C;
}
.TagClassName
{
border-color: #5F186C;
}
</style>