Shades of Daisy Bush #522CA2
Tints of Daisy Bush #522CA2
RGB
CMYK
RGB Variations
Color information
#522CA2 (or 0x522CA2) is known color: Daisy Bush. HEX triplet: 52, 2C and A2. RGB value is (82,44,162). Sum of RGB (Red+Green+Blue) = 82+44+162=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #522CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CA2 is #ADD35D. Grayscale: #444444. Windows color (decimal): -11391838 or 10628178. OLE color: 10628178.
HSL color Cylindrical-coordinate representation of color #522CA2: hue angle of 259.32º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522CA2 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 44 | 162 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.36 |
| HSL | 259.32º | 0.57% | 0.4% | - |
| HSV(B) | 259.32º | 0.73% | 0.64% | - |
| XYZ | 10.9 | 6.2 | 34.81 | - |
| YUV | 68.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 162 | 0.49 | 0.73 | 0 | 0.36 | 259.32 | 0.57 | 0.4 |
| Hex | 52 | 2C | A2 | 31 | 49 | 0 | 24 | 103 | 39 | 28 |
| Octal | 122 | 54 | 242 | 61 | 111 | 0 | 44 | 403 | 71 | 50 |
| Binary | 1010010 | 101100 | 10100010 | 110001 | 1001001 | 0 | 100100 | 100000011 | 111001 | 101000 |
Color Harmonies of #522CA2
Complementary color
Monochromatic Colors of #522CA2
Black with #522CA2
Text Example
Text Example
White with #522CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CA2; }
p { color: rgb(82,44,162); }
H1.HeaderClassName
{
color: #522CA2;
}
.AnyTagClassName
{
color: #522CA2;
}
</style>
background-color css
<style>
a { background-color: #522CA2; }
a { background-color: rgb(82,44,162); }
div.DivClassName
{
background-color: #522CA2;
}
.BgClassName
{
background-color: #522CA2;
}
</style>
border-color css
<style>
span { border-color: #522CA2; }
span { border-color: rgb(82,44,162); }
td.TdClassName
{
border-color: #522CA2;
}
.TagClassName
{
border-color: #522CA2;
}
</style>