Shades of Daisy Bush #552E99
Tints of Daisy Bush #552E99
RGB
CMYK
RGB Variations
Color information
#552E99 (or 0x552E99) is known color: Daisy Bush. HEX triplet: 55, 2E and 99. RGB value is (85,46,153). Sum of RGB (Red+Green+Blue) = 85+46+153=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #552E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E99 is #AAD166. Grayscale: #454545. Windows color (decimal): -11194727 or 10038869. OLE color: 10038869.
HSL color Cylindrical-coordinate representation of color #552E99: hue angle of 261.87º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552E99 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 46 | 153 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.4 |
| HSL | 261.87º | 0.54% | 0.39% | - |
| HSV(B) | 261.87º | 0.7% | 0.6% | - |
| XYZ | 10.47 | 6.19 | 30.78 | - |
| YUV | 69.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 153 | 0.44 | 0.70 | 0 | 0.4 | 261.87 | 0.54 | 0.39 |
| Hex | 55 | 2E | 99 | 2C | 46 | 0 | 28 | 106 | 36 | 27 |
| Octal | 125 | 56 | 231 | 54 | 106 | 0 | 50 | 406 | 66 | 47 |
| Binary | 1010101 | 101110 | 10011001 | 101100 | 1000110 | 0 | 101000 | 100000110 | 110110 | 100111 |
Color Harmonies of #552E99
Complementary color
Monochromatic Colors of #552E99
Black with #552E99
Text Example
Text Example
White with #552E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E99; }
p { color: rgb(85,46,153); }
H1.HeaderClassName
{
color: #552E99;
}
.AnyTagClassName
{
color: #552E99;
}
</style>
background-color css
<style>
a { background-color: #552E99; }
a { background-color: rgb(85,46,153); }
div.DivClassName
{
background-color: #552E99;
}
.BgClassName
{
background-color: #552E99;
}
</style>
border-color css
<style>
span { border-color: #552E99; }
span { border-color: rgb(85,46,153); }
td.TdClassName
{
border-color: #552E99;
}
.TagClassName
{
border-color: #552E99;
}
</style>