Shades of Daisy Bush #52289A
Tints of Daisy Bush #52289A
RGB
CMYK
RGB Variations
Color information
#52289A (or 0x52289A) is known color: Daisy Bush. HEX triplet: 52, 28 and 9A. RGB value is (82,40,154). Sum of RGB (Red+Green+Blue) = 82+40+154=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #52289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52289A is #ADD765. Grayscale: #414141. Windows color (decimal): -11392870 or 10102866. OLE color: 10102866.
HSL color Cylindrical-coordinate representation of color #52289A: hue angle of 262.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52289A is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 40 | 154 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.40 |
| HSL | 262.11º | 0.59% | 0.38% | - |
| HSV(B) | 262.11º | 0.74% | 0.6% | - |
| XYZ | 10.07 | 5.64 | 31.13 | - |
| YUV | 65.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 154 | 0.47 | 0.74 | 0 | 0.40 | 262.11 | 0.59 | 0.38 |
| Hex | 52 | 28 | 9A | 2F | 4A | 0 | 28 | 106 | 3B | 26 |
| Octal | 122 | 50 | 232 | 57 | 112 | 0 | 50 | 406 | 73 | 46 |
| Binary | 1010010 | 101000 | 10011010 | 101111 | 1001010 | 0 | 101000 | 100000110 | 111011 | 100110 |
Color Harmonies of #52289A
Complementary color
Monochromatic Colors of #52289A
Black with #52289A
Text Example
Text Example
White with #52289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52289A; }
p { color: rgb(82,40,154); }
H1.HeaderClassName
{
color: #52289A;
}
.AnyTagClassName
{
color: #52289A;
}
</style>
background-color css
<style>
a { background-color: #52289A; }
a { background-color: rgb(82,40,154); }
div.DivClassName
{
background-color: #52289A;
}
.BgClassName
{
background-color: #52289A;
}
</style>
border-color css
<style>
span { border-color: #52289A; }
span { border-color: rgb(82,40,154); }
td.TdClassName
{
border-color: #52289A;
}
.TagClassName
{
border-color: #52289A;
}
</style>