Shades of Daisy Bush #5532A0
Tints of Daisy Bush #5532A0
RGB
CMYK
RGB Variations
Color information
#5532A0 (or 0x5532A0) is known color: Daisy Bush. HEX triplet: 55, 32 and A0. RGB value is (85,50,160). Sum of RGB (Red+Green+Blue) = 85+50+160=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #5532A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5532A0 is #AACD5F. Grayscale: #484848. Windows color (decimal): -11193696 or 10498645. OLE color: 10498645.
HSL color Cylindrical-coordinate representation of color #5532A0: hue angle of 259.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5532A0 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 50 | 160 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.37 |
| HSL | 259.09º | 0.52% | 0.41% | - |
| HSV(B) | 259.09º | 0.69% | 0.63% | - |
| XYZ | 11.23 | 6.75 | 33.97 | - |
| YUV | 73.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 160 | 0.47 | 0.69 | 0 | 0.37 | 259.09 | 0.52 | 0.41 |
| Hex | 55 | 32 | A0 | 2F | 45 | 0 | 25 | 103 | 34 | 29 |
| Octal | 125 | 62 | 240 | 57 | 105 | 0 | 45 | 403 | 64 | 51 |
| Binary | 1010101 | 110010 | 10100000 | 101111 | 1000101 | 0 | 100101 | 100000011 | 110100 | 101001 |
Color Harmonies of #5532A0
Complementary color
Monochromatic Colors of #5532A0
Black with #5532A0
Text Example
Text Example
White with #5532A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532A0; }
p { color: rgb(85,50,160); }
H1.HeaderClassName
{
color: #5532A0;
}
.AnyTagClassName
{
color: #5532A0;
}
</style>
background-color css
<style>
a { background-color: #5532A0; }
a { background-color: rgb(85,50,160); }
div.DivClassName
{
background-color: #5532A0;
}
.BgClassName
{
background-color: #5532A0;
}
</style>
border-color css
<style>
span { border-color: #5532A0; }
span { border-color: rgb(85,50,160); }
td.TdClassName
{
border-color: #5532A0;
}
.TagClassName
{
border-color: #5532A0;
}
</style>