Shades of Daisy Bush #52329F
Tints of Daisy Bush #52329F
RGB
CMYK
RGB Variations
Color information
#52329F (or 0x52329F) is known color: Daisy Bush. HEX triplet: 52, 32 and 9F. RGB value is (82,50,159). Sum of RGB (Red+Green+Blue) = 82+50+159=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #52329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52329F is #ADCD60. Grayscale: #474747. Windows color (decimal): -11390305 or 10433106. OLE color: 10433106.
HSL color Cylindrical-coordinate representation of color #52329F: hue angle of 257.61º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52329F is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 50 | 159 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.38 |
| HSL | 257.61º | 0.52% | 0.41% | - |
| HSV(B) | 257.61º | 0.69% | 0.62% | - |
| XYZ | 10.88 | 6.58 | 33.5 | - |
| YUV | 71.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 159 | 0.48 | 0.69 | 0 | 0.38 | 257.61 | 0.52 | 0.41 |
| Hex | 52 | 32 | 9F | 30 | 45 | 0 | 26 | 102 | 34 | 29 |
| Octal | 122 | 62 | 237 | 60 | 105 | 0 | 46 | 402 | 64 | 51 |
| Binary | 1010010 | 110010 | 10011111 | 110000 | 1000101 | 0 | 100110 | 100000010 | 110100 | 101001 |
Color Harmonies of #52329F
Complementary color
Monochromatic Colors of #52329F
Black with #52329F
Text Example
Text Example
White with #52329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52329F; }
p { color: rgb(82,50,159); }
H1.HeaderClassName
{
color: #52329F;
}
.AnyTagClassName
{
color: #52329F;
}
</style>
background-color css
<style>
a { background-color: #52329F; }
a { background-color: rgb(82,50,159); }
div.DivClassName
{
background-color: #52329F;
}
.BgClassName
{
background-color: #52329F;
}
</style>
border-color css
<style>
span { border-color: #52329F; }
span { border-color: rgb(82,50,159); }
td.TdClassName
{
border-color: #52329F;
}
.TagClassName
{
border-color: #52329F;
}
</style>