Shades of Seance #5A1A6C
Tints of Seance #5A1A6C
RGB
CMYK
RGB Variations
Color information
#5A1A6C (or 0x5A1A6C) is known color: Seance. HEX triplet: 5A, 1A and 6C. RGB value is (90,26,108). Sum of RGB (Red+Green+Blue) = 90+26+108=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A1A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A6C is #A5E593. Grayscale: #363636. Windows color (decimal): -10872212 or 7084634. OLE color: 7084634.
HSL color Cylindrical-coordinate representation of color #5A1A6C: hue angle of 286.83º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1A6C is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 26 | 108 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.58 |
| HSL | 286.83º | 0.61% | 0.26% | - |
| HSV(B) | 286.83º | 0.76% | 0.42% | - |
| XYZ | 7.29 | 4 | 14.57 | - |
| YUV | 54.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 108 | 0.17 | 0.76 | 0 | 0.58 | 286.83 | 0.61 | 0.26 |
| Hex | 5A | 1A | 6C | 11 | 4C | 0 | 3A | 11F | 3D | 1A |
| Octal | 132 | 32 | 154 | 21 | 114 | 0 | 72 | 437 | 75 | 32 |
| Binary | 1011010 | 11010 | 1101100 | 10001 | 1001100 | 0 | 111010 | 100011111 | 111101 | 11010 |
Color Harmonies of #5A1A6C
Complementary color
Monochromatic Colors of #5A1A6C
Black with #5A1A6C
Text Example
Text Example
White with #5A1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A6C; }
p { color: rgb(90,26,108); }
H1.HeaderClassName
{
color: #5A1A6C;
}
.AnyTagClassName
{
color: #5A1A6C;
}
</style>
background-color css
<style>
a { background-color: #5A1A6C; }
a { background-color: rgb(90,26,108); }
div.DivClassName
{
background-color: #5A1A6C;
}
.BgClassName
{
background-color: #5A1A6C;
}
</style>
border-color css
<style>
span { border-color: #5A1A6C; }
span { border-color: rgb(90,26,108); }
td.TdClassName
{
border-color: #5A1A6C;
}
.TagClassName
{
border-color: #5A1A6C;
}
</style>