Shades of Daisy Bush #55259C
Tints of Daisy Bush #55259C
RGB
CMYK
RGB Variations
Color information
#55259C (or 0x55259C) is known color: Daisy Bush. HEX triplet: 55, 25 and 9C. RGB value is (85,37,156). Sum of RGB (Red+Green+Blue) = 85+37+156=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #55259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55259C is #AADA63. Grayscale: #404040. Windows color (decimal): -11197028 or 10233173. OLE color: 10233173.
HSL color Cylindrical-coordinate representation of color #55259C: hue angle of 264.2º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55259C is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 37 | 156 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.39 |
| HSL | 264.2º | 0.62% | 0.38% | - |
| HSV(B) | 264.2º | 0.76% | 0.61% | - |
| XYZ | 10.41 | 5.65 | 32 | - |
| YUV | 64.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 156 | 0.46 | 0.76 | 0 | 0.39 | 264.2 | 0.62 | 0.38 |
| Hex | 55 | 25 | 9C | 2E | 4C | 0 | 27 | 108 | 3E | 26 |
| Octal | 125 | 45 | 234 | 56 | 114 | 0 | 47 | 410 | 76 | 46 |
| Binary | 1010101 | 100101 | 10011100 | 101110 | 1001100 | 0 | 100111 | 100001000 | 111110 | 100110 |
Color Harmonies of #55259C
Complementary color
Monochromatic Colors of #55259C
Black with #55259C
Text Example
Text Example
White with #55259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55259C; }
p { color: rgb(85,37,156); }
H1.HeaderClassName
{
color: #55259C;
}
.AnyTagClassName
{
color: #55259C;
}
</style>
background-color css
<style>
a { background-color: #55259C; }
a { background-color: rgb(85,37,156); }
div.DivClassName
{
background-color: #55259C;
}
.BgClassName
{
background-color: #55259C;
}
</style>
border-color css
<style>
span { border-color: #55259C; }
span { border-color: rgb(85,37,156); }
td.TdClassName
{
border-color: #55259C;
}
.TagClassName
{
border-color: #55259C;
}
</style>