Shades of Daisy Bush #552E90
Tints of Daisy Bush #552E90
RGB
CMYK
RGB Variations
Color information
#552E90 (or 0x552E90) is known color: Daisy Bush. HEX triplet: 55, 2E and 90. RGB value is (85,46,144). Sum of RGB (Red+Green+Blue) = 85+46+144=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #552E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E90 is #AAD16F. Grayscale: #444444. Windows color (decimal): -11194736 or 9449045. OLE color: 9449045.
HSL color Cylindrical-coordinate representation of color #552E90: hue angle of 263.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552E90 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 46 | 144 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.44 |
| HSL | 263.88º | 0.52% | 0.37% | - |
| HSV(B) | 263.88º | 0.68% | 0.56% | - |
| XYZ | 9.76 | 5.9 | 27.01 | - |
| YUV | 68.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 144 | 0.41 | 0.68 | 0 | 0.44 | 263.88 | 0.52 | 0.37 |
| Hex | 55 | 2E | 90 | 29 | 44 | 0 | 2C | 108 | 34 | 25 |
| Octal | 125 | 56 | 220 | 51 | 104 | 0 | 54 | 410 | 64 | 45 |
| Binary | 1010101 | 101110 | 10010000 | 101001 | 1000100 | 0 | 101100 | 100001000 | 110100 | 100101 |
Color Harmonies of #552E90
Complementary color
Monochromatic Colors of #552E90
Black with #552E90
Text Example
Text Example
White with #552E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E90; }
p { color: rgb(85,46,144); }
H1.HeaderClassName
{
color: #552E90;
}
.AnyTagClassName
{
color: #552E90;
}
</style>
background-color css
<style>
a { background-color: #552E90; }
a { background-color: rgb(85,46,144); }
div.DivClassName
{
background-color: #552E90;
}
.BgClassName
{
background-color: #552E90;
}
</style>
border-color css
<style>
span { border-color: #552E90; }
span { border-color: rgb(85,46,144); }
td.TdClassName
{
border-color: #552E90;
}
.TagClassName
{
border-color: #552E90;
}
</style>