Shades of Daisy Bush #522CA4
Tints of Daisy Bush #522CA4
RGB
CMYK
RGB Variations
Color information
#522CA4 (or 0x522CA4) is known color: Daisy Bush. HEX triplet: 52, 2C and A4. RGB value is (82,44,164). Sum of RGB (Red+Green+Blue) = 82+44+164=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #522CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CA4 is #ADD35B. Grayscale: #444444. Windows color (decimal): -11391836 or 10759250. OLE color: 10759250.
HSL color Cylindrical-coordinate representation of color #522CA4: hue angle of 259º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522CA4 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 44 | 164 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.36 |
| HSL | 259º | 0.58% | 0.41% | - |
| HSV(B) | 259º | 0.73% | 0.64% | - |
| XYZ | 11.08 | 6.28 | 35.75 | - |
| YUV | 69.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 164 | 0.5 | 0.73 | 0 | 0.36 | 259 | 0.58 | 0.41 |
| Hex | 52 | 2C | A4 | 32 | 49 | 0 | 24 | 103 | 3A | 29 |
| Octal | 122 | 54 | 244 | 62 | 111 | 0 | 44 | 403 | 72 | 51 |
| Binary | 1010010 | 101100 | 10100100 | 110010 | 1001001 | 0 | 100100 | 100000011 | 111010 | 101001 |
Color Harmonies of #522CA4
Complementary color
Monochromatic Colors of #522CA4
Black with #522CA4
Text Example
Text Example
White with #522CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CA4; }
p { color: rgb(82,44,164); }
H1.HeaderClassName
{
color: #522CA4;
}
.AnyTagClassName
{
color: #522CA4;
}
</style>
background-color css
<style>
a { background-color: #522CA4; }
a { background-color: rgb(82,44,164); }
div.DivClassName
{
background-color: #522CA4;
}
.BgClassName
{
background-color: #522CA4;
}
</style>
border-color css
<style>
span { border-color: #522CA4; }
span { border-color: rgb(82,44,164); }
td.TdClassName
{
border-color: #522CA4;
}
.TagClassName
{
border-color: #522CA4;
}
</style>