Shades of Daisy Bush #55259D
Tints of Daisy Bush #55259D
RGB
CMYK
RGB Variations
Color information
#55259D (or 0x55259D) is known color: Daisy Bush. HEX triplet: 55, 25 and 9D. RGB value is (85,37,157). Sum of RGB (Red+Green+Blue) = 85+37+157=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #55259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55259D is #AADA62. Grayscale: #404040. Windows color (decimal): -11197027 or 10298709. OLE color: 10298709.
HSL color Cylindrical-coordinate representation of color #55259D: hue angle of 264º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55259D is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 37 | 157 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.38 |
| HSL | 264º | 0.62% | 0.38% | - |
| HSV(B) | 264º | 0.76% | 0.62% | - |
| XYZ | 10.49 | 5.69 | 32.44 | - |
| YUV | 65.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 157 | 0.46 | 0.76 | 0 | 0.38 | 264 | 0.62 | 0.38 |
| Hex | 55 | 25 | 9D | 2E | 4C | 0 | 26 | 108 | 3E | 26 |
| Octal | 125 | 45 | 235 | 56 | 114 | 0 | 46 | 410 | 76 | 46 |
| Binary | 1010101 | 100101 | 10011101 | 101110 | 1001100 | 0 | 100110 | 100001000 | 111110 | 100110 |
Color Harmonies of #55259D
Complementary color
Monochromatic Colors of #55259D
Black with #55259D
Text Example
Text Example
White with #55259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55259D; }
p { color: rgb(85,37,157); }
H1.HeaderClassName
{
color: #55259D;
}
.AnyTagClassName
{
color: #55259D;
}
</style>
background-color css
<style>
a { background-color: #55259D; }
a { background-color: rgb(85,37,157); }
div.DivClassName
{
background-color: #55259D;
}
.BgClassName
{
background-color: #55259D;
}
</style>
border-color css
<style>
span { border-color: #55259D; }
span { border-color: rgb(85,37,157); }
td.TdClassName
{
border-color: #55259D;
}
.TagClassName
{
border-color: #55259D;
}
</style>