Shades of Daisy Bush #55409D
Tints of Daisy Bush #55409D
RGB
CMYK
RGB Variations
Color information
#55409D (or 0x55409D) is known color: Daisy Bush. HEX triplet: 55, 40 and 9D. RGB value is (85,64,157). Sum of RGB (Red+Green+Blue) = 85+64+157=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #55409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409D is #AABF62. Grayscale: #505050. Windows color (decimal): -11190115 or 10305621. OLE color: 10305621.
HSL color Cylindrical-coordinate representation of color #55409D: hue angle of 253.55º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55409D is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 64 | 157 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.38 |
| HSL | 253.55º | 0.42% | 0.43% | - |
| HSV(B) | 253.55º | 0.59% | 0.62% | - |
| XYZ | 11.67 | 8.03 | 32.83 | - |
| YUV | 80.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 157 | 0.46 | 0.59 | 0 | 0.38 | 253.55 | 0.42 | 0.43 |
| Hex | 55 | 40 | 9D | 2E | 3B | 0 | 26 | FE | 2A | 2B |
| Octal | 125 | 100 | 235 | 56 | 73 | 0 | 46 | 376 | 52 | 53 |
| Binary | 1010101 | 1000000 | 10011101 | 101110 | 111011 | 0 | 100110 | 11111110 | 101010 | 101011 |
Color Harmonies of #55409D
Complementary color
Monochromatic Colors of #55409D
Black with #55409D
Text Example
Text Example
White with #55409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55409D; }
p { color: rgb(85,64,157); }
H1.HeaderClassName
{
color: #55409D;
}
.AnyTagClassName
{
color: #55409D;
}
</style>
background-color css
<style>
a { background-color: #55409D; }
a { background-color: rgb(85,64,157); }
div.DivClassName
{
background-color: #55409D;
}
.BgClassName
{
background-color: #55409D;
}
</style>
border-color css
<style>
span { border-color: #55409D; }
span { border-color: rgb(85,64,157); }
td.TdClassName
{
border-color: #55409D;
}
.TagClassName
{
border-color: #55409D;
}
</style>