Shades of Daisy Bush #52289E
Tints of Daisy Bush #52289E
RGB
CMYK
RGB Variations
Color information
#52289E (or 0x52289E) is known color: Daisy Bush. HEX triplet: 52, 28 and 9E. RGB value is (82,40,158). Sum of RGB (Red+Green+Blue) = 82+40+158=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #52289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52289E is #ADD761. Grayscale: #414141. Windows color (decimal): -11392866 or 10365010. OLE color: 10365010.
HSL color Cylindrical-coordinate representation of color #52289E: hue angle of 261.36º degrees, saturation: 0.6, 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 #52289E is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 40 | 158 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.38 |
| HSL | 261.36º | 0.6% | 0.39% | - |
| HSV(B) | 261.36º | 0.75% | 0.62% | - |
| XYZ | 10.41 | 5.78 | 32.91 | - |
| YUV | 66.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 158 | 0.48 | 0.75 | 0 | 0.38 | 261.36 | 0.6 | 0.39 |
| Hex | 52 | 28 | 9E | 30 | 4B | 0 | 26 | 105 | 3C | 27 |
| Octal | 122 | 50 | 236 | 60 | 113 | 0 | 46 | 405 | 74 | 47 |
| Binary | 1010010 | 101000 | 10011110 | 110000 | 1001011 | 0 | 100110 | 100000101 | 111100 | 100111 |
Color Harmonies of #52289E
Complementary color
Monochromatic Colors of #52289E
Black with #52289E
Text Example
Text Example
White with #52289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52289E; }
p { color: rgb(82,40,158); }
H1.HeaderClassName
{
color: #52289E;
}
.AnyTagClassName
{
color: #52289E;
}
</style>
background-color css
<style>
a { background-color: #52289E; }
a { background-color: rgb(82,40,158); }
div.DivClassName
{
background-color: #52289E;
}
.BgClassName
{
background-color: #52289E;
}
</style>
border-color css
<style>
span { border-color: #52289E; }
span { border-color: rgb(82,40,158); }
td.TdClassName
{
border-color: #52289E;
}
.TagClassName
{
border-color: #52289E;
}
</style>