Shades of Daisy Bush #50308E
Tints of Daisy Bush #50308E
RGB
CMYK
RGB Variations
Color information
#50308E (or 0x50308E) is known color: Daisy Bush. HEX triplet: 50, 30 and 8E. RGB value is (80,48,142). Sum of RGB (Red+Green+Blue) = 80+48+142=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #50308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50308E is #AFCF71. Grayscale: #434343. Windows color (decimal): -11521906 or 9318480. OLE color: 9318480.
HSL color Cylindrical-coordinate representation of color #50308E: hue angle of 260.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50308E is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 48 | 142 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.44 |
| HSL | 260.43º | 0.49% | 0.37% | - |
| HSV(B) | 260.43º | 0.66% | 0.56% | - |
| XYZ | 9.25 | 5.77 | 26.22 | - |
| YUV | 68.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 142 | 0.44 | 0.66 | 0 | 0.44 | 260.43 | 0.49 | 0.37 |
| Hex | 50 | 30 | 8E | 2C | 42 | 0 | 2C | 104 | 31 | 25 |
| Octal | 120 | 60 | 216 | 54 | 102 | 0 | 54 | 404 | 61 | 45 |
| Binary | 1010000 | 110000 | 10001110 | 101100 | 1000010 | 0 | 101100 | 100000100 | 110001 | 100101 |
Color Harmonies of #50308E
Complementary color
Monochromatic Colors of #50308E
Black with #50308E
Text Example
Text Example
White with #50308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50308E; }
p { color: rgb(80,48,142); }
H1.HeaderClassName
{
color: #50308E;
}
.AnyTagClassName
{
color: #50308E;
}
</style>
background-color css
<style>
a { background-color: #50308E; }
a { background-color: rgb(80,48,142); }
div.DivClassName
{
background-color: #50308E;
}
.BgClassName
{
background-color: #50308E;
}
</style>
border-color css
<style>
span { border-color: #50308E; }
span { border-color: rgb(80,48,142); }
td.TdClassName
{
border-color: #50308E;
}
.TagClassName
{
border-color: #50308E;
}
</style>