Shades of Daisy Bush #552AA0
Tints of Daisy Bush #552AA0
RGB
CMYK
RGB Variations
Color information
#552AA0 (or 0x552AA0) is known color: Daisy Bush. HEX triplet: 55, 2A and A0. RGB value is (85,42,160). Sum of RGB (Red+Green+Blue) = 85+42+160=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #552AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AA0 is #AAD55F. Grayscale: #434343. Windows color (decimal): -11195744 or 10496597. OLE color: 10496597.
HSL color Cylindrical-coordinate representation of color #552AA0: hue angle of 261.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552AA0 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 42 | 160 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.37 |
| HSL | 261.86º | 0.58% | 0.4% | - |
| HSV(B) | 261.86º | 0.74% | 0.63% | - |
| XYZ | 10.92 | 6.13 | 33.86 | - |
| YUV | 68.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 160 | 0.47 | 0.74 | 0 | 0.37 | 261.86 | 0.58 | 0.4 |
| Hex | 55 | 2A | A0 | 2F | 4A | 0 | 25 | 106 | 3A | 28 |
| Octal | 125 | 52 | 240 | 57 | 112 | 0 | 45 | 406 | 72 | 50 |
| Binary | 1010101 | 101010 | 10100000 | 101111 | 1001010 | 0 | 100101 | 100000110 | 111010 | 101000 |
Color Harmonies of #552AA0
Complementary color
Monochromatic Colors of #552AA0
Black with #552AA0
Text Example
Text Example
White with #552AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552AA0; }
p { color: rgb(85,42,160); }
H1.HeaderClassName
{
color: #552AA0;
}
.AnyTagClassName
{
color: #552AA0;
}
</style>
background-color css
<style>
a { background-color: #552AA0; }
a { background-color: rgb(85,42,160); }
div.DivClassName
{
background-color: #552AA0;
}
.BgClassName
{
background-color: #552AA0;
}
</style>
border-color css
<style>
span { border-color: #552AA0; }
span { border-color: rgb(85,42,160); }
td.TdClassName
{
border-color: #552AA0;
}
.TagClassName
{
border-color: #552AA0;
}
</style>