Shades of Daisy Bush #502895
Tints of Daisy Bush #502895
RGB
CMYK
RGB Variations
Color information
#502895 (or 0x502895) is known color: Daisy Bush. HEX triplet: 50, 28 and 95. RGB value is (80,40,149). Sum of RGB (Red+Green+Blue) = 80+40+149=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #502895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502895 is #AFD76A. Grayscale: #3F3F3F. Windows color (decimal): -11523947 or 9775184. OLE color: 9775184.
HSL color Cylindrical-coordinate representation of color #502895: hue angle of 262.02º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502895 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 40 | 149 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.42 |
| HSL | 262.02º | 0.58% | 0.37% | - |
| HSV(B) | 262.02º | 0.73% | 0.58% | - |
| XYZ | 9.49 | 5.39 | 28.97 | - |
| YUV | 64.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 149 | 0.46 | 0.73 | 0 | 0.42 | 262.02 | 0.58 | 0.37 |
| Hex | 50 | 28 | 95 | 2E | 49 | 0 | 2A | 106 | 3A | 25 |
| Octal | 120 | 50 | 225 | 56 | 111 | 0 | 52 | 406 | 72 | 45 |
| Binary | 1010000 | 101000 | 10010101 | 101110 | 1001001 | 0 | 101010 | 100000110 | 111010 | 100101 |
Color Harmonies of #502895
Complementary color
Monochromatic Colors of #502895
Black with #502895
Text Example
Text Example
White with #502895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502895; }
p { color: rgb(80,40,149); }
H1.HeaderClassName
{
color: #502895;
}
.AnyTagClassName
{
color: #502895;
}
</style>
background-color css
<style>
a { background-color: #502895; }
a { background-color: rgb(80,40,149); }
div.DivClassName
{
background-color: #502895;
}
.BgClassName
{
background-color: #502895;
}
</style>
border-color css
<style>
span { border-color: #502895; }
span { border-color: rgb(80,40,149); }
td.TdClassName
{
border-color: #502895;
}
.TagClassName
{
border-color: #502895;
}
</style>