Shades of Daisy Bush #522AA0
Tints of Daisy Bush #522AA0
RGB
CMYK
RGB Variations
Color information
#522AA0 (or 0x522AA0) is known color: Daisy Bush. HEX triplet: 52, 2A and A0. RGB value is (82,42,160). Sum of RGB (Red+Green+Blue) = 82+42+160=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #522AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522AA0 is #ADD55F. Grayscale: #424242. Windows color (decimal): -11392352 or 10496594. OLE color: 10496594.
HSL color Cylindrical-coordinate representation of color #522AA0: hue angle of 260.34º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522AA0 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 42 | 160 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.37 |
| HSL | 260.34º | 0.58% | 0.4% | - |
| HSV(B) | 260.34º | 0.74% | 0.63% | - |
| XYZ | 10.65 | 5.99 | 33.85 | - |
| YUV | 67.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 160 | 0.49 | 0.74 | 0 | 0.37 | 260.34 | 0.58 | 0.4 |
| Hex | 52 | 2A | A0 | 31 | 4A | 0 | 25 | 104 | 3A | 28 |
| Octal | 122 | 52 | 240 | 61 | 112 | 0 | 45 | 404 | 72 | 50 |
| Binary | 1010010 | 101010 | 10100000 | 110001 | 1001010 | 0 | 100101 | 100000100 | 111010 | 101000 |
Color Harmonies of #522AA0
Complementary color
Monochromatic Colors of #522AA0
Black with #522AA0
Text Example
Text Example
White with #522AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AA0; }
p { color: rgb(82,42,160); }
H1.HeaderClassName
{
color: #522AA0;
}
.AnyTagClassName
{
color: #522AA0;
}
</style>
background-color css
<style>
a { background-color: #522AA0; }
a { background-color: rgb(82,42,160); }
div.DivClassName
{
background-color: #522AA0;
}
.BgClassName
{
background-color: #522AA0;
}
</style>
border-color css
<style>
span { border-color: #522AA0; }
span { border-color: rgb(82,42,160); }
td.TdClassName
{
border-color: #522AA0;
}
.TagClassName
{
border-color: #522AA0;
}
</style>