Shades of Daisy Bush #55229A
Tints of Daisy Bush #55229A
RGB
CMYK
RGB Variations
Color information
#55229A (or 0x55229A) is known color: Daisy Bush. HEX triplet: 55, 22 and 9A. RGB value is (85,34,154). Sum of RGB (Red+Green+Blue) = 85+34+154=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #55229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55229A is #AADD65. Grayscale: #3E3E3E. Windows color (decimal): -11197798 or 10101333. OLE color: 10101333.
HSL color Cylindrical-coordinate representation of color #55229A: hue angle of 265.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55229A is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 34 | 154 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.40 |
| HSL | 265.5º | 0.64% | 0.37% | - |
| HSV(B) | 265.5º | 0.78% | 0.6% | - |
| XYZ | 10.15 | 5.41 | 31.08 | - |
| YUV | 62.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 154 | 0.45 | 0.78 | 0 | 0.40 | 265.5 | 0.64 | 0.37 |
| Hex | 55 | 22 | 9A | 2D | 4E | 0 | 28 | 10A | 40 | 25 |
| Octal | 125 | 42 | 232 | 55 | 116 | 0 | 50 | 412 | 100 | 45 |
| Binary | 1010101 | 100010 | 10011010 | 101101 | 1001110 | 0 | 101000 | 100001010 | 1000000 | 100101 |
Color Harmonies of #55229A
Complementary color
Monochromatic Colors of #55229A
Black with #55229A
Text Example
Text Example
White with #55229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55229A; }
p { color: rgb(85,34,154); }
H1.HeaderClassName
{
color: #55229A;
}
.AnyTagClassName
{
color: #55229A;
}
</style>
background-color css
<style>
a { background-color: #55229A; }
a { background-color: rgb(85,34,154); }
div.DivClassName
{
background-color: #55229A;
}
.BgClassName
{
background-color: #55229A;
}
</style>
border-color css
<style>
span { border-color: #55229A; }
span { border-color: rgb(85,34,154); }
td.TdClassName
{
border-color: #55229A;
}
.TagClassName
{
border-color: #55229A;
}
</style>