Shades of Daisy Bush #52209E
Tints of Daisy Bush #52209E
RGB
CMYK
RGB Variations
Color information
#52209E (or 0x52209E) is known color: Daisy Bush. HEX triplet: 52, 20 and 9E. RGB value is (82,32,158). Sum of RGB (Red+Green+Blue) = 82+32+158=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #52209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209E is #ADDF61. Grayscale: #3C3C3C. Windows color (decimal): -11394914 or 10362962. OLE color: 10362962.
HSL color Cylindrical-coordinate representation of color #52209E: hue angle of 263.81º 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 #52209E is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 32 | 158 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.38 |
| HSL | 263.81º | 0.66% | 0.37% | - |
| HSV(B) | 263.81º | 0.8% | 0.62% | - |
| XYZ | 10.17 | 5.3 | 32.83 | - |
| YUV | 61.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 158 | 0.48 | 0.80 | 0 | 0.38 | 263.81 | 0.66 | 0.37 |
| Hex | 52 | 20 | 9E | 30 | 50 | 0 | 26 | 108 | 42 | 25 |
| Octal | 122 | 40 | 236 | 60 | 120 | 0 | 46 | 410 | 102 | 45 |
| Binary | 1010010 | 100000 | 10011110 | 110000 | 1010000 | 0 | 100110 | 100001000 | 1000010 | 100101 |
Color Harmonies of #52209E
Complementary color
Monochromatic Colors of #52209E
Black with #52209E
Text Example
Text Example
White with #52209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52209E; }
p { color: rgb(82,32,158); }
H1.HeaderClassName
{
color: #52209E;
}
.AnyTagClassName
{
color: #52209E;
}
</style>
background-color css
<style>
a { background-color: #52209E; }
a { background-color: rgb(82,32,158); }
div.DivClassName
{
background-color: #52209E;
}
.BgClassName
{
background-color: #52209E;
}
</style>
border-color css
<style>
span { border-color: #52209E; }
span { border-color: rgb(82,32,158); }
td.TdClassName
{
border-color: #52209E;
}
.TagClassName
{
border-color: #52209E;
}
</style>