Shades of Daisy Bush #55289F
Tints of Daisy Bush #55289F
RGB
CMYK
RGB Variations
Color information
#55289F (or 0x55289F) is known color: Daisy Bush. HEX triplet: 55, 28 and 9F. RGB value is (85,40,159). Sum of RGB (Red+Green+Blue) = 85+40+159=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #55289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55289F is #AAD760. Grayscale: #424242. Windows color (decimal): -11196257 or 10430549. OLE color: 10430549.
HSL color Cylindrical-coordinate representation of color #55289F: hue angle of 262.69º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55289F is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 40 | 159 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.38 |
| HSL | 262.69º | 0.6% | 0.39% | - |
| HSV(B) | 262.69º | 0.75% | 0.62% | - |
| XYZ | 10.76 | 5.95 | 33.38 | - |
| YUV | 67.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 159 | 0.47 | 0.75 | 0 | 0.38 | 262.69 | 0.6 | 0.39 |
| Hex | 55 | 28 | 9F | 2F | 4B | 0 | 26 | 107 | 3C | 27 |
| Octal | 125 | 50 | 237 | 57 | 113 | 0 | 46 | 407 | 74 | 47 |
| Binary | 1010101 | 101000 | 10011111 | 101111 | 1001011 | 0 | 100110 | 100000111 | 111100 | 100111 |
Color Harmonies of #55289F
Complementary color
Monochromatic Colors of #55289F
Black with #55289F
Text Example
Text Example
White with #55289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55289F; }
p { color: rgb(85,40,159); }
H1.HeaderClassName
{
color: #55289F;
}
.AnyTagClassName
{
color: #55289F;
}
</style>
background-color css
<style>
a { background-color: #55289F; }
a { background-color: rgb(85,40,159); }
div.DivClassName
{
background-color: #55289F;
}
.BgClassName
{
background-color: #55289F;
}
</style>
border-color css
<style>
span { border-color: #55289F; }
span { border-color: rgb(85,40,159); }
td.TdClassName
{
border-color: #55289F;
}
.TagClassName
{
border-color: #55289F;
}
</style>