Shades of Seance #5F1677
Tints of Seance #5F1677
RGB
CMYK
RGB Variations
Color information
#5F1677 (or 0x5F1677) is known color: Seance. HEX triplet: 5F, 16 and 77. RGB value is (95,22,119). Sum of RGB (Red+Green+Blue) = 95+22+119=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F1677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1677 is #A0E988. Grayscale: #363636. Windows color (decimal): -10545545 or 7804511. OLE color: 7804511.
HSL color Cylindrical-coordinate representation of color #5F1677: hue angle of 285.15º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1677 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 22 | 119 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.53 |
| HSL | 285.15º | 0.69% | 0.28% | - |
| HSV(B) | 285.15º | 0.82% | 0.47% | - |
| XYZ | 8.34 | 4.34 | 17.85 | - |
| YUV | 54.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 119 | 0.20 | 0.82 | 0 | 0.53 | 285.15 | 0.69 | 0.28 |
| Hex | 5F | 16 | 77 | 14 | 52 | 0 | 35 | 11D | 45 | 1C |
| Octal | 137 | 26 | 167 | 24 | 122 | 0 | 65 | 435 | 105 | 34 |
| Binary | 1011111 | 10110 | 1110111 | 10100 | 1010010 | 0 | 110101 | 100011101 | 1000101 | 11100 |
Color Harmonies of #5F1677
Complementary color
Monochromatic Colors of #5F1677
Black with #5F1677
Text Example
Text Example
White with #5F1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1677; }
p { color: rgb(95,22,119); }
H1.HeaderClassName
{
color: #5F1677;
}
.AnyTagClassName
{
color: #5F1677;
}
</style>
background-color css
<style>
a { background-color: #5F1677; }
a { background-color: rgb(95,22,119); }
div.DivClassName
{
background-color: #5F1677;
}
.BgClassName
{
background-color: #5F1677;
}
</style>
border-color css
<style>
span { border-color: #5F1677; }
span { border-color: rgb(95,22,119); }
td.TdClassName
{
border-color: #5F1677;
}
.TagClassName
{
border-color: #5F1677;
}
</style>