Shades of Seance #5F415F
Tints of Seance #5F415F
RGB
CMYK
RGB Variations
Color information
#5F415F (or 0x5F415F) is known color: Seance. HEX triplet: 5F, 41 and 5F. RGB value is (95,65,95). Sum of RGB (Red+Green+Blue) = 95+65+95=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: red, blue. Hex color #5F415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F415F is #A0BEA0. Grayscale: #4D4D4D. Windows color (decimal): -10534561 or 6242655. OLE color: 6242655.
HSL color Cylindrical-coordinate representation of color #5F415F: hue angle of 300º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F415F is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 95 | - |
| CMYK | 0 | 0.32 | 0 | 0.63 |
| HSL | 300º | 0.19% | 0.31% | - |
| HSV(B) | 300º | 0.32% | 0.37% | - |
| XYZ | 8.68 | 7.04 | 11.73 | - |
| YUV | 77.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 95 | 0 | 0.32 | 0 | 0.63 | 300 | 0.19 | 0.31 |
| Hex | 5F | 41 | 5F | 0 | 20 | 0 | 3F | 12C | 13 | 1F |
| Octal | 137 | 101 | 137 | 0 | 40 | 0 | 77 | 454 | 23 | 37 |
| Binary | 1011111 | 1000001 | 1011111 | 0 | 100000 | 0 | 111111 | 100101100 | 10011 | 11111 |
Color Harmonies of #5F415F
Complementary color
Monochromatic Colors of #5F415F
Black with #5F415F
Text Example
Text Example
White with #5F415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F415F; }
p { color: rgb(95,65,95); }
H1.HeaderClassName
{
color: #5F415F;
}
.AnyTagClassName
{
color: #5F415F;
}
</style>
background-color css
<style>
a { background-color: #5F415F; }
a { background-color: rgb(95,65,95); }
div.DivClassName
{
background-color: #5F415F;
}
.BgClassName
{
background-color: #5F415F;
}
</style>
border-color css
<style>
span { border-color: #5F415F; }
span { border-color: rgb(95,65,95); }
td.TdClassName
{
border-color: #5F415F;
}
.TagClassName
{
border-color: #5F415F;
}
</style>