Shades of Seance #5F4062
Tints of Seance #5F4062
RGB
CMYK
RGB Variations
Color information
#5F4062 (or 0x5F4062) is known color: Seance. HEX triplet: 5F, 40 and 62. RGB value is (95,64,98). Sum of RGB (Red+Green+Blue) = 95+64+98=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4062 is #A0BF9D. Grayscale: #4D4D4D. Windows color (decimal): -10534814 or 6439007. OLE color: 6439007.
HSL color Cylindrical-coordinate representation of color #5F4062: hue angle of 294.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F4062 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 64 | 98 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.62 |
| HSL | 294.71º | 0.21% | 0.32% | - |
| HSV(B) | 294.71º | 0.35% | 0.38% | - |
| XYZ | 8.76 | 6.98 | 12.44 | - |
| YUV | 77.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 98 | 0.03 | 0.35 | 0 | 0.62 | 294.71 | 0.21 | 0.32 |
| Hex | 5F | 40 | 62 | 3 | 23 | 0 | 3E | 127 | 15 | 20 |
| Octal | 137 | 100 | 142 | 3 | 43 | 0 | 76 | 447 | 25 | 40 |
| Binary | 1011111 | 1000000 | 1100010 | 11 | 100011 | 0 | 111110 | 100100111 | 10101 | 100000 |
Color Harmonies of #5F4062
Complementary color
Monochromatic Colors of #5F4062
Black with #5F4062
Text Example
Text Example
White with #5F4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4062; }
p { color: rgb(95,64,98); }
H1.HeaderClassName
{
color: #5F4062;
}
.AnyTagClassName
{
color: #5F4062;
}
</style>
background-color css
<style>
a { background-color: #5F4062; }
a { background-color: rgb(95,64,98); }
div.DivClassName
{
background-color: #5F4062;
}
.BgClassName
{
background-color: #5F4062;
}
</style>
border-color css
<style>
span { border-color: #5F4062; }
span { border-color: rgb(95,64,98); }
td.TdClassName
{
border-color: #5F4062;
}
.TagClassName
{
border-color: #5F4062;
}
</style>