Shades of Daisy Bush #501CA0
Tints of Daisy Bush #501CA0
RGB
CMYK
RGB Variations
Color information
#501CA0 (or 0x501CA0) is known color: Daisy Bush. HEX triplet: 50, 1C and A0. RGB value is (80,28,160). Sum of RGB (Red+Green+Blue) = 80+28+160=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #501CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501CA0 is #AFE35F. Grayscale: #3A3A3A. Windows color (decimal): -11527008 or 10493008. OLE color: 10493008.
HSL color Cylindrical-coordinate representation of color #501CA0: hue angle of 263.64º degrees, saturation: 0.7, 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 #501CA0 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 28 | 160 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.37 |
| HSL | 263.64º | 0.7% | 0.37% | - |
| HSV(B) | 263.64º | 0.83% | 0.63% | - |
| XYZ | 10.07 | 5.07 | 33.71 | - |
| YUV | 58.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 160 | 0.5 | 0.82 | 0 | 0.37 | 263.64 | 0.7 | 0.37 |
| Hex | 50 | 1C | A0 | 32 | 52 | 0 | 25 | 108 | 46 | 25 |
| Octal | 120 | 34 | 240 | 62 | 122 | 0 | 45 | 410 | 106 | 45 |
| Binary | 1010000 | 11100 | 10100000 | 110010 | 1010010 | 0 | 100101 | 100001000 | 1000110 | 100101 |
Color Harmonies of #501CA0
Complementary color
Monochromatic Colors of #501CA0
Black with #501CA0
Text Example
Text Example
White with #501CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CA0; }
p { color: rgb(80,28,160); }
H1.HeaderClassName
{
color: #501CA0;
}
.AnyTagClassName
{
color: #501CA0;
}
</style>
background-color css
<style>
a { background-color: #501CA0; }
a { background-color: rgb(80,28,160); }
div.DivClassName
{
background-color: #501CA0;
}
.BgClassName
{
background-color: #501CA0;
}
</style>
border-color css
<style>
span { border-color: #501CA0; }
span { border-color: rgb(80,28,160); }
td.TdClassName
{
border-color: #501CA0;
}
.TagClassName
{
border-color: #501CA0;
}
</style>