Shades of Seance #5A2965
Tints of Seance #5A2965
RGB
CMYK
RGB Variations
Color information
#5A2965 (or 0x5A2965) is known color: Seance. HEX triplet: 5A, 29 and 65. RGB value is (90,41,101). Sum of RGB (Red+Green+Blue) = 90+41+101=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2965 is #A5D69A. Grayscale: #3E3E3E. Windows color (decimal): -10868379 or 6629722. OLE color: 6629722.
HSL color Cylindrical-coordinate representation of color #5A2965: hue angle of 289º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2965 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 41 | 101 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.60 |
| HSL | 289º | 0.42% | 0.28% | - |
| HSV(B) | 289º | 0.59% | 0.4% | - |
| XYZ | 7.36 | 4.7 | 12.83 | - |
| YUV | 62.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 101 | 0.11 | 0.59 | 0 | 0.60 | 289 | 0.42 | 0.28 |
| Hex | 5A | 29 | 65 | B | 3B | 0 | 3C | 121 | 2A | 1C |
| Octal | 132 | 51 | 145 | 13 | 73 | 0 | 74 | 441 | 52 | 34 |
| Binary | 1011010 | 101001 | 1100101 | 1011 | 111011 | 0 | 111100 | 100100001 | 101010 | 11100 |
Color Harmonies of #5A2965
Complementary color
Monochromatic Colors of #5A2965
Black with #5A2965
Text Example
Text Example
White with #5A2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2965; }
p { color: rgb(90,41,101); }
H1.HeaderClassName
{
color: #5A2965;
}
.AnyTagClassName
{
color: #5A2965;
}
</style>
background-color css
<style>
a { background-color: #5A2965; }
a { background-color: rgb(90,41,101); }
div.DivClassName
{
background-color: #5A2965;
}
.BgClassName
{
background-color: #5A2965;
}
</style>
border-color css
<style>
span { border-color: #5A2965; }
span { border-color: rgb(90,41,101); }
td.TdClassName
{
border-color: #5A2965;
}
.TagClassName
{
border-color: #5A2965;
}
</style>