Shades of Seance #5A1A6A
Tints of Seance #5A1A6A
RGB
CMYK
RGB Variations
Color information
#5A1A6A (or 0x5A1A6A) is known color: Seance. HEX triplet: 5A, 1A and 6A. RGB value is (90,26,106). Sum of RGB (Red+Green+Blue) = 90+26+106=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A1A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A6A is #A5E595. Grayscale: #363636. Windows color (decimal): -10872214 or 6953562. OLE color: 6953562.
HSL color Cylindrical-coordinate representation of color #5A1A6A: hue angle of 288º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A1A6A is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 26 | 106 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.58 |
| HSL | 288º | 0.61% | 0.26% | - |
| HSV(B) | 288º | 0.75% | 0.42% | - |
| XYZ | 7.19 | 3.95 | 14.02 | - |
| YUV | 54.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 106 | 0.15 | 0.75 | 0 | 0.58 | 288 | 0.61 | 0.26 |
| Hex | 5A | 1A | 6A | F | 4B | 0 | 3A | 120 | 3D | 1A |
| Octal | 132 | 32 | 152 | 17 | 113 | 0 | 72 | 440 | 75 | 32 |
| Binary | 1011010 | 11010 | 1101010 | 1111 | 1001011 | 0 | 111010 | 100100000 | 111101 | 11010 |
Color Harmonies of #5A1A6A
Complementary color
Monochromatic Colors of #5A1A6A
Black with #5A1A6A
Text Example
Text Example
White with #5A1A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A6A; }
p { color: rgb(90,26,106); }
H1.HeaderClassName
{
color: #5A1A6A;
}
.AnyTagClassName
{
color: #5A1A6A;
}
</style>
background-color css
<style>
a { background-color: #5A1A6A; }
a { background-color: rgb(90,26,106); }
div.DivClassName
{
background-color: #5A1A6A;
}
.BgClassName
{
background-color: #5A1A6A;
}
</style>
border-color css
<style>
span { border-color: #5A1A6A; }
span { border-color: rgb(90,26,106); }
td.TdClassName
{
border-color: #5A1A6A;
}
.TagClassName
{
border-color: #5A1A6A;
}
</style>