Shades of Daisy Bush #502CA0
Tints of Daisy Bush #502CA0
RGB
CMYK
RGB Variations
Color information
#502CA0 (or 0x502CA0) is known color: Daisy Bush. HEX triplet: 50, 2C and A0. RGB value is (80,44,160). Sum of RGB (Red+Green+Blue) = 80+44+160=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #502CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CA0 is #AFD35F. Grayscale: #434343. Windows color (decimal): -11522912 or 10497104. OLE color: 10497104.
HSL color Cylindrical-coordinate representation of color #502CA0: hue angle of 258.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502CA0 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 44 | 160 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.37 |
| HSL | 258.62º | 0.57% | 0.4% | - |
| HSV(B) | 258.62º | 0.73% | 0.63% | - |
| XYZ | 10.55 | 6.04 | 33.87 | - |
| YUV | 67.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 160 | 0.5 | 0.72 | 0 | 0.37 | 258.62 | 0.57 | 0.4 |
| Hex | 50 | 2C | A0 | 32 | 48 | 0 | 25 | 103 | 39 | 28 |
| Octal | 120 | 54 | 240 | 62 | 110 | 0 | 45 | 403 | 71 | 50 |
| Binary | 1010000 | 101100 | 10100000 | 110010 | 1001000 | 0 | 100101 | 100000011 | 111001 | 101000 |
Color Harmonies of #502CA0
Complementary color
Monochromatic Colors of #502CA0
Black with #502CA0
Text Example
Text Example
White with #502CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CA0; }
p { color: rgb(80,44,160); }
H1.HeaderClassName
{
color: #502CA0;
}
.AnyTagClassName
{
color: #502CA0;
}
</style>
background-color css
<style>
a { background-color: #502CA0; }
a { background-color: rgb(80,44,160); }
div.DivClassName
{
background-color: #502CA0;
}
.BgClassName
{
background-color: #502CA0;
}
</style>
border-color css
<style>
span { border-color: #502CA0; }
span { border-color: rgb(80,44,160); }
td.TdClassName
{
border-color: #502CA0;
}
.TagClassName
{
border-color: #502CA0;
}
</style>