Shades of Daisy Bush #55209C
Tints of Daisy Bush #55209C
RGB
CMYK
RGB Variations
Color information
#55209C (or 0x55209C) is known color: Daisy Bush. HEX triplet: 55, 20 and 9C. RGB value is (85,32,156). Sum of RGB (Red+Green+Blue) = 85+32+156=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #55209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55209C is #AADF63. Grayscale: #3D3D3D. Windows color (decimal): -11198308 or 10231893. OLE color: 10231893.
HSL color Cylindrical-coordinate representation of color #55209C: hue angle of 265.65º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55209C is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 32 | 156 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.39 |
| HSL | 265.65º | 0.66% | 0.37% | - |
| HSV(B) | 265.65º | 0.79% | 0.61% | - |
| XYZ | 10.26 | 5.36 | 31.95 | - |
| YUV | 61.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 156 | 0.46 | 0.79 | 0 | 0.39 | 265.65 | 0.66 | 0.37 |
| Hex | 55 | 20 | 9C | 2E | 4F | 0 | 27 | 10A | 42 | 25 |
| Octal | 125 | 40 | 234 | 56 | 117 | 0 | 47 | 412 | 102 | 45 |
| Binary | 1010101 | 100000 | 10011100 | 101110 | 1001111 | 0 | 100111 | 100001010 | 1000010 | 100101 |
Color Harmonies of #55209C
Complementary color
Monochromatic Colors of #55209C
Black with #55209C
Text Example
Text Example
White with #55209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55209C; }
p { color: rgb(85,32,156); }
H1.HeaderClassName
{
color: #55209C;
}
.AnyTagClassName
{
color: #55209C;
}
</style>
background-color css
<style>
a { background-color: #55209C; }
a { background-color: rgb(85,32,156); }
div.DivClassName
{
background-color: #55209C;
}
.BgClassName
{
background-color: #55209C;
}
</style>
border-color css
<style>
span { border-color: #55209C; }
span { border-color: rgb(85,32,156); }
td.TdClassName
{
border-color: #55209C;
}
.TagClassName
{
border-color: #55209C;
}
</style>