Shades of Daisy Bush #5A2EA0
Tints of Daisy Bush #5A2EA0
RGB
CMYK
RGB Variations
Color information
#5A2EA0 (or 0x5A2EA0) is known color: Daisy Bush. HEX triplet: 5A, 2E and A0. RGB value is (90,46,160). Sum of RGB (Red+Green+Blue) = 90+46+160=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #5A2EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EA0 is #A5D15F. Grayscale: #474747. Windows color (decimal): -10867040 or 10497626. OLE color: 10497626.
HSL color Cylindrical-coordinate representation of color #5A2EA0: hue angle of 263.16º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A2EA0 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 46 | 160 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.37 |
| HSL | 263.16º | 0.55% | 0.4% | - |
| HSV(B) | 263.16º | 0.71% | 0.63% | - |
| XYZ | 11.54 | 6.67 | 33.94 | - |
| YUV | 72.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 160 | 0.44 | 0.71 | 0 | 0.37 | 263.16 | 0.55 | 0.4 |
| Hex | 5A | 2E | A0 | 2C | 47 | 0 | 25 | 107 | 37 | 28 |
| Octal | 132 | 56 | 240 | 54 | 107 | 0 | 45 | 407 | 67 | 50 |
| Binary | 1011010 | 101110 | 10100000 | 101100 | 1000111 | 0 | 100101 | 100000111 | 110111 | 101000 |
Color Harmonies of #5A2EA0
Complementary color
Monochromatic Colors of #5A2EA0
Black with #5A2EA0
Text Example
Text Example
White with #5A2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EA0; }
p { color: rgb(90,46,160); }
H1.HeaderClassName
{
color: #5A2EA0;
}
.AnyTagClassName
{
color: #5A2EA0;
}
</style>
background-color css
<style>
a { background-color: #5A2EA0; }
a { background-color: rgb(90,46,160); }
div.DivClassName
{
background-color: #5A2EA0;
}
.BgClassName
{
background-color: #5A2EA0;
}
</style>
border-color css
<style>
span { border-color: #5A2EA0; }
span { border-color: rgb(90,46,160); }
td.TdClassName
{
border-color: #5A2EA0;
}
.TagClassName
{
border-color: #5A2EA0;
}
</style>