Shades of Seance #5A166A
Tints of Seance #5A166A
RGB
CMYK
RGB Variations
Color information
#5A166A (or 0x5A166A) is known color: Seance. HEX triplet: 5A, 16 and 6A. RGB value is (90,22,106). Sum of RGB (Red+Green+Blue) = 90+22+106=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A166A is #A5E995. Grayscale: #333333. Windows color (decimal): -10873238 or 6952538. OLE color: 6952538.
HSL color Cylindrical-coordinate representation of color #5A166A: hue angle of 288.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A166A is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 22 | 106 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.58 |
| HSL | 288.57º | 0.66% | 0.25% | - |
| HSV(B) | 288.57º | 0.79% | 0.42% | - |
| XYZ | 7.1 | 3.79 | 13.99 | - |
| YUV | 51.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 106 | 0.15 | 0.79 | 0 | 0.58 | 288.57 | 0.66 | 0.25 |
| Hex | 5A | 16 | 6A | F | 4F | 0 | 3A | 121 | 42 | 19 |
| Octal | 132 | 26 | 152 | 17 | 117 | 0 | 72 | 441 | 102 | 31 |
| Binary | 1011010 | 10110 | 1101010 | 1111 | 1001111 | 0 | 111010 | 100100001 | 1000010 | 11001 |
Color Harmonies of #5A166A
Complementary color
Monochromatic Colors of #5A166A
Black with #5A166A
Text Example
Text Example
White with #5A166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A166A; }
p { color: rgb(90,22,106); }
H1.HeaderClassName
{
color: #5A166A;
}
.AnyTagClassName
{
color: #5A166A;
}
</style>
background-color css
<style>
a { background-color: #5A166A; }
a { background-color: rgb(90,22,106); }
div.DivClassName
{
background-color: #5A166A;
}
.BgClassName
{
background-color: #5A166A;
}
</style>
border-color css
<style>
span { border-color: #5A166A; }
span { border-color: rgb(90,22,106); }
td.TdClassName
{
border-color: #5A166A;
}
.TagClassName
{
border-color: #5A166A;
}
</style>