Shades of Daisy Bush #552D94
Tints of Daisy Bush #552D94
RGB
CMYK
RGB Variations
Color information
#552D94 (or 0x552D94) is known color: Daisy Bush. HEX triplet: 55, 2D and 94. RGB value is (85,45,148). Sum of RGB (Red+Green+Blue) = 85+45+148=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #552D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D94 is #AAD26B. Grayscale: #444444. Windows color (decimal): -11194988 or 9710933. OLE color: 9710933.
HSL color Cylindrical-coordinate representation of color #552D94: hue angle of 263.3º degrees, saturation: 0.53, 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 #552D94 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 45 | 148 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.42 |
| HSL | 263.3º | 0.53% | 0.38% | - |
| HSV(B) | 263.3º | 0.7% | 0.58% | - |
| XYZ | 10.03 | 5.95 | 28.64 | - |
| YUV | 68.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 148 | 0.43 | 0.70 | 0 | 0.42 | 263.3 | 0.53 | 0.38 |
| Hex | 55 | 2D | 94 | 2B | 46 | 0 | 2A | 107 | 35 | 26 |
| Octal | 125 | 55 | 224 | 53 | 106 | 0 | 52 | 407 | 65 | 46 |
| Binary | 1010101 | 101101 | 10010100 | 101011 | 1000110 | 0 | 101010 | 100000111 | 110101 | 100110 |
Color Harmonies of #552D94
Complementary color
Monochromatic Colors of #552D94
Black with #552D94
Text Example
Text Example
White with #552D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D94; }
p { color: rgb(85,45,148); }
H1.HeaderClassName
{
color: #552D94;
}
.AnyTagClassName
{
color: #552D94;
}
</style>
background-color css
<style>
a { background-color: #552D94; }
a { background-color: rgb(85,45,148); }
div.DivClassName
{
background-color: #552D94;
}
.BgClassName
{
background-color: #552D94;
}
</style>
border-color css
<style>
span { border-color: #552D94; }
span { border-color: rgb(85,45,148); }
td.TdClassName
{
border-color: #552D94;
}
.TagClassName
{
border-color: #552D94;
}
</style>