Shades of Daisy Bush #502893
Tints of Daisy Bush #502893
RGB
CMYK
RGB Variations
Color information
#502893 (or 0x502893) is known color: Daisy Bush. HEX triplet: 50, 28 and 93. RGB value is (80,40,147). Sum of RGB (Red+Green+Blue) = 80+40+147=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #502893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502893 is #AFD76C. Grayscale: #3F3F3F. Windows color (decimal): -11523949 or 9644112. OLE color: 9644112.
HSL color Cylindrical-coordinate representation of color #502893: hue angle of 262.43º degrees, saturation: 0.57, 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 #502893 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 40 | 147 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.42 |
| HSL | 262.43º | 0.57% | 0.37% | - |
| HSV(B) | 262.43º | 0.73% | 0.58% | - |
| XYZ | 9.33 | 5.33 | 28.14 | - |
| YUV | 64.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 147 | 0.46 | 0.73 | 0 | 0.42 | 262.43 | 0.57 | 0.37 |
| Hex | 50 | 28 | 93 | 2E | 49 | 0 | 2A | 106 | 39 | 25 |
| Octal | 120 | 50 | 223 | 56 | 111 | 0 | 52 | 406 | 71 | 45 |
| Binary | 1010000 | 101000 | 10010011 | 101110 | 1001001 | 0 | 101010 | 100000110 | 111001 | 100101 |
Color Harmonies of #502893
Complementary color
Monochromatic Colors of #502893
Black with #502893
Text Example
Text Example
White with #502893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502893; }
p { color: rgb(80,40,147); }
H1.HeaderClassName
{
color: #502893;
}
.AnyTagClassName
{
color: #502893;
}
</style>
background-color css
<style>
a { background-color: #502893; }
a { background-color: rgb(80,40,147); }
div.DivClassName
{
background-color: #502893;
}
.BgClassName
{
background-color: #502893;
}
</style>
border-color css
<style>
span { border-color: #502893; }
span { border-color: rgb(80,40,147); }
td.TdClassName
{
border-color: #502893;
}
.TagClassName
{
border-color: #502893;
}
</style>