Shades of Daisy Bush #52209D
Tints of Daisy Bush #52209D
RGB
CMYK
RGB Variations
Color information
#52209D (or 0x52209D) is known color: Daisy Bush. HEX triplet: 52, 20 and 9D. RGB value is (82,32,157). Sum of RGB (Red+Green+Blue) = 82+32+157=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #52209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209D is #ADDF62. Grayscale: #3C3C3C. Windows color (decimal): -11394915 or 10297426. OLE color: 10297426.
HSL color Cylindrical-coordinate representation of color #52209D: hue angle of 264º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52209D is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 32 | 157 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.38 |
| HSL | 264º | 0.66% | 0.37% | - |
| HSV(B) | 264º | 0.8% | 0.62% | - |
| XYZ | 10.08 | 5.26 | 32.38 | - |
| YUV | 61.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 157 | 0.48 | 0.80 | 0 | 0.38 | 264 | 0.66 | 0.37 |
| Hex | 52 | 20 | 9D | 30 | 50 | 0 | 26 | 108 | 42 | 25 |
| Octal | 122 | 40 | 235 | 60 | 120 | 0 | 46 | 410 | 102 | 45 |
| Binary | 1010010 | 100000 | 10011101 | 110000 | 1010000 | 0 | 100110 | 100001000 | 1000010 | 100101 |
Color Harmonies of #52209D
Complementary color
Monochromatic Colors of #52209D
Black with #52209D
Text Example
Text Example
White with #52209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52209D; }
p { color: rgb(82,32,157); }
H1.HeaderClassName
{
color: #52209D;
}
.AnyTagClassName
{
color: #52209D;
}
</style>
background-color css
<style>
a { background-color: #52209D; }
a { background-color: rgb(82,32,157); }
div.DivClassName
{
background-color: #52209D;
}
.BgClassName
{
background-color: #52209D;
}
</style>
border-color css
<style>
span { border-color: #52209D; }
span { border-color: rgb(82,32,157); }
td.TdClassName
{
border-color: #52209D;
}
.TagClassName
{
border-color: #52209D;
}
</style>