Shades of Daisy Bush #552499
Tints of Daisy Bush #552499
RGB
CMYK
RGB Variations
Color information
#552499 (or 0x552499) is known color: Daisy Bush. HEX triplet: 55, 24 and 99. RGB value is (85,36,153). Sum of RGB (Red+Green+Blue) = 85+36+153=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #552499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552499 is #AADB66. Grayscale: #3F3F3F. Windows color (decimal): -11197287 or 10036309. OLE color: 10036309.
HSL color Cylindrical-coordinate representation of color #552499: hue angle of 265.13º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552499 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 36 | 153 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.4 |
| HSL | 265.13º | 0.62% | 0.37% | - |
| HSV(B) | 265.13º | 0.76% | 0.6% | - |
| XYZ | 10.13 | 5.49 | 30.66 | - |
| YUV | 63.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 153 | 0.44 | 0.76 | 0 | 0.4 | 265.13 | 0.62 | 0.37 |
| Hex | 55 | 24 | 99 | 2C | 4C | 0 | 28 | 109 | 3E | 25 |
| Octal | 125 | 44 | 231 | 54 | 114 | 0 | 50 | 411 | 76 | 45 |
| Binary | 1010101 | 100100 | 10011001 | 101100 | 1001100 | 0 | 101000 | 100001001 | 111110 | 100101 |
Color Harmonies of #552499
Complementary color
Monochromatic Colors of #552499
Black with #552499
Text Example
Text Example
White with #552499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552499; }
p { color: rgb(85,36,153); }
H1.HeaderClassName
{
color: #552499;
}
.AnyTagClassName
{
color: #552499;
}
</style>
background-color css
<style>
a { background-color: #552499; }
a { background-color: rgb(85,36,153); }
div.DivClassName
{
background-color: #552499;
}
.BgClassName
{
background-color: #552499;
}
</style>
border-color css
<style>
span { border-color: #552499; }
span { border-color: rgb(85,36,153); }
td.TdClassName
{
border-color: #552499;
}
.TagClassName
{
border-color: #552499;
}
</style>