Shades of Daisy Bush #52209C
Tints of Daisy Bush #52209C
RGB
CMYK
RGB Variations
Color information
#52209C (or 0x52209C) is known color: Daisy Bush. HEX triplet: 52, 20 and 9C. RGB value is (82,32,156). Sum of RGB (Red+Green+Blue) = 82+32+156=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #52209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209C is #ADDF63. Grayscale: #3C3C3C. Windows color (decimal): -11394916 or 10231890. OLE color: 10231890.
HSL color Cylindrical-coordinate representation of color #52209C: hue angle of 264.19º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52209C is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 32 | 156 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.39 |
| HSL | 264.19º | 0.66% | 0.37% | - |
| HSV(B) | 264.19º | 0.79% | 0.61% | - |
| XYZ | 10 | 5.23 | 31.93 | - |
| YUV | 61.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 156 | 0.47 | 0.79 | 0 | 0.39 | 264.19 | 0.66 | 0.37 |
| Hex | 52 | 20 | 9C | 2F | 4F | 0 | 27 | 108 | 42 | 25 |
| Octal | 122 | 40 | 234 | 57 | 117 | 0 | 47 | 410 | 102 | 45 |
| Binary | 1010010 | 100000 | 10011100 | 101111 | 1001111 | 0 | 100111 | 100001000 | 1000010 | 100101 |
Color Harmonies of #52209C
Complementary color
Monochromatic Colors of #52209C
Black with #52209C
Text Example
Text Example
White with #52209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52209C; }
p { color: rgb(82,32,156); }
H1.HeaderClassName
{
color: #52209C;
}
.AnyTagClassName
{
color: #52209C;
}
</style>
background-color css
<style>
a { background-color: #52209C; }
a { background-color: rgb(82,32,156); }
div.DivClassName
{
background-color: #52209C;
}
.BgClassName
{
background-color: #52209C;
}
</style>
border-color css
<style>
span { border-color: #52209C; }
span { border-color: rgb(82,32,156); }
td.TdClassName
{
border-color: #52209C;
}
.TagClassName
{
border-color: #52209C;
}
</style>