Shades of Daisy Bush #55358D
Tints of Daisy Bush #55358D
RGB
CMYK
RGB Variations
Color information
#55358D (or 0x55358D) is known color: Daisy Bush. HEX triplet: 55, 35 and 8D. RGB value is (85,53,141). Sum of RGB (Red+Green+Blue) = 85+53+141=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #55358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55358D is #AACA72. Grayscale: #484848. Windows color (decimal): -11192947 or 9254229. OLE color: 9254229.
HSL color Cylindrical-coordinate representation of color #55358D: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55358D is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 53 | 141 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.45 |
| HSL | 261.82º | 0.45% | 0.38% | - |
| HSV(B) | 261.82º | 0.62% | 0.55% | - |
| XYZ | 9.83 | 6.4 | 25.92 | - |
| YUV | 72.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 141 | 0.40 | 0.62 | 0 | 0.45 | 261.82 | 0.45 | 0.38 |
| Hex | 55 | 35 | 8D | 28 | 3E | 0 | 2D | 106 | 2D | 26 |
| Octal | 125 | 65 | 215 | 50 | 76 | 0 | 55 | 406 | 55 | 46 |
| Binary | 1010101 | 110101 | 10001101 | 101000 | 111110 | 0 | 101101 | 100000110 | 101101 | 100110 |
Color Harmonies of #55358D
Complementary color
Monochromatic Colors of #55358D
Black with #55358D
Text Example
Text Example
White with #55358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55358D; }
p { color: rgb(85,53,141); }
H1.HeaderClassName
{
color: #55358D;
}
.AnyTagClassName
{
color: #55358D;
}
</style>
background-color css
<style>
a { background-color: #55358D; }
a { background-color: rgb(85,53,141); }
div.DivClassName
{
background-color: #55358D;
}
.BgClassName
{
background-color: #55358D;
}
</style>
border-color css
<style>
span { border-color: #55358D; }
span { border-color: rgb(85,53,141); }
td.TdClassName
{
border-color: #55358D;
}
.TagClassName
{
border-color: #55358D;
}
</style>