Shades of Daisy Bush #502197
Tints of Daisy Bush #502197
RGB
CMYK
RGB Variations
Color information
#502197 (or 0x502197) is known color: Daisy Bush. HEX triplet: 50, 21 and 97. RGB value is (80,33,151). Sum of RGB (Red+Green+Blue) = 80+33+151=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #502197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502197 is #AFDE68. Grayscale: #3C3C3C. Windows color (decimal): -11525737 or 9904464. OLE color: 9904464.
HSL color Cylindrical-coordinate representation of color #502197: hue angle of 263.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502197 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 33 | 151 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.41 |
| HSL | 263.9º | 0.64% | 0.36% | - |
| HSV(B) | 263.9º | 0.78% | 0.59% | - |
| XYZ | 9.44 | 5.03 | 29.75 | - |
| YUV | 60.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 151 | 0.47 | 0.78 | 0 | 0.41 | 263.9 | 0.64 | 0.36 |
| Hex | 50 | 21 | 97 | 2F | 4E | 0 | 29 | 108 | 40 | 24 |
| Octal | 120 | 41 | 227 | 57 | 116 | 0 | 51 | 410 | 100 | 44 |
| Binary | 1010000 | 100001 | 10010111 | 101111 | 1001110 | 0 | 101001 | 100001000 | 1000000 | 100100 |
Color Harmonies of #502197
Complementary color
Monochromatic Colors of #502197
Black with #502197
Text Example
Text Example
White with #502197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502197; }
p { color: rgb(80,33,151); }
H1.HeaderClassName
{
color: #502197;
}
.AnyTagClassName
{
color: #502197;
}
</style>
background-color css
<style>
a { background-color: #502197; }
a { background-color: rgb(80,33,151); }
div.DivClassName
{
background-color: #502197;
}
.BgClassName
{
background-color: #502197;
}
</style>
border-color css
<style>
span { border-color: #502197; }
span { border-color: rgb(80,33,151); }
td.TdClassName
{
border-color: #502197;
}
.TagClassName
{
border-color: #502197;
}
</style>