Shades of Seance #5A166D
Tints of Seance #5A166D
RGB
CMYK
RGB Variations
Color information
#5A166D (or 0x5A166D) is known color: Seance. HEX triplet: 5A, 16 and 6D. RGB value is (90,22,109). Sum of RGB (Red+Green+Blue) = 90+22+109=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A166D is #A5E992. Grayscale: #333333. Windows color (decimal): -10873235 or 7149146. OLE color: 7149146.
HSL color Cylindrical-coordinate representation of color #5A166D: hue angle of 286.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A166D is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 22 | 109 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.57 |
| HSL | 286.9º | 0.66% | 0.26% | - |
| HSV(B) | 286.9º | 0.8% | 0.43% | - |
| XYZ | 7.26 | 3.85 | 14.83 | - |
| YUV | 52.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 109 | 0.17 | 0.80 | 0 | 0.57 | 286.9 | 0.66 | 0.26 |
| Hex | 5A | 16 | 6D | 11 | 50 | 0 | 39 | 11F | 42 | 1A |
| Octal | 132 | 26 | 155 | 21 | 120 | 0 | 71 | 437 | 102 | 32 |
| Binary | 1011010 | 10110 | 1101101 | 10001 | 1010000 | 0 | 111001 | 100011111 | 1000010 | 11010 |
Color Harmonies of #5A166D
Complementary color
Monochromatic Colors of #5A166D
Black with #5A166D
Text Example
Text Example
White with #5A166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A166D; }
p { color: rgb(90,22,109); }
H1.HeaderClassName
{
color: #5A166D;
}
.AnyTagClassName
{
color: #5A166D;
}
</style>
background-color css
<style>
a { background-color: #5A166D; }
a { background-color: rgb(90,22,109); }
div.DivClassName
{
background-color: #5A166D;
}
.BgClassName
{
background-color: #5A166D;
}
</style>
border-color css
<style>
span { border-color: #5A166D; }
span { border-color: rgb(90,22,109); }
td.TdClassName
{
border-color: #5A166D;
}
.TagClassName
{
border-color: #5A166D;
}
</style>