Shades of Seance #5F3C60
Tints of Seance #5F3C60
RGB
CMYK
RGB Variations
Color information
#5F3C60 (or 0x5F3C60) is known color: Seance. HEX triplet: 5F, 3C and 60. RGB value is (95,60,96). Sum of RGB (Red+Green+Blue) = 95+60+96=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F3C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3C60 is #A0C39F. Grayscale: #4A4A4A. Windows color (decimal): -10535840 or 6306911. OLE color: 6306911.
HSL color Cylindrical-coordinate representation of color #5F3C60: hue angle of 298.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F3C60 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 60 | 96 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.62 |
| HSL | 298.33º | 0.23% | 0.31% | - |
| HSV(B) | 298.33º | 0.38% | 0.38% | - |
| XYZ | 8.45 | 6.51 | 11.88 | - |
| YUV | 74.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 96 | 0.01 | 0.38 | 0 | 0.62 | 298.33 | 0.23 | 0.31 |
| Hex | 5F | 3C | 60 | 1 | 26 | 0 | 3E | 12A | 17 | 1F |
| Octal | 137 | 74 | 140 | 1 | 46 | 0 | 76 | 452 | 27 | 37 |
| Binary | 1011111 | 111100 | 1100000 | 1 | 100110 | 0 | 111110 | 100101010 | 10111 | 11111 |
Color Harmonies of #5F3C60
Complementary color
Monochromatic Colors of #5F3C60
Black with #5F3C60
Text Example
Text Example
White with #5F3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C60; }
p { color: rgb(95,60,96); }
H1.HeaderClassName
{
color: #5F3C60;
}
.AnyTagClassName
{
color: #5F3C60;
}
</style>
background-color css
<style>
a { background-color: #5F3C60; }
a { background-color: rgb(95,60,96); }
div.DivClassName
{
background-color: #5F3C60;
}
.BgClassName
{
background-color: #5F3C60;
}
</style>
border-color css
<style>
span { border-color: #5F3C60; }
span { border-color: rgb(95,60,96); }
td.TdClassName
{
border-color: #5F3C60;
}
.TagClassName
{
border-color: #5F3C60;
}
</style>