Shades of Seance #5A226D
Tints of Seance #5A226D
RGB
CMYK
RGB Variations
Color information
#5A226D (or 0x5A226D) is known color: Seance. HEX triplet: 5A, 22 and 6D. RGB value is (90,34,109). Sum of RGB (Red+Green+Blue) = 90+34+109=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A226D is #A5DD92. Grayscale: #3B3B3B. Windows color (decimal): -10870163 or 7152218. OLE color: 7152218.
HSL color Cylindrical-coordinate representation of color #5A226D: hue angle of 284.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A226D is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 34 | 109 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.57 |
| HSL | 284.8º | 0.52% | 0.28% | - |
| HSV(B) | 284.8º | 0.69% | 0.43% | - |
| XYZ | 7.55 | 4.42 | 14.92 | - |
| YUV | 59.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 109 | 0.17 | 0.69 | 0 | 0.57 | 284.8 | 0.52 | 0.28 |
| Hex | 5A | 22 | 6D | 11 | 45 | 0 | 39 | 11D | 34 | 1C |
| Octal | 132 | 42 | 155 | 21 | 105 | 0 | 71 | 435 | 64 | 34 |
| Binary | 1011010 | 100010 | 1101101 | 10001 | 1000101 | 0 | 111001 | 100011101 | 110100 | 11100 |
Color Harmonies of #5A226D
Complementary color
Monochromatic Colors of #5A226D
Black with #5A226D
Text Example
Text Example
White with #5A226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A226D; }
p { color: rgb(90,34,109); }
H1.HeaderClassName
{
color: #5A226D;
}
.AnyTagClassName
{
color: #5A226D;
}
</style>
background-color css
<style>
a { background-color: #5A226D; }
a { background-color: rgb(90,34,109); }
div.DivClassName
{
background-color: #5A226D;
}
.BgClassName
{
background-color: #5A226D;
}
</style>
border-color css
<style>
span { border-color: #5A226D; }
span { border-color: rgb(90,34,109); }
td.TdClassName
{
border-color: #5A226D;
}
.TagClassName
{
border-color: #5A226D;
}
</style>