Shades of Daisy Bush #502F8D
Tints of Daisy Bush #502F8D
RGB
CMYK
RGB Variations
Color information
#502F8D (or 0x502F8D) is known color: Daisy Bush. HEX triplet: 50, 2F and 8D. RGB value is (80,47,141). Sum of RGB (Red+Green+Blue) = 80+47+141=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #502F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F8D is #AFD072. Grayscale: #434343. Windows color (decimal): -11522163 or 9252688. OLE color: 9252688.
HSL color Cylindrical-coordinate representation of color #502F8D: hue angle of 261.06º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502F8D is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 47 | 141 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.45 |
| HSL | 261.06º | 0.5% | 0.37% | - |
| HSV(B) | 261.06º | 0.67% | 0.55% | - |
| XYZ | 9.13 | 5.66 | 25.81 | - |
| YUV | 67.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 141 | 0.43 | 0.67 | 0 | 0.45 | 261.06 | 0.5 | 0.37 |
| Hex | 50 | 2F | 8D | 2B | 43 | 0 | 2D | 105 | 32 | 25 |
| Octal | 120 | 57 | 215 | 53 | 103 | 0 | 55 | 405 | 62 | 45 |
| Binary | 1010000 | 101111 | 10001101 | 101011 | 1000011 | 0 | 101101 | 100000101 | 110010 | 100101 |
Color Harmonies of #502F8D
Complementary color
Monochromatic Colors of #502F8D
Black with #502F8D
Text Example
Text Example
White with #502F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F8D; }
p { color: rgb(80,47,141); }
H1.HeaderClassName
{
color: #502F8D;
}
.AnyTagClassName
{
color: #502F8D;
}
</style>
background-color css
<style>
a { background-color: #502F8D; }
a { background-color: rgb(80,47,141); }
div.DivClassName
{
background-color: #502F8D;
}
.BgClassName
{
background-color: #502F8D;
}
</style>
border-color css
<style>
span { border-color: #502F8D; }
span { border-color: rgb(80,47,141); }
td.TdClassName
{
border-color: #502F8D;
}
.TagClassName
{
border-color: #502F8D;
}
</style>