Shades of Daisy Bush #55378C
Tints of Daisy Bush #55378C
RGB
CMYK
RGB Variations
Color information
#55378C (or 0x55378C) is known color: Daisy Bush. HEX triplet: 55, 37 and 8C. RGB value is (85,55,140). Sum of RGB (Red+Green+Blue) = 85+55+140=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #55378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55378C is #AAC873. Grayscale: #494949. Windows color (decimal): -11192436 or 9189205. OLE color: 9189205.
HSL color Cylindrical-coordinate representation of color #55378C: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55378C is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 55 | 140 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.45 |
| HSL | 261.18º | 0.44% | 0.38% | - |
| HSV(B) | 261.18º | 0.61% | 0.55% | - |
| XYZ | 9.85 | 6.56 | 25.56 | - |
| YUV | 73.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 140 | 0.39 | 0.61 | 0 | 0.45 | 261.18 | 0.44 | 0.38 |
| Hex | 55 | 37 | 8C | 27 | 3D | 0 | 2D | 105 | 2C | 26 |
| Octal | 125 | 67 | 214 | 47 | 75 | 0 | 55 | 405 | 54 | 46 |
| Binary | 1010101 | 110111 | 10001100 | 100111 | 111101 | 0 | 101101 | 100000101 | 101100 | 100110 |
Color Harmonies of #55378C
Complementary color
Monochromatic Colors of #55378C
Black with #55378C
Text Example
Text Example
White with #55378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55378C; }
p { color: rgb(85,55,140); }
H1.HeaderClassName
{
color: #55378C;
}
.AnyTagClassName
{
color: #55378C;
}
</style>
background-color css
<style>
a { background-color: #55378C; }
a { background-color: rgb(85,55,140); }
div.DivClassName
{
background-color: #55378C;
}
.BgClassName
{
background-color: #55378C;
}
</style>
border-color css
<style>
span { border-color: #55378C; }
span { border-color: rgb(85,55,140); }
td.TdClassName
{
border-color: #55378C;
}
.TagClassName
{
border-color: #55378C;
}
</style>