Shades of Seance #5A1467
Tints of Seance #5A1467
RGB
CMYK
RGB Variations
Color information
#5A1467 (or 0x5A1467) is known color: Seance. HEX triplet: 5A, 14 and 67. RGB value is (90,20,103). Sum of RGB (Red+Green+Blue) = 90+20+103=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A1467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1467 is #A5EB98. Grayscale: #323232. Windows color (decimal): -10873753 or 6755418. OLE color: 6755418.
HSL color Cylindrical-coordinate representation of color #5A1467: hue angle of 290.6º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1467 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 20 | 103 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.60 |
| HSL | 290.6º | 0.67% | 0.24% | - |
| HSV(B) | 290.6º | 0.81% | 0.4% | - |
| XYZ | 6.91 | 3.65 | 13.17 | - |
| YUV | 50.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 103 | 0.13 | 0.81 | 0 | 0.60 | 290.6 | 0.67 | 0.24 |
| Hex | 5A | 14 | 67 | D | 51 | 0 | 3C | 123 | 43 | 18 |
| Octal | 132 | 24 | 147 | 15 | 121 | 0 | 74 | 443 | 103 | 30 |
| Binary | 1011010 | 10100 | 1100111 | 1101 | 1010001 | 0 | 111100 | 100100011 | 1000011 | 11000 |
Color Harmonies of #5A1467
Complementary color
Monochromatic Colors of #5A1467
Black with #5A1467
Text Example
Text Example
White with #5A1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1467; }
p { color: rgb(90,20,103); }
H1.HeaderClassName
{
color: #5A1467;
}
.AnyTagClassName
{
color: #5A1467;
}
</style>
background-color css
<style>
a { background-color: #5A1467; }
a { background-color: rgb(90,20,103); }
div.DivClassName
{
background-color: #5A1467;
}
.BgClassName
{
background-color: #5A1467;
}
</style>
border-color css
<style>
span { border-color: #5A1467; }
span { border-color: rgb(90,20,103); }
td.TdClassName
{
border-color: #5A1467;
}
.TagClassName
{
border-color: #5A1467;
}
</style>