Shades of Daisy Bush #522C9B
Tints of Daisy Bush #522C9B
RGB
CMYK
RGB Variations
Color information
#522C9B (or 0x522C9B) is known color: Daisy Bush. HEX triplet: 52, 2C and 9B. RGB value is (82,44,155). Sum of RGB (Red+Green+Blue) = 82+44+155=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #522C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C9B is #ADD364. Grayscale: #434343. Windows color (decimal): -11391845 or 10169426. OLE color: 10169426.
HSL color Cylindrical-coordinate representation of color #522C9B: hue angle of 260.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522C9B is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 44 | 155 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.39 |
| HSL | 260.54º | 0.56% | 0.39% | - |
| HSV(B) | 260.54º | 0.72% | 0.61% | - |
| XYZ | 10.3 | 5.96 | 31.62 | - |
| YUV | 68.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 155 | 0.47 | 0.72 | 0 | 0.39 | 260.54 | 0.56 | 0.39 |
| Hex | 52 | 2C | 9B | 2F | 48 | 0 | 27 | 105 | 38 | 27 |
| Octal | 122 | 54 | 233 | 57 | 110 | 0 | 47 | 405 | 70 | 47 |
| Binary | 1010010 | 101100 | 10011011 | 101111 | 1001000 | 0 | 100111 | 100000101 | 111000 | 100111 |
Color Harmonies of #522C9B
Complementary color
Monochromatic Colors of #522C9B
Black with #522C9B
Text Example
Text Example
White with #522C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C9B; }
p { color: rgb(82,44,155); }
H1.HeaderClassName
{
color: #522C9B;
}
.AnyTagClassName
{
color: #522C9B;
}
</style>
background-color css
<style>
a { background-color: #522C9B; }
a { background-color: rgb(82,44,155); }
div.DivClassName
{
background-color: #522C9B;
}
.BgClassName
{
background-color: #522C9B;
}
</style>
border-color css
<style>
span { border-color: #522C9B; }
span { border-color: rgb(82,44,155); }
td.TdClassName
{
border-color: #522C9B;
}
.TagClassName
{
border-color: #522C9B;
}
</style>