Shades of Daisy Bush #5029A4
Tints of Daisy Bush #5029A4
RGB
CMYK
RGB Variations
Color information
#5029A4 (or 0x5029A4) is known color: Daisy Bush. HEX triplet: 50, 29 and A4. RGB value is (80,41,164). Sum of RGB (Red+Green+Blue) = 80+41+164=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #5029A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5029A4 is #AFD65B. Grayscale: #424242. Windows color (decimal): -11523676 or 10758480. OLE color: 10758480.
HSL color Cylindrical-coordinate representation of color #5029A4: hue angle of 259.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5029A4 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 41 | 164 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.36 |
| HSL | 259.02º | 0.6% | 0.4% | - |
| HSV(B) | 259.02º | 0.75% | 0.64% | - |
| XYZ | 10.8 | 5.97 | 35.71 | - |
| YUV | 66.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 164 | 0.51 | 0.75 | 0 | 0.36 | 259.02 | 0.6 | 0.4 |
| Hex | 50 | 29 | A4 | 33 | 4B | 0 | 24 | 103 | 3C | 28 |
| Octal | 120 | 51 | 244 | 63 | 113 | 0 | 44 | 403 | 74 | 50 |
| Binary | 1010000 | 101001 | 10100100 | 110011 | 1001011 | 0 | 100100 | 100000011 | 111100 | 101000 |
Color Harmonies of #5029A4
Complementary color
Monochromatic Colors of #5029A4
Black with #5029A4
Text Example
Text Example
White with #5029A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5029A4; }
p { color: rgb(80,41,164); }
H1.HeaderClassName
{
color: #5029A4;
}
.AnyTagClassName
{
color: #5029A4;
}
</style>
background-color css
<style>
a { background-color: #5029A4; }
a { background-color: rgb(80,41,164); }
div.DivClassName
{
background-color: #5029A4;
}
.BgClassName
{
background-color: #5029A4;
}
</style>
border-color css
<style>
span { border-color: #5029A4; }
span { border-color: rgb(80,41,164); }
td.TdClassName
{
border-color: #5029A4;
}
.TagClassName
{
border-color: #5029A4;
}
</style>