Shades of Daisy Bush #552C94
Tints of Daisy Bush #552C94
RGB
CMYK
RGB Variations
Color information
#552C94 (or 0x552C94) is known color: Daisy Bush. HEX triplet: 55, 2C and 94. RGB value is (85,44,148). Sum of RGB (Red+Green+Blue) = 85+44+148=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #552C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C94 is #AAD36B. Grayscale: #434343. Windows color (decimal): -11195244 or 9710677. OLE color: 9710677.
HSL color Cylindrical-coordinate representation of color #552C94: hue angle of 263.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552C94 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 44 | 148 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.42 |
| HSL | 263.65º | 0.54% | 0.38% | - |
| HSV(B) | 263.65º | 0.7% | 0.58% | - |
| XYZ | 9.99 | 5.87 | 28.62 | - |
| YUV | 68.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 148 | 0.43 | 0.70 | 0 | 0.42 | 263.65 | 0.54 | 0.38 |
| Hex | 55 | 2C | 94 | 2B | 46 | 0 | 2A | 108 | 36 | 26 |
| Octal | 125 | 54 | 224 | 53 | 106 | 0 | 52 | 410 | 66 | 46 |
| Binary | 1010101 | 101100 | 10010100 | 101011 | 1000110 | 0 | 101010 | 100001000 | 110110 | 100110 |
Color Harmonies of #552C94
Complementary color
Monochromatic Colors of #552C94
Black with #552C94
Text Example
Text Example
White with #552C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C94; }
p { color: rgb(85,44,148); }
H1.HeaderClassName
{
color: #552C94;
}
.AnyTagClassName
{
color: #552C94;
}
</style>
background-color css
<style>
a { background-color: #552C94; }
a { background-color: rgb(85,44,148); }
div.DivClassName
{
background-color: #552C94;
}
.BgClassName
{
background-color: #552C94;
}
</style>
border-color css
<style>
span { border-color: #552C94; }
span { border-color: rgb(85,44,148); }
td.TdClassName
{
border-color: #552C94;
}
.TagClassName
{
border-color: #552C94;
}
</style>