Shades of Daisy Bush #55378D
Tints of Daisy Bush #55378D
RGB
CMYK
RGB Variations
Color information
#55378D (or 0x55378D) is known color: Daisy Bush. HEX triplet: 55, 37 and 8D. RGB value is (85,55,141). Sum of RGB (Red+Green+Blue) = 85+55+141=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #55378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55378D is #AAC872. Grayscale: #494949. Windows color (decimal): -11192435 or 9254741. OLE color: 9254741.
HSL color Cylindrical-coordinate representation of color #55378D: hue angle of 260.93º 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 #55378D is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 55 | 141 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.45 |
| HSL | 260.93º | 0.44% | 0.38% | - |
| HSV(B) | 260.93º | 0.61% | 0.55% | - |
| XYZ | 9.92 | 6.59 | 25.95 | - |
| YUV | 73.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 141 | 0.40 | 0.61 | 0 | 0.45 | 260.93 | 0.44 | 0.38 |
| Hex | 55 | 37 | 8D | 28 | 3D | 0 | 2D | 105 | 2C | 26 |
| Octal | 125 | 67 | 215 | 50 | 75 | 0 | 55 | 405 | 54 | 46 |
| Binary | 1010101 | 110111 | 10001101 | 101000 | 111101 | 0 | 101101 | 100000101 | 101100 | 100110 |
Color Harmonies of #55378D
Complementary color
Monochromatic Colors of #55378D
Black with #55378D
Text Example
Text Example
White with #55378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55378D; }
p { color: rgb(85,55,141); }
H1.HeaderClassName
{
color: #55378D;
}
.AnyTagClassName
{
color: #55378D;
}
</style>
background-color css
<style>
a { background-color: #55378D; }
a { background-color: rgb(85,55,141); }
div.DivClassName
{
background-color: #55378D;
}
.BgClassName
{
background-color: #55378D;
}
</style>
border-color css
<style>
span { border-color: #55378D; }
span { border-color: rgb(85,55,141); }
td.TdClassName
{
border-color: #55378D;
}
.TagClassName
{
border-color: #55378D;
}
</style>