Shades of Daisy Bush #5021A1
Tints of Daisy Bush #5021A1
RGB
CMYK
RGB Variations
Color information
#5021A1 (or 0x5021A1) is known color: Daisy Bush. HEX triplet: 50, 21 and A1. RGB value is (80,33,161). Sum of RGB (Red+Green+Blue) = 80+33+161=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #5021A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021A1 is #AFDE5E. Grayscale: #3D3D3D. Windows color (decimal): -11525727 or 10559824. OLE color: 10559824.
HSL color Cylindrical-coordinate representation of color #5021A1: hue angle of 262.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5021A1 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 33 | 161 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.37 |
| HSL | 262.03º | 0.66% | 0.38% | - |
| HSV(B) | 262.03º | 0.8% | 0.63% | - |
| XYZ | 10.29 | 5.37 | 34.21 | - |
| YUV | 61.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 161 | 0.50 | 0.80 | 0 | 0.37 | 262.03 | 0.66 | 0.38 |
| Hex | 50 | 21 | A1 | 32 | 50 | 0 | 25 | 106 | 42 | 26 |
| Octal | 120 | 41 | 241 | 62 | 120 | 0 | 45 | 406 | 102 | 46 |
| Binary | 1010000 | 100001 | 10100001 | 110010 | 1010000 | 0 | 100101 | 100000110 | 1000010 | 100110 |
Color Harmonies of #5021A1
Complementary color
Monochromatic Colors of #5021A1
Black with #5021A1
Text Example
Text Example
White with #5021A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021A1; }
p { color: rgb(80,33,161); }
H1.HeaderClassName
{
color: #5021A1;
}
.AnyTagClassName
{
color: #5021A1;
}
</style>
background-color css
<style>
a { background-color: #5021A1; }
a { background-color: rgb(80,33,161); }
div.DivClassName
{
background-color: #5021A1;
}
.BgClassName
{
background-color: #5021A1;
}
</style>
border-color css
<style>
span { border-color: #5021A1; }
span { border-color: rgb(80,33,161); }
td.TdClassName
{
border-color: #5021A1;
}
.TagClassName
{
border-color: #5021A1;
}
</style>