Shades of Daisy Bush #55329C
Tints of Daisy Bush #55329C
RGB
CMYK
RGB Variations
Color information
#55329C (or 0x55329C) is known color: Daisy Bush. HEX triplet: 55, 32 and 9C. RGB value is (85,50,156). Sum of RGB (Red+Green+Blue) = 85+50+156=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #55329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55329C is #AACD63. Grayscale: #484848. Windows color (decimal): -11193700 or 10236501. OLE color: 10236501.
HSL color Cylindrical-coordinate representation of color #55329C: hue angle of 259.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55329C is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 50 | 156 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.39 |
| HSL | 259.81º | 0.51% | 0.4% | - |
| HSV(B) | 259.81º | 0.68% | 0.61% | - |
| XYZ | 10.89 | 6.61 | 32.16 | - |
| YUV | 72.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 156 | 0.46 | 0.68 | 0 | 0.39 | 259.81 | 0.51 | 0.4 |
| Hex | 55 | 32 | 9C | 2E | 44 | 0 | 27 | 104 | 33 | 28 |
| Octal | 125 | 62 | 234 | 56 | 104 | 0 | 47 | 404 | 63 | 50 |
| Binary | 1010101 | 110010 | 10011100 | 101110 | 1000100 | 0 | 100111 | 100000100 | 110011 | 101000 |
Color Harmonies of #55329C
Complementary color
Monochromatic Colors of #55329C
Black with #55329C
Text Example
Text Example
White with #55329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55329C; }
p { color: rgb(85,50,156); }
H1.HeaderClassName
{
color: #55329C;
}
.AnyTagClassName
{
color: #55329C;
}
</style>
background-color css
<style>
a { background-color: #55329C; }
a { background-color: rgb(85,50,156); }
div.DivClassName
{
background-color: #55329C;
}
.BgClassName
{
background-color: #55329C;
}
</style>
border-color css
<style>
span { border-color: #55329C; }
span { border-color: rgb(85,50,156); }
td.TdClassName
{
border-color: #55329C;
}
.TagClassName
{
border-color: #55329C;
}
</style>