Shades of Daisy Bush #52328D
Tints of Daisy Bush #52328D
RGB
CMYK
RGB Variations
Color information
#52328D (or 0x52328D) is known color: Daisy Bush. HEX triplet: 52, 32 and 8D. RGB value is (82,50,141). Sum of RGB (Red+Green+Blue) = 82+50+141=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #52328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52328D is #ADCD72. Grayscale: #454545. Windows color (decimal): -11390323 or 9253458. OLE color: 9253458.
HSL color Cylindrical-coordinate representation of color #52328D: hue angle of 261.1º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52328D is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 50 | 141 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.45 |
| HSL | 261.1º | 0.48% | 0.37% | - |
| HSV(B) | 261.1º | 0.65% | 0.55% | - |
| XYZ | 9.43 | 6 | 25.86 | - |
| YUV | 69.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 141 | 0.42 | 0.65 | 0 | 0.45 | 261.1 | 0.48 | 0.37 |
| Hex | 52 | 32 | 8D | 2A | 41 | 0 | 2D | 105 | 30 | 25 |
| Octal | 122 | 62 | 215 | 52 | 101 | 0 | 55 | 405 | 60 | 45 |
| Binary | 1010010 | 110010 | 10001101 | 101010 | 1000001 | 0 | 101101 | 100000101 | 110000 | 100101 |
Color Harmonies of #52328D
Complementary color
Monochromatic Colors of #52328D
Black with #52328D
Text Example
Text Example
White with #52328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52328D; }
p { color: rgb(82,50,141); }
H1.HeaderClassName
{
color: #52328D;
}
.AnyTagClassName
{
color: #52328D;
}
</style>
background-color css
<style>
a { background-color: #52328D; }
a { background-color: rgb(82,50,141); }
div.DivClassName
{
background-color: #52328D;
}
.BgClassName
{
background-color: #52328D;
}
</style>
border-color css
<style>
span { border-color: #52328D; }
span { border-color: rgb(82,50,141); }
td.TdClassName
{
border-color: #52328D;
}
.TagClassName
{
border-color: #52328D;
}
</style>