Shades of Daisy Bush #55419A
Tints of Daisy Bush #55419A
RGB
CMYK
RGB Variations
Color information
#55419A (or 0x55419A) is known color: Daisy Bush. HEX triplet: 55, 41 and 9A. RGB value is (85,65,154). Sum of RGB (Red+Green+Blue) = 85+65+154=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #55419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419A is #AABE65. Grayscale: #505050. Windows color (decimal): -11189862 or 10109269. OLE color: 10109269.
HSL color Cylindrical-coordinate representation of color #55419A: hue angle of 253.48º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55419A is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 65 | 154 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.40 |
| HSL | 253.48º | 0.41% | 0.43% | - |
| HSV(B) | 253.48º | 0.58% | 0.6% | - |
| XYZ | 11.47 | 8.04 | 31.52 | - |
| YUV | 81.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 154 | 0.45 | 0.58 | 0 | 0.40 | 253.48 | 0.41 | 0.43 |
| Hex | 55 | 41 | 9A | 2D | 3A | 0 | 28 | FD | 29 | 2B |
| Octal | 125 | 101 | 232 | 55 | 72 | 0 | 50 | 375 | 51 | 53 |
| Binary | 1010101 | 1000001 | 10011010 | 101101 | 111010 | 0 | 101000 | 11111101 | 101001 | 101011 |
Color Harmonies of #55419A
Complementary color
Monochromatic Colors of #55419A
Black with #55419A
Text Example
Text Example
White with #55419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55419A; }
p { color: rgb(85,65,154); }
H1.HeaderClassName
{
color: #55419A;
}
.AnyTagClassName
{
color: #55419A;
}
</style>
background-color css
<style>
a { background-color: #55419A; }
a { background-color: rgb(85,65,154); }
div.DivClassName
{
background-color: #55419A;
}
.BgClassName
{
background-color: #55419A;
}
</style>
border-color css
<style>
span { border-color: #55419A; }
span { border-color: rgb(85,65,154); }
td.TdClassName
{
border-color: #55419A;
}
.TagClassName
{
border-color: #55419A;
}
</style>