Shades of Daisy Bush #501DA0
Tints of Daisy Bush #501DA0
RGB
CMYK
RGB Variations
Color information
#501DA0 (or 0x501DA0) is known color: Daisy Bush. HEX triplet: 50, 1D and A0. RGB value is (80,29,160). Sum of RGB (Red+Green+Blue) = 80+29+160=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #501DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DA0 is #AFE25F. Grayscale: #3A3A3A. Windows color (decimal): -11526752 or 10493264. OLE color: 10493264.
HSL color Cylindrical-coordinate representation of color #501DA0: hue angle of 263.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501DA0 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 29 | 160 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.37 |
| HSL | 263.36º | 0.69% | 0.37% | - |
| HSV(B) | 263.36º | 0.82% | 0.63% | - |
| XYZ | 10.09 | 5.12 | 33.71 | - |
| YUV | 59.18 | 184.9 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 160 | 0.5 | 0.82 | 0 | 0.37 | 263.36 | 0.69 | 0.37 |
| Hex | 50 | 1D | A0 | 32 | 52 | 0 | 25 | 107 | 45 | 25 |
| Octal | 120 | 35 | 240 | 62 | 122 | 0 | 45 | 407 | 105 | 45 |
| Binary | 1010000 | 11101 | 10100000 | 110010 | 1010010 | 0 | 100101 | 100000111 | 1000101 | 100101 |
Color Harmonies of #501DA0
Complementary color
Monochromatic Colors of #501DA0
Black with #501DA0
Text Example
Text Example
White with #501DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DA0; }
p { color: rgb(80,29,160); }
H1.HeaderClassName
{
color: #501DA0;
}
.AnyTagClassName
{
color: #501DA0;
}
</style>
background-color css
<style>
a { background-color: #501DA0; }
a { background-color: rgb(80,29,160); }
div.DivClassName
{
background-color: #501DA0;
}
.BgClassName
{
background-color: #501DA0;
}
</style>
border-color css
<style>
span { border-color: #501DA0; }
span { border-color: rgb(80,29,160); }
td.TdClassName
{
border-color: #501DA0;
}
.TagClassName
{
border-color: #501DA0;
}
</style>