Shades of Daisy Bush #55409E
Tints of Daisy Bush #55409E
RGB
CMYK
RGB Variations
Color information
#55409E (or 0x55409E) is known color: Daisy Bush. HEX triplet: 55, 40 and 9E. RGB value is (85,64,158). Sum of RGB (Red+Green+Blue) = 85+64+158=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #55409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409E is #AABF61. Grayscale: #505050. Windows color (decimal): -11190114 or 10371157. OLE color: 10371157.
HSL color Cylindrical-coordinate representation of color #55409E: hue angle of 253.4º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55409E is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 64 | 158 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.38 |
| HSL | 253.4º | 0.42% | 0.44% | - |
| HSV(B) | 253.4º | 0.59% | 0.62% | - |
| XYZ | 11.75 | 8.07 | 33.29 | - |
| YUV | 81 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 158 | 0.46 | 0.59 | 0 | 0.38 | 253.4 | 0.42 | 0.44 |
| Hex | 55 | 40 | 9E | 2E | 3B | 0 | 26 | FD | 2A | 2C |
| Octal | 125 | 100 | 236 | 56 | 73 | 0 | 46 | 375 | 52 | 54 |
| Binary | 1010101 | 1000000 | 10011110 | 101110 | 111011 | 0 | 100110 | 11111101 | 101010 | 101100 |
Color Harmonies of #55409E
Complementary color
Monochromatic Colors of #55409E
Black with #55409E
Text Example
Text Example
White with #55409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55409E; }
p { color: rgb(85,64,158); }
H1.HeaderClassName
{
color: #55409E;
}
.AnyTagClassName
{
color: #55409E;
}
</style>
background-color css
<style>
a { background-color: #55409E; }
a { background-color: rgb(85,64,158); }
div.DivClassName
{
background-color: #55409E;
}
.BgClassName
{
background-color: #55409E;
}
</style>
border-color css
<style>
span { border-color: #55409E; }
span { border-color: rgb(85,64,158); }
td.TdClassName
{
border-color: #55409E;
}
.TagClassName
{
border-color: #55409E;
}
</style>