Shades of Daisy Bush #55409F
Tints of Daisy Bush #55409F
RGB
CMYK
RGB Variations
Color information
#55409F (or 0x55409F) is known color: Daisy Bush. HEX triplet: 55, 40 and 9F. RGB value is (85,64,159). Sum of RGB (Red+Green+Blue) = 85+64+159=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #55409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409F is #AABF60. Grayscale: #505050. Windows color (decimal): -11190113 or 10436693. OLE color: 10436693.
HSL color Cylindrical-coordinate representation of color #55409F: hue angle of 253.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55409F is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 64 | 159 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.38 |
| HSL | 253.26º | 0.43% | 0.44% | - |
| HSV(B) | 253.26º | 0.6% | 0.62% | - |
| XYZ | 11.84 | 8.1 | 33.74 | - |
| YUV | 81.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 159 | 0.47 | 0.60 | 0 | 0.38 | 253.26 | 0.43 | 0.44 |
| Hex | 55 | 40 | 9F | 2F | 3C | 0 | 26 | FD | 2B | 2C |
| Octal | 125 | 100 | 237 | 57 | 74 | 0 | 46 | 375 | 53 | 54 |
| Binary | 1010101 | 1000000 | 10011111 | 101111 | 111100 | 0 | 100110 | 11111101 | 101011 | 101100 |
Color Harmonies of #55409F
Complementary color
Monochromatic Colors of #55409F
Black with #55409F
Text Example
Text Example
White with #55409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55409F; }
p { color: rgb(85,64,159); }
H1.HeaderClassName
{
color: #55409F;
}
.AnyTagClassName
{
color: #55409F;
}
</style>
background-color css
<style>
a { background-color: #55409F; }
a { background-color: rgb(85,64,159); }
div.DivClassName
{
background-color: #55409F;
}
.BgClassName
{
background-color: #55409F;
}
</style>
border-color css
<style>
span { border-color: #55409F; }
span { border-color: rgb(85,64,159); }
td.TdClassName
{
border-color: #55409F;
}
.TagClassName
{
border-color: #55409F;
}
</style>