Shades of Daisy Bush #52329E
Tints of Daisy Bush #52329E
RGB
CMYK
RGB Variations
Color information
#52329E (or 0x52329E) is known color: Daisy Bush. HEX triplet: 52, 32 and 9E. RGB value is (82,50,158). Sum of RGB (Red+Green+Blue) = 82+50+158=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #52329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52329E is #ADCD61. Grayscale: #474747. Windows color (decimal): -11390306 or 10367570. OLE color: 10367570.
HSL color Cylindrical-coordinate representation of color #52329E: hue angle of 257.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52329E is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 50 | 158 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.38 |
| HSL | 257.78º | 0.52% | 0.41% | - |
| HSV(B) | 257.78º | 0.68% | 0.62% | - |
| XYZ | 10.79 | 6.54 | 33.04 | - |
| YUV | 71.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 158 | 0.48 | 0.68 | 0 | 0.38 | 257.78 | 0.52 | 0.41 |
| Hex | 52 | 32 | 9E | 30 | 44 | 0 | 26 | 102 | 34 | 29 |
| Octal | 122 | 62 | 236 | 60 | 104 | 0 | 46 | 402 | 64 | 51 |
| Binary | 1010010 | 110010 | 10011110 | 110000 | 1000100 | 0 | 100110 | 100000010 | 110100 | 101001 |
Color Harmonies of #52329E
Complementary color
Monochromatic Colors of #52329E
Black with #52329E
Text Example
Text Example
White with #52329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52329E; }
p { color: rgb(82,50,158); }
H1.HeaderClassName
{
color: #52329E;
}
.AnyTagClassName
{
color: #52329E;
}
</style>
background-color css
<style>
a { background-color: #52329E; }
a { background-color: rgb(82,50,158); }
div.DivClassName
{
background-color: #52329E;
}
.BgClassName
{
background-color: #52329E;
}
</style>
border-color css
<style>
span { border-color: #52329E; }
span { border-color: rgb(82,50,158); }
td.TdClassName
{
border-color: #52329E;
}
.TagClassName
{
border-color: #52329E;
}
</style>