Shades of Seance #5A166C
Tints of Seance #5A166C
RGB
CMYK
RGB Variations
Color information
#5A166C (or 0x5A166C) is known color: Seance. HEX triplet: 5A, 16 and 6C. RGB value is (90,22,108). Sum of RGB (Red+Green+Blue) = 90+22+108=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A166C is #A5E993. Grayscale: #333333. Windows color (decimal): -10873236 or 7083610. OLE color: 7083610.
HSL color Cylindrical-coordinate representation of color #5A166C: hue angle of 287.44º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A166C is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 22 | 108 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.58 |
| HSL | 287.44º | 0.66% | 0.25% | - |
| HSV(B) | 287.44º | 0.8% | 0.42% | - |
| XYZ | 7.21 | 3.83 | 14.55 | - |
| YUV | 52.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 108 | 0.17 | 0.80 | 0 | 0.58 | 287.44 | 0.66 | 0.25 |
| Hex | 5A | 16 | 6C | 11 | 50 | 0 | 3A | 11F | 42 | 19 |
| Octal | 132 | 26 | 154 | 21 | 120 | 0 | 72 | 437 | 102 | 31 |
| Binary | 1011010 | 10110 | 1101100 | 10001 | 1010000 | 0 | 111010 | 100011111 | 1000010 | 11001 |
Color Harmonies of #5A166C
Complementary color
Monochromatic Colors of #5A166C
Black with #5A166C
Text Example
Text Example
White with #5A166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A166C; }
p { color: rgb(90,22,108); }
H1.HeaderClassName
{
color: #5A166C;
}
.AnyTagClassName
{
color: #5A166C;
}
</style>
background-color css
<style>
a { background-color: #5A166C; }
a { background-color: rgb(90,22,108); }
div.DivClassName
{
background-color: #5A166C;
}
.BgClassName
{
background-color: #5A166C;
}
</style>
border-color css
<style>
span { border-color: #5A166C; }
span { border-color: rgb(90,22,108); }
td.TdClassName
{
border-color: #5A166C;
}
.TagClassName
{
border-color: #5A166C;
}
</style>