Shades of Daisy Bush #55249B
Tints of Daisy Bush #55249B
RGB
CMYK
RGB Variations
Color information
#55249B (or 0x55249B) is known color: Daisy Bush. HEX triplet: 55, 24 and 9B. RGB value is (85,36,155). Sum of RGB (Red+Green+Blue) = 85+36+155=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #55249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55249B is #AADB64. Grayscale: #3F3F3F. Windows color (decimal): -11197285 or 10167381. OLE color: 10167381.
HSL color Cylindrical-coordinate representation of color #55249B: hue angle of 264.71º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55249B is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 36 | 155 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.39 |
| HSL | 264.71º | 0.62% | 0.37% | - |
| HSV(B) | 264.71º | 0.77% | 0.61% | - |
| XYZ | 10.29 | 5.56 | 31.54 | - |
| YUV | 64.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 155 | 0.45 | 0.77 | 0 | 0.39 | 264.71 | 0.62 | 0.37 |
| Hex | 55 | 24 | 9B | 2D | 4D | 0 | 27 | 109 | 3E | 25 |
| Octal | 125 | 44 | 233 | 55 | 115 | 0 | 47 | 411 | 76 | 45 |
| Binary | 1010101 | 100100 | 10011011 | 101101 | 1001101 | 0 | 100111 | 100001001 | 111110 | 100101 |
Color Harmonies of #55249B
Complementary color
Monochromatic Colors of #55249B
Black with #55249B
Text Example
Text Example
White with #55249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55249B; }
p { color: rgb(85,36,155); }
H1.HeaderClassName
{
color: #55249B;
}
.AnyTagClassName
{
color: #55249B;
}
</style>
background-color css
<style>
a { background-color: #55249B; }
a { background-color: rgb(85,36,155); }
div.DivClassName
{
background-color: #55249B;
}
.BgClassName
{
background-color: #55249B;
}
</style>
border-color css
<style>
span { border-color: #55249B; }
span { border-color: rgb(85,36,155); }
td.TdClassName
{
border-color: #55249B;
}
.TagClassName
{
border-color: #55249B;
}
</style>