Shades of Daisy Bush #55409C
Tints of Daisy Bush #55409C
RGB
CMYK
RGB Variations
Color information
#55409C (or 0x55409C) is known color: Daisy Bush. HEX triplet: 55, 40 and 9C. RGB value is (85,64,156). Sum of RGB (Red+Green+Blue) = 85+64+156=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #55409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409C is #AABF63. Grayscale: #505050. Windows color (decimal): -11190116 or 10240085. OLE color: 10240085.
HSL color Cylindrical-coordinate representation of color #55409C: hue angle of 253.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55409C is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 64 | 156 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.39 |
| HSL | 253.7º | 0.42% | 0.43% | - |
| HSV(B) | 253.7º | 0.59% | 0.61% | - |
| XYZ | 11.58 | 8 | 32.39 | - |
| YUV | 80.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 156 | 0.46 | 0.59 | 0 | 0.39 | 253.7 | 0.42 | 0.43 |
| Hex | 55 | 40 | 9C | 2E | 3B | 0 | 27 | FE | 2A | 2B |
| Octal | 125 | 100 | 234 | 56 | 73 | 0 | 47 | 376 | 52 | 53 |
| Binary | 1010101 | 1000000 | 10011100 | 101110 | 111011 | 0 | 100111 | 11111110 | 101010 | 101011 |
Color Harmonies of #55409C
Complementary color
Monochromatic Colors of #55409C
Black with #55409C
Text Example
Text Example
White with #55409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55409C; }
p { color: rgb(85,64,156); }
H1.HeaderClassName
{
color: #55409C;
}
.AnyTagClassName
{
color: #55409C;
}
</style>
background-color css
<style>
a { background-color: #55409C; }
a { background-color: rgb(85,64,156); }
div.DivClassName
{
background-color: #55409C;
}
.BgClassName
{
background-color: #55409C;
}
</style>
border-color css
<style>
span { border-color: #55409C; }
span { border-color: rgb(85,64,156); }
td.TdClassName
{
border-color: #55409C;
}
.TagClassName
{
border-color: #55409C;
}
</style>