Shades of Daisy Bush #502E95
Tints of Daisy Bush #502E95
RGB
CMYK
RGB Variations
Color information
#502E95 (or 0x502E95) is known color: Daisy Bush. HEX triplet: 50, 2E and 95. RGB value is (80,46,149). Sum of RGB (Red+Green+Blue) = 80+46+149=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #502E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E95 is #AFD16A. Grayscale: #434343. Windows color (decimal): -11522411 or 9776720. OLE color: 9776720.
HSL color Cylindrical-coordinate representation of color #502E95: hue angle of 259.81º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502E95 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 46 | 149 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.42 |
| HSL | 259.81º | 0.53% | 0.38% | - |
| HSV(B) | 259.81º | 0.69% | 0.58% | - |
| XYZ | 9.71 | 5.83 | 29.05 | - |
| YUV | 67.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 149 | 0.46 | 0.69 | 0 | 0.42 | 259.81 | 0.53 | 0.38 |
| Hex | 50 | 2E | 95 | 2E | 45 | 0 | 2A | 104 | 35 | 26 |
| Octal | 120 | 56 | 225 | 56 | 105 | 0 | 52 | 404 | 65 | 46 |
| Binary | 1010000 | 101110 | 10010101 | 101110 | 1000101 | 0 | 101010 | 100000100 | 110101 | 100110 |
Color Harmonies of #502E95
Complementary color
Monochromatic Colors of #502E95
Black with #502E95
Text Example
Text Example
White with #502E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E95; }
p { color: rgb(80,46,149); }
H1.HeaderClassName
{
color: #502E95;
}
.AnyTagClassName
{
color: #502E95;
}
</style>
background-color css
<style>
a { background-color: #502E95; }
a { background-color: rgb(80,46,149); }
div.DivClassName
{
background-color: #502E95;
}
.BgClassName
{
background-color: #502E95;
}
</style>
border-color css
<style>
span { border-color: #502E95; }
span { border-color: rgb(80,46,149); }
td.TdClassName
{
border-color: #502E95;
}
.TagClassName
{
border-color: #502E95;
}
</style>