Shades of Daisy Bush #55378F
Tints of Daisy Bush #55378F
RGB
CMYK
RGB Variations
Color information
#55378F (or 0x55378F) is known color: Daisy Bush. HEX triplet: 55, 37 and 8F. RGB value is (85,55,143). Sum of RGB (Red+Green+Blue) = 85+55+143=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #55378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55378F is #AAC870. Grayscale: #494949. Windows color (decimal): -11192433 or 9385813. OLE color: 9385813.
HSL color Cylindrical-coordinate representation of color #55378F: hue angle of 260.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55378F is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 55 | 143 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.44 |
| HSL | 260.45º | 0.44% | 0.39% | - |
| HSV(B) | 260.45º | 0.62% | 0.56% | - |
| XYZ | 10.07 | 6.65 | 26.74 | - |
| YUV | 74 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 143 | 0.41 | 0.62 | 0 | 0.44 | 260.45 | 0.44 | 0.39 |
| Hex | 55 | 37 | 8F | 29 | 3E | 0 | 2C | 104 | 2C | 27 |
| Octal | 125 | 67 | 217 | 51 | 76 | 0 | 54 | 404 | 54 | 47 |
| Binary | 1010101 | 110111 | 10001111 | 101001 | 111110 | 0 | 101100 | 100000100 | 101100 | 100111 |
Color Harmonies of #55378F
Complementary color
Monochromatic Colors of #55378F
Black with #55378F
Text Example
Text Example
White with #55378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55378F; }
p { color: rgb(85,55,143); }
H1.HeaderClassName
{
color: #55378F;
}
.AnyTagClassName
{
color: #55378F;
}
</style>
background-color css
<style>
a { background-color: #55378F; }
a { background-color: rgb(85,55,143); }
div.DivClassName
{
background-color: #55378F;
}
.BgClassName
{
background-color: #55378F;
}
</style>
border-color css
<style>
span { border-color: #55378F; }
span { border-color: rgb(85,55,143); }
td.TdClassName
{
border-color: #55378F;
}
.TagClassName
{
border-color: #55378F;
}
</style>