Shades of Seance #5F4163
Tints of Seance #5F4163
RGB
CMYK
RGB Variations
Color information
#5F4163 (or 0x5F4163) is known color: Seance. HEX triplet: 5F, 41 and 63. RGB value is (95,65,99). Sum of RGB (Red+Green+Blue) = 95+65+99=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F4163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4163 is #A0BE9C. Grayscale: #4D4D4D. Windows color (decimal): -10534557 or 6504799. OLE color: 6504799.
HSL color Cylindrical-coordinate representation of color #5F4163: hue angle of 292.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F4163 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 65 | 99 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.61 |
| HSL | 292.94º | 0.21% | 0.32% | - |
| HSV(B) | 292.94º | 0.34% | 0.39% | - |
| XYZ | 8.86 | 7.11 | 12.71 | - |
| YUV | 77.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 99 | 0.04 | 0.34 | 0 | 0.61 | 292.94 | 0.21 | 0.32 |
| Hex | 5F | 41 | 63 | 4 | 22 | 0 | 3D | 125 | 15 | 20 |
| Octal | 137 | 101 | 143 | 4 | 42 | 0 | 75 | 445 | 25 | 40 |
| Binary | 1011111 | 1000001 | 1100011 | 100 | 100010 | 0 | 111101 | 100100101 | 10101 | 100000 |
Color Harmonies of #5F4163
Complementary color
Monochromatic Colors of #5F4163
Black with #5F4163
Text Example
Text Example
White with #5F4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4163; }
p { color: rgb(95,65,99); }
H1.HeaderClassName
{
color: #5F4163;
}
.AnyTagClassName
{
color: #5F4163;
}
</style>
background-color css
<style>
a { background-color: #5F4163; }
a { background-color: rgb(95,65,99); }
div.DivClassName
{
background-color: #5F4163;
}
.BgClassName
{
background-color: #5F4163;
}
</style>
border-color css
<style>
span { border-color: #5F4163; }
span { border-color: rgb(95,65,99); }
td.TdClassName
{
border-color: #5F4163;
}
.TagClassName
{
border-color: #5F4163;
}
</style>