Shades of Daisy Bush #52229A
Tints of Daisy Bush #52229A
RGB
CMYK
RGB Variations
Color information
#52229A (or 0x52229A) is known color: Daisy Bush. HEX triplet: 52, 22 and 9A. RGB value is (82,34,154). Sum of RGB (Red+Green+Blue) = 82+34+154=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #52229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52229A is #ADDD65. Grayscale: #3D3D3D. Windows color (decimal): -11394406 or 10101330. OLE color: 10101330.
HSL color Cylindrical-coordinate representation of color #52229A: hue angle of 264º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52229A is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 34 | 154 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.40 |
| HSL | 264º | 0.64% | 0.37% | - |
| HSV(B) | 264º | 0.78% | 0.6% | - |
| XYZ | 9.88 | 5.27 | 31.07 | - |
| YUV | 62.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 154 | 0.47 | 0.78 | 0 | 0.40 | 264 | 0.64 | 0.37 |
| Hex | 52 | 22 | 9A | 2F | 4E | 0 | 28 | 108 | 40 | 25 |
| Octal | 122 | 42 | 232 | 57 | 116 | 0 | 50 | 410 | 100 | 45 |
| Binary | 1010010 | 100010 | 10011010 | 101111 | 1001110 | 0 | 101000 | 100001000 | 1000000 | 100101 |
Color Harmonies of #52229A
Complementary color
Monochromatic Colors of #52229A
Black with #52229A
Text Example
Text Example
White with #52229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52229A; }
p { color: rgb(82,34,154); }
H1.HeaderClassName
{
color: #52229A;
}
.AnyTagClassName
{
color: #52229A;
}
</style>
background-color css
<style>
a { background-color: #52229A; }
a { background-color: rgb(82,34,154); }
div.DivClassName
{
background-color: #52229A;
}
.BgClassName
{
background-color: #52229A;
}
</style>
border-color css
<style>
span { border-color: #52229A; }
span { border-color: rgb(82,34,154); }
td.TdClassName
{
border-color: #52229A;
}
.TagClassName
{
border-color: #52229A;
}
</style>