Shades of Daisy Bush #522C94
Tints of Daisy Bush #522C94
RGB
CMYK
RGB Variations
Color information
#522C94 (or 0x522C94) is known color: Daisy Bush. HEX triplet: 52, 2C and 94. RGB value is (82,44,148). Sum of RGB (Red+Green+Blue) = 82+44+148=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #522C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C94 is #ADD36B. Grayscale: #424242. Windows color (decimal): -11391852 or 9710674. OLE color: 9710674.
HSL color Cylindrical-coordinate representation of color #522C94: hue angle of 261.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522C94 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 44 | 148 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.42 |
| HSL | 261.92º | 0.54% | 0.38% | - |
| HSV(B) | 261.92º | 0.7% | 0.58% | - |
| XYZ | 9.73 | 5.73 | 28.61 | - |
| YUV | 67.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 148 | 0.45 | 0.70 | 0 | 0.42 | 261.92 | 0.54 | 0.38 |
| Hex | 52 | 2C | 94 | 2D | 46 | 0 | 2A | 106 | 36 | 26 |
| Octal | 122 | 54 | 224 | 55 | 106 | 0 | 52 | 406 | 66 | 46 |
| Binary | 1010010 | 101100 | 10010100 | 101101 | 1000110 | 0 | 101010 | 100000110 | 110110 | 100110 |
Color Harmonies of #522C94
Complementary color
Monochromatic Colors of #522C94
Black with #522C94
Text Example
Text Example
White with #522C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C94; }
p { color: rgb(82,44,148); }
H1.HeaderClassName
{
color: #522C94;
}
.AnyTagClassName
{
color: #522C94;
}
</style>
background-color css
<style>
a { background-color: #522C94; }
a { background-color: rgb(82,44,148); }
div.DivClassName
{
background-color: #522C94;
}
.BgClassName
{
background-color: #522C94;
}
</style>
border-color css
<style>
span { border-color: #522C94; }
span { border-color: rgb(82,44,148); }
td.TdClassName
{
border-color: #522C94;
}
.TagClassName
{
border-color: #522C94;
}
</style>