Shades of Daisy Bush #553A89
Tints of Daisy Bush #553A89
RGB
CMYK
RGB Variations
Color information
#553A89 (or 0x553A89) is known color: Daisy Bush. HEX triplet: 55, 3A and 89. RGB value is (85,58,137). Sum of RGB (Red+Green+Blue) = 85+58+137=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #553A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A89 is #AAC576. Grayscale: #4A4A4A. Windows color (decimal): -11191671 or 8993365. OLE color: 8993365.
HSL color Cylindrical-coordinate representation of color #553A89: hue angle of 260.51º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553A89 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 58 | 137 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.46 |
| HSL | 260.51º | 0.41% | 0.38% | - |
| HSV(B) | 260.51º | 0.58% | 0.54% | - |
| XYZ | 9.77 | 6.76 | 24.46 | - |
| YUV | 75.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 137 | 0.38 | 0.58 | 0 | 0.46 | 260.51 | 0.41 | 0.38 |
| Hex | 55 | 3A | 89 | 26 | 3A | 0 | 2E | 105 | 29 | 26 |
| Octal | 125 | 72 | 211 | 46 | 72 | 0 | 56 | 405 | 51 | 46 |
| Binary | 1010101 | 111010 | 10001001 | 100110 | 111010 | 0 | 101110 | 100000101 | 101001 | 100110 |
Color Harmonies of #553A89
Complementary color
Monochromatic Colors of #553A89
Black with #553A89
Text Example
Text Example
White with #553A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A89; }
p { color: rgb(85,58,137); }
H1.HeaderClassName
{
color: #553A89;
}
.AnyTagClassName
{
color: #553A89;
}
</style>
background-color css
<style>
a { background-color: #553A89; }
a { background-color: rgb(85,58,137); }
div.DivClassName
{
background-color: #553A89;
}
.BgClassName
{
background-color: #553A89;
}
</style>
border-color css
<style>
span { border-color: #553A89; }
span { border-color: rgb(85,58,137); }
td.TdClassName
{
border-color: #553A89;
}
.TagClassName
{
border-color: #553A89;
}
</style>