Shades of Daisy Bush #522C93
Tints of Daisy Bush #522C93
RGB
CMYK
RGB Variations
Color information
#522C93 (or 0x522C93) is known color: Daisy Bush. HEX triplet: 52, 2C and 93. RGB value is (82,44,147). Sum of RGB (Red+Green+Blue) = 82+44+147=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #522C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C93 is #ADD36C. Grayscale: #424242. Windows color (decimal): -11391853 or 9645138. OLE color: 9645138.
HSL color Cylindrical-coordinate representation of color #522C93: hue angle of 262.14º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522C93 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 44 | 147 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.42 |
| HSL | 262.14º | 0.54% | 0.37% | - |
| HSV(B) | 262.14º | 0.7% | 0.58% | - |
| XYZ | 9.65 | 5.7 | 28.2 | - |
| YUV | 67.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 147 | 0.44 | 0.70 | 0 | 0.42 | 262.14 | 0.54 | 0.37 |
| Hex | 52 | 2C | 93 | 2C | 46 | 0 | 2A | 106 | 36 | 25 |
| Octal | 122 | 54 | 223 | 54 | 106 | 0 | 52 | 406 | 66 | 45 |
| Binary | 1010010 | 101100 | 10010011 | 101100 | 1000110 | 0 | 101010 | 100000110 | 110110 | 100101 |
Color Harmonies of #522C93
Complementary color
Monochromatic Colors of #522C93
Black with #522C93
Text Example
Text Example
White with #522C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C93; }
p { color: rgb(82,44,147); }
H1.HeaderClassName
{
color: #522C93;
}
.AnyTagClassName
{
color: #522C93;
}
</style>
background-color css
<style>
a { background-color: #522C93; }
a { background-color: rgb(82,44,147); }
div.DivClassName
{
background-color: #522C93;
}
.BgClassName
{
background-color: #522C93;
}
</style>
border-color css
<style>
span { border-color: #522C93; }
span { border-color: rgb(82,44,147); }
td.TdClassName
{
border-color: #522C93;
}
.TagClassName
{
border-color: #522C93;
}
</style>