Shades of Daisy Bush #52289D
Tints of Daisy Bush #52289D
RGB
CMYK
RGB Variations
Color information
#52289D (or 0x52289D) is known color: Daisy Bush. HEX triplet: 52, 28 and 9D. RGB value is (82,40,157). Sum of RGB (Red+Green+Blue) = 82+40+157=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #52289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52289D is #ADD762. Grayscale: #414141. Windows color (decimal): -11392867 or 10299474. OLE color: 10299474.
HSL color Cylindrical-coordinate representation of color #52289D: hue angle of 261.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52289D is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 40 | 157 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.38 |
| HSL | 261.54º | 0.59% | 0.39% | - |
| HSV(B) | 261.54º | 0.75% | 0.62% | - |
| XYZ | 10.32 | 5.75 | 32.46 | - |
| YUV | 65.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 157 | 0.48 | 0.75 | 0 | 0.38 | 261.54 | 0.59 | 0.39 |
| Hex | 52 | 28 | 9D | 30 | 4B | 0 | 26 | 106 | 3B | 27 |
| Octal | 122 | 50 | 235 | 60 | 113 | 0 | 46 | 406 | 73 | 47 |
| Binary | 1010010 | 101000 | 10011101 | 110000 | 1001011 | 0 | 100110 | 100000110 | 111011 | 100111 |
Color Harmonies of #52289D
Complementary color
Monochromatic Colors of #52289D
Black with #52289D
Text Example
Text Example
White with #52289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52289D; }
p { color: rgb(82,40,157); }
H1.HeaderClassName
{
color: #52289D;
}
.AnyTagClassName
{
color: #52289D;
}
</style>
background-color css
<style>
a { background-color: #52289D; }
a { background-color: rgb(82,40,157); }
div.DivClassName
{
background-color: #52289D;
}
.BgClassName
{
background-color: #52289D;
}
</style>
border-color css
<style>
span { border-color: #52289D; }
span { border-color: rgb(82,40,157); }
td.TdClassName
{
border-color: #52289D;
}
.TagClassName
{
border-color: #52289D;
}
</style>