Shades of Daisy Bush #55419C
Tints of Daisy Bush #55419C
RGB
CMYK
RGB Variations
Color information
#55419C (or 0x55419C) is known color: Daisy Bush. HEX triplet: 55, 41 and 9C. RGB value is (85,65,156). Sum of RGB (Red+Green+Blue) = 85+65+156=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #55419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419C is #AABE63. Grayscale: #515151. Windows color (decimal): -11189860 or 10240341. OLE color: 10240341.
HSL color Cylindrical-coordinate representation of color #55419C: hue angle of 253.19º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55419C is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 65 | 156 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.39 |
| HSL | 253.19º | 0.41% | 0.43% | - |
| HSV(B) | 253.19º | 0.58% | 0.61% | - |
| XYZ | 11.64 | 8.11 | 32.4 | - |
| YUV | 81.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 156 | 0.46 | 0.58 | 0 | 0.39 | 253.19 | 0.41 | 0.43 |
| Hex | 55 | 41 | 9C | 2E | 3A | 0 | 27 | FD | 29 | 2B |
| Octal | 125 | 101 | 234 | 56 | 72 | 0 | 47 | 375 | 51 | 53 |
| Binary | 1010101 | 1000001 | 10011100 | 101110 | 111010 | 0 | 100111 | 11111101 | 101001 | 101011 |
Color Harmonies of #55419C
Complementary color
Monochromatic Colors of #55419C
Black with #55419C
Text Example
Text Example
White with #55419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55419C; }
p { color: rgb(85,65,156); }
H1.HeaderClassName
{
color: #55419C;
}
.AnyTagClassName
{
color: #55419C;
}
</style>
background-color css
<style>
a { background-color: #55419C; }
a { background-color: rgb(85,65,156); }
div.DivClassName
{
background-color: #55419C;
}
.BgClassName
{
background-color: #55419C;
}
</style>
border-color css
<style>
span { border-color: #55419C; }
span { border-color: rgb(85,65,156); }
td.TdClassName
{
border-color: #55419C;
}
.TagClassName
{
border-color: #55419C;
}
</style>