Shades of Seance #5F2068
Tints of Seance #5F2068
RGB
CMYK
RGB Variations
Color information
#5F2068 (or 0x5F2068) is known color: Seance. HEX triplet: 5F, 20 and 68. RGB value is (95,32,104). Sum of RGB (Red+Green+Blue) = 95+32+104=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2068 is #A0DF97. Grayscale: #3A3A3A. Windows color (decimal): -10543000 or 6824031. OLE color: 6824031.
HSL color Cylindrical-coordinate representation of color #5F2068: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2068 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 32 | 104 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.59 |
| HSL | 292.5º | 0.53% | 0.27% | - |
| HSV(B) | 292.5º | 0.69% | 0.41% | - |
| XYZ | 7.73 | 4.47 | 13.55 | - |
| YUV | 59.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 104 | 0.09 | 0.69 | 0 | 0.59 | 292.5 | 0.53 | 0.27 |
| Hex | 5F | 20 | 68 | 9 | 45 | 0 | 3B | 124 | 35 | 1B |
| Octal | 137 | 40 | 150 | 11 | 105 | 0 | 73 | 444 | 65 | 33 |
| Binary | 1011111 | 100000 | 1101000 | 1001 | 1000101 | 0 | 111011 | 100100100 | 110101 | 11011 |
Color Harmonies of #5F2068
Complementary color
Monochromatic Colors of #5F2068
Black with #5F2068
Text Example
Text Example
White with #5F2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2068; }
p { color: rgb(95,32,104); }
H1.HeaderClassName
{
color: #5F2068;
}
.AnyTagClassName
{
color: #5F2068;
}
</style>
background-color css
<style>
a { background-color: #5F2068; }
a { background-color: rgb(95,32,104); }
div.DivClassName
{
background-color: #5F2068;
}
.BgClassName
{
background-color: #5F2068;
}
</style>
border-color css
<style>
span { border-color: #5F2068; }
span { border-color: rgb(95,32,104); }
td.TdClassName
{
border-color: #5F2068;
}
.TagClassName
{
border-color: #5F2068;
}
</style>