Shades of Daisy Bush #5022A0
Tints of Daisy Bush #5022A0
RGB
CMYK
RGB Variations
Color information
#5022A0 (or 0x5022A0) is known color: Daisy Bush. HEX triplet: 50, 22 and A0. RGB value is (80,34,160). Sum of RGB (Red+Green+Blue) = 80+34+160=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #5022A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5022A0 is #AFDD5F. Grayscale: #3D3D3D. Windows color (decimal): -11525472 or 10494544. OLE color: 10494544.
HSL color Cylindrical-coordinate representation of color #5022A0: hue angle of 261.9º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5022A0 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 34 | 160 | - |
| CMYK | 0.5 | 0.79 | 0 | 0.37 |
| HSL | 261.9º | 0.65% | 0.38% | - |
| HSV(B) | 261.9º | 0.79% | 0.63% | - |
| XYZ | 10.23 | 5.39 | 33.76 | - |
| YUV | 62.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 160 | 0.5 | 0.79 | 0 | 0.37 | 261.9 | 0.65 | 0.38 |
| Hex | 50 | 22 | A0 | 32 | 4F | 0 | 25 | 106 | 41 | 26 |
| Octal | 120 | 42 | 240 | 62 | 117 | 0 | 45 | 406 | 101 | 46 |
| Binary | 1010000 | 100010 | 10100000 | 110010 | 1001111 | 0 | 100101 | 100000110 | 1000001 | 100110 |
Color Harmonies of #5022A0
Complementary color
Monochromatic Colors of #5022A0
Black with #5022A0
Text Example
Text Example
White with #5022A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5022A0; }
p { color: rgb(80,34,160); }
H1.HeaderClassName
{
color: #5022A0;
}
.AnyTagClassName
{
color: #5022A0;
}
</style>
background-color css
<style>
a { background-color: #5022A0; }
a { background-color: rgb(80,34,160); }
div.DivClassName
{
background-color: #5022A0;
}
.BgClassName
{
background-color: #5022A0;
}
</style>
border-color css
<style>
span { border-color: #5022A0; }
span { border-color: rgb(80,34,160); }
td.TdClassName
{
border-color: #5022A0;
}
.TagClassName
{
border-color: #5022A0;
}
</style>