Shades of Seance #5A186C
Tints of Seance #5A186C
RGB
CMYK
RGB Variations
Color information
#5A186C (or 0x5A186C) is known color: Seance. HEX triplet: 5A, 18 and 6C. RGB value is (90,24,108). Sum of RGB (Red+Green+Blue) = 90+24+108=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A186C is #A5E793. Grayscale: #353535. Windows color (decimal): -10872724 or 7084122. OLE color: 7084122.
HSL color Cylindrical-coordinate representation of color #5A186C: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A186C is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 24 | 108 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.58 |
| HSL | 287.14º | 0.64% | 0.26% | - |
| HSV(B) | 287.14º | 0.78% | 0.42% | - |
| XYZ | 7.25 | 3.91 | 14.56 | - |
| YUV | 53.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 108 | 0.17 | 0.78 | 0 | 0.58 | 287.14 | 0.64 | 0.26 |
| Hex | 5A | 18 | 6C | 11 | 4E | 0 | 3A | 11F | 40 | 1A |
| Octal | 132 | 30 | 154 | 21 | 116 | 0 | 72 | 437 | 100 | 32 |
| Binary | 1011010 | 11000 | 1101100 | 10001 | 1001110 | 0 | 111010 | 100011111 | 1000000 | 11010 |
Color Harmonies of #5A186C
Complementary color
Monochromatic Colors of #5A186C
Black with #5A186C
Text Example
Text Example
White with #5A186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A186C; }
p { color: rgb(90,24,108); }
H1.HeaderClassName
{
color: #5A186C;
}
.AnyTagClassName
{
color: #5A186C;
}
</style>
background-color css
<style>
a { background-color: #5A186C; }
a { background-color: rgb(90,24,108); }
div.DivClassName
{
background-color: #5A186C;
}
.BgClassName
{
background-color: #5A186C;
}
</style>
border-color css
<style>
span { border-color: #5A186C; }
span { border-color: rgb(90,24,108); }
td.TdClassName
{
border-color: #5A186C;
}
.TagClassName
{
border-color: #5A186C;
}
</style>