Shades of Daisy Bush #55249F
Tints of Daisy Bush #55249F
RGB
CMYK
RGB Variations
Color information
#55249F (or 0x55249F) is known color: Daisy Bush. HEX triplet: 55, 24 and 9F. RGB value is (85,36,159). Sum of RGB (Red+Green+Blue) = 85+36+159=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #55249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55249F is #AADB60. Grayscale: #404040. Windows color (decimal): -11197281 or 10429525. OLE color: 10429525.
HSL color Cylindrical-coordinate representation of color #55249F: hue angle of 263.9º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55249F is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 36 | 159 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.38 |
| HSL | 263.9º | 0.63% | 0.38% | - |
| HSV(B) | 263.9º | 0.77% | 0.62% | - |
| XYZ | 10.64 | 5.7 | 33.34 | - |
| YUV | 64.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 159 | 0.47 | 0.77 | 0 | 0.38 | 263.9 | 0.63 | 0.38 |
| Hex | 55 | 24 | 9F | 2F | 4D | 0 | 26 | 108 | 3F | 26 |
| Octal | 125 | 44 | 237 | 57 | 115 | 0 | 46 | 410 | 77 | 46 |
| Binary | 1010101 | 100100 | 10011111 | 101111 | 1001101 | 0 | 100110 | 100001000 | 111111 | 100110 |
Color Harmonies of #55249F
Complementary color
Monochromatic Colors of #55249F
Black with #55249F
Text Example
Text Example
White with #55249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55249F; }
p { color: rgb(85,36,159); }
H1.HeaderClassName
{
color: #55249F;
}
.AnyTagClassName
{
color: #55249F;
}
</style>
background-color css
<style>
a { background-color: #55249F; }
a { background-color: rgb(85,36,159); }
div.DivClassName
{
background-color: #55249F;
}
.BgClassName
{
background-color: #55249F;
}
</style>
border-color css
<style>
span { border-color: #55249F; }
span { border-color: rgb(85,36,159); }
td.TdClassName
{
border-color: #55249F;
}
.TagClassName
{
border-color: #55249F;
}
</style>