Shades of Daisy Bush #552A94
Tints of Daisy Bush #552A94
RGB
CMYK
RGB Variations
Color information
#552A94 (or 0x552A94) is known color: Daisy Bush. HEX triplet: 55, 2A and 94. RGB value is (85,42,148). Sum of RGB (Red+Green+Blue) = 85+42+148=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #552A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552A94 is #AAD56B. Grayscale: #424242. Windows color (decimal): -11195756 or 9710165. OLE color: 9710165.
HSL color Cylindrical-coordinate representation of color #552A94: hue angle of 264.34º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552A94 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 42 | 148 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.42 |
| HSL | 264.34º | 0.56% | 0.37% | - |
| HSV(B) | 264.34º | 0.72% | 0.58% | - |
| XYZ | 9.92 | 5.73 | 28.6 | - |
| YUV | 66.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 148 | 0.43 | 0.72 | 0 | 0.42 | 264.34 | 0.56 | 0.37 |
| Hex | 55 | 2A | 94 | 2B | 48 | 0 | 2A | 108 | 38 | 25 |
| Octal | 125 | 52 | 224 | 53 | 110 | 0 | 52 | 410 | 70 | 45 |
| Binary | 1010101 | 101010 | 10010100 | 101011 | 1001000 | 0 | 101010 | 100001000 | 111000 | 100101 |
Color Harmonies of #552A94
Complementary color
Monochromatic Colors of #552A94
Black with #552A94
Text Example
Text Example
White with #552A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A94; }
p { color: rgb(85,42,148); }
H1.HeaderClassName
{
color: #552A94;
}
.AnyTagClassName
{
color: #552A94;
}
</style>
background-color css
<style>
a { background-color: #552A94; }
a { background-color: rgb(85,42,148); }
div.DivClassName
{
background-color: #552A94;
}
.BgClassName
{
background-color: #552A94;
}
</style>
border-color css
<style>
span { border-color: #552A94; }
span { border-color: rgb(85,42,148); }
td.TdClassName
{
border-color: #552A94;
}
.TagClassName
{
border-color: #552A94;
}
</style>