Shades of Daisy Bush #55419B
Tints of Daisy Bush #55419B
RGB
CMYK
RGB Variations
Color information
#55419B (or 0x55419B) is known color: Daisy Bush. HEX triplet: 55, 41 and 9B. RGB value is (85,65,155). Sum of RGB (Red+Green+Blue) = 85+65+155=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #55419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419B is #AABE64. Grayscale: #505050. Windows color (decimal): -11189861 or 10174805. OLE color: 10174805.
HSL color Cylindrical-coordinate representation of color #55419B: hue angle of 253.33º 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 #55419B is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 65 | 155 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.39 |
| HSL | 253.33º | 0.41% | 0.43% | - |
| HSV(B) | 253.33º | 0.58% | 0.61% | - |
| XYZ | 11.55 | 8.08 | 31.96 | - |
| YUV | 81.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 155 | 0.45 | 0.58 | 0 | 0.39 | 253.33 | 0.41 | 0.43 |
| Hex | 55 | 41 | 9B | 2D | 3A | 0 | 27 | FD | 29 | 2B |
| Octal | 125 | 101 | 233 | 55 | 72 | 0 | 47 | 375 | 51 | 53 |
| Binary | 1010101 | 1000001 | 10011011 | 101101 | 111010 | 0 | 100111 | 11111101 | 101001 | 101011 |
Color Harmonies of #55419B
Complementary color
Monochromatic Colors of #55419B
Black with #55419B
Text Example
Text Example
White with #55419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55419B; }
p { color: rgb(85,65,155); }
H1.HeaderClassName
{
color: #55419B;
}
.AnyTagClassName
{
color: #55419B;
}
</style>
background-color css
<style>
a { background-color: #55419B; }
a { background-color: rgb(85,65,155); }
div.DivClassName
{
background-color: #55419B;
}
.BgClassName
{
background-color: #55419B;
}
</style>
border-color css
<style>
span { border-color: #55419B; }
span { border-color: rgb(85,65,155); }
td.TdClassName
{
border-color: #55419B;
}
.TagClassName
{
border-color: #55419B;
}
</style>