Shades of Daisy Bush #55259F
Tints of Daisy Bush #55259F
RGB
CMYK
RGB Variations
Color information
#55259F (or 0x55259F) is known color: Daisy Bush. HEX triplet: 55, 25 and 9F. RGB value is (85,37,159). Sum of RGB (Red+Green+Blue) = 85+37+159=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #55259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55259F is #AADA60. Grayscale: #404040. Windows color (decimal): -11197025 or 10429781. OLE color: 10429781.
HSL color Cylindrical-coordinate representation of color #55259F: hue angle of 263.61º degrees, saturation: 0.62, 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 #55259F is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 37 | 159 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.38 |
| HSL | 263.61º | 0.62% | 0.38% | - |
| HSV(B) | 263.61º | 0.77% | 0.62% | - |
| XYZ | 10.67 | 5.76 | 33.35 | - |
| YUV | 65.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 159 | 0.47 | 0.77 | 0 | 0.38 | 263.61 | 0.62 | 0.38 |
| Hex | 55 | 25 | 9F | 2F | 4D | 0 | 26 | 108 | 3E | 26 |
| Octal | 125 | 45 | 237 | 57 | 115 | 0 | 46 | 410 | 76 | 46 |
| Binary | 1010101 | 100101 | 10011111 | 101111 | 1001101 | 0 | 100110 | 100001000 | 111110 | 100110 |
Color Harmonies of #55259F
Complementary color
Monochromatic Colors of #55259F
Black with #55259F
Text Example
Text Example
White with #55259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55259F; }
p { color: rgb(85,37,159); }
H1.HeaderClassName
{
color: #55259F;
}
.AnyTagClassName
{
color: #55259F;
}
</style>
background-color css
<style>
a { background-color: #55259F; }
a { background-color: rgb(85,37,159); }
div.DivClassName
{
background-color: #55259F;
}
.BgClassName
{
background-color: #55259F;
}
</style>
border-color css
<style>
span { border-color: #55259F; }
span { border-color: rgb(85,37,159); }
td.TdClassName
{
border-color: #55259F;
}
.TagClassName
{
border-color: #55259F;
}
</style>