Shades of Daisy Bush #5522A0
Tints of Daisy Bush #5522A0
RGB
CMYK
RGB Variations
Color information
#5522A0 (or 0x5522A0) is known color: Daisy Bush. HEX triplet: 55, 22 and A0. RGB value is (85,34,160). Sum of RGB (Red+Green+Blue) = 85+34+160=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #5522A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5522A0 is #AADD5F. Grayscale: #3F3F3F. Windows color (decimal): -11197792 or 10494549. OLE color: 10494549.
HSL color Cylindrical-coordinate representation of color #5522A0: hue angle of 264.29º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5522A0 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 34 | 160 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.37 |
| HSL | 264.29º | 0.65% | 0.38% | - |
| HSV(B) | 264.29º | 0.79% | 0.63% | - |
| XYZ | 10.66 | 5.61 | 33.78 | - |
| YUV | 63.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 160 | 0.47 | 0.79 | 0 | 0.37 | 264.29 | 0.65 | 0.38 |
| Hex | 55 | 22 | A0 | 2F | 4F | 0 | 25 | 108 | 41 | 26 |
| Octal | 125 | 42 | 240 | 57 | 117 | 0 | 45 | 410 | 101 | 46 |
| Binary | 1010101 | 100010 | 10100000 | 101111 | 1001111 | 0 | 100101 | 100001000 | 1000001 | 100110 |
Color Harmonies of #5522A0
Complementary color
Monochromatic Colors of #5522A0
Black with #5522A0
Text Example
Text Example
White with #5522A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522A0; }
p { color: rgb(85,34,160); }
H1.HeaderClassName
{
color: #5522A0;
}
.AnyTagClassName
{
color: #5522A0;
}
</style>
background-color css
<style>
a { background-color: #5522A0; }
a { background-color: rgb(85,34,160); }
div.DivClassName
{
background-color: #5522A0;
}
.BgClassName
{
background-color: #5522A0;
}
</style>
border-color css
<style>
span { border-color: #5522A0; }
span { border-color: rgb(85,34,160); }
td.TdClassName
{
border-color: #5522A0;
}
.TagClassName
{
border-color: #5522A0;
}
</style>