Shades of Daisy Bush #50289F
Tints of Daisy Bush #50289F
RGB
CMYK
RGB Variations
Color information
#50289F (or 0x50289F) is known color: Daisy Bush. HEX triplet: 50, 28 and 9F. RGB value is (80,40,159). Sum of RGB (Red+Green+Blue) = 80+40+159=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #50289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50289F is #AFD760. Grayscale: #414141. Windows color (decimal): -11523937 or 10430544. OLE color: 10430544.
HSL color Cylindrical-coordinate representation of color #50289F: hue angle of 260.17º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50289F is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 40 | 159 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.38 |
| HSL | 260.17º | 0.6% | 0.39% | - |
| HSV(B) | 260.17º | 0.75% | 0.62% | - |
| XYZ | 10.33 | 5.73 | 33.36 | - |
| YUV | 65.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 159 | 0.50 | 0.75 | 0 | 0.38 | 260.17 | 0.6 | 0.39 |
| Hex | 50 | 28 | 9F | 32 | 4B | 0 | 26 | 104 | 3C | 27 |
| Octal | 120 | 50 | 237 | 62 | 113 | 0 | 46 | 404 | 74 | 47 |
| Binary | 1010000 | 101000 | 10011111 | 110010 | 1001011 | 0 | 100110 | 100000100 | 111100 | 100111 |
Color Harmonies of #50289F
Complementary color
Monochromatic Colors of #50289F
Black with #50289F
Text Example
Text Example
White with #50289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50289F; }
p { color: rgb(80,40,159); }
H1.HeaderClassName
{
color: #50289F;
}
.AnyTagClassName
{
color: #50289F;
}
</style>
background-color css
<style>
a { background-color: #50289F; }
a { background-color: rgb(80,40,159); }
div.DivClassName
{
background-color: #50289F;
}
.BgClassName
{
background-color: #50289F;
}
</style>
border-color css
<style>
span { border-color: #50289F; }
span { border-color: rgb(80,40,159); }
td.TdClassName
{
border-color: #50289F;
}
.TagClassName
{
border-color: #50289F;
}
</style>