Shades of Daisy Bush #55329D
Tints of Daisy Bush #55329D
RGB
CMYK
RGB Variations
Color information
#55329D (or 0x55329D) is known color: Daisy Bush. HEX triplet: 55, 32 and 9D. RGB value is (85,50,157). Sum of RGB (Red+Green+Blue) = 85+50+157=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #55329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55329D is #AACD62. Grayscale: #484848. Windows color (decimal): -11193699 or 10302037. OLE color: 10302037.
HSL color Cylindrical-coordinate representation of color #55329D: hue angle of 259.63º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55329D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 50 | 157 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.38 |
| HSL | 259.63º | 0.52% | 0.41% | - |
| HSV(B) | 259.63º | 0.68% | 0.62% | - |
| XYZ | 10.97 | 6.65 | 32.6 | - |
| YUV | 72.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 157 | 0.46 | 0.68 | 0 | 0.38 | 259.63 | 0.52 | 0.41 |
| Hex | 55 | 32 | 9D | 2E | 44 | 0 | 26 | 104 | 34 | 29 |
| Octal | 125 | 62 | 235 | 56 | 104 | 0 | 46 | 404 | 64 | 51 |
| Binary | 1010101 | 110010 | 10011101 | 101110 | 1000100 | 0 | 100110 | 100000100 | 110100 | 101001 |
Color Harmonies of #55329D
Complementary color
Monochromatic Colors of #55329D
Black with #55329D
Text Example
Text Example
White with #55329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55329D; }
p { color: rgb(85,50,157); }
H1.HeaderClassName
{
color: #55329D;
}
.AnyTagClassName
{
color: #55329D;
}
</style>
background-color css
<style>
a { background-color: #55329D; }
a { background-color: rgb(85,50,157); }
div.DivClassName
{
background-color: #55329D;
}
.BgClassName
{
background-color: #55329D;
}
</style>
border-color css
<style>
span { border-color: #55329D; }
span { border-color: rgb(85,50,157); }
td.TdClassName
{
border-color: #55329D;
}
.TagClassName
{
border-color: #55329D;
}
</style>