Shades of Daisy Bush #522CA3
Tints of Daisy Bush #522CA3
RGB
CMYK
RGB Variations
Color information
#522CA3 (or 0x522CA3) is known color: Daisy Bush. HEX triplet: 52, 2C and A3. RGB value is (82,44,163). Sum of RGB (Red+Green+Blue) = 82+44+163=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #522CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CA3 is #ADD35C. Grayscale: #444444. Windows color (decimal): -11391837 or 10693714. OLE color: 10693714.
HSL color Cylindrical-coordinate representation of color #522CA3: hue angle of 259.16º degrees, saturation: 0.57, 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 #522CA3 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 44 | 163 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.36 |
| HSL | 259.16º | 0.57% | 0.41% | - |
| HSV(B) | 259.16º | 0.73% | 0.64% | - |
| XYZ | 10.99 | 6.24 | 35.28 | - |
| YUV | 68.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 163 | 0.50 | 0.73 | 0 | 0.36 | 259.16 | 0.57 | 0.41 |
| Hex | 52 | 2C | A3 | 32 | 49 | 0 | 24 | 103 | 39 | 29 |
| Octal | 122 | 54 | 243 | 62 | 111 | 0 | 44 | 403 | 71 | 51 |
| Binary | 1010010 | 101100 | 10100011 | 110010 | 1001001 | 0 | 100100 | 100000011 | 111001 | 101001 |
Color Harmonies of #522CA3
Complementary color
Monochromatic Colors of #522CA3
Black with #522CA3
Text Example
Text Example
White with #522CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CA3; }
p { color: rgb(82,44,163); }
H1.HeaderClassName
{
color: #522CA3;
}
.AnyTagClassName
{
color: #522CA3;
}
</style>
background-color css
<style>
a { background-color: #522CA3; }
a { background-color: rgb(82,44,163); }
div.DivClassName
{
background-color: #522CA3;
}
.BgClassName
{
background-color: #522CA3;
}
</style>
border-color css
<style>
span { border-color: #522CA3; }
span { border-color: rgb(82,44,163); }
td.TdClassName
{
border-color: #522CA3;
}
.TagClassName
{
border-color: #522CA3;
}
</style>