Shades of Daisy Bush #552D93
Tints of Daisy Bush #552D93
RGB
CMYK
RGB Variations
Color information
#552D93 (or 0x552D93) is known color: Daisy Bush. HEX triplet: 55, 2D and 93. RGB value is (85,45,147). Sum of RGB (Red+Green+Blue) = 85+45+147=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #552D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D93 is #AAD26C. Grayscale: #444444. Windows color (decimal): -11194989 or 9645397. OLE color: 9645397.
HSL color Cylindrical-coordinate representation of color #552D93: hue angle of 263.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552D93 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 45 | 147 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.42 |
| HSL | 263.53º | 0.53% | 0.38% | - |
| HSV(B) | 263.53º | 0.69% | 0.58% | - |
| XYZ | 9.95 | 5.91 | 28.22 | - |
| YUV | 68.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 147 | 0.42 | 0.69 | 0 | 0.42 | 263.53 | 0.53 | 0.38 |
| Hex | 55 | 2D | 93 | 2A | 45 | 0 | 2A | 108 | 35 | 26 |
| Octal | 125 | 55 | 223 | 52 | 105 | 0 | 52 | 410 | 65 | 46 |
| Binary | 1010101 | 101101 | 10010011 | 101010 | 1000101 | 0 | 101010 | 100001000 | 110101 | 100110 |
Color Harmonies of #552D93
Complementary color
Monochromatic Colors of #552D93
Black with #552D93
Text Example
Text Example
White with #552D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D93; }
p { color: rgb(85,45,147); }
H1.HeaderClassName
{
color: #552D93;
}
.AnyTagClassName
{
color: #552D93;
}
</style>
background-color css
<style>
a { background-color: #552D93; }
a { background-color: rgb(85,45,147); }
div.DivClassName
{
background-color: #552D93;
}
.BgClassName
{
background-color: #552D93;
}
</style>
border-color css
<style>
span { border-color: #552D93; }
span { border-color: rgb(85,45,147); }
td.TdClassName
{
border-color: #552D93;
}
.TagClassName
{
border-color: #552D93;
}
</style>