Shades of Daisy Bush #55318E
Tints of Daisy Bush #55318E
RGB
CMYK
RGB Variations
Color information
#55318E (or 0x55318E) is known color: Daisy Bush. HEX triplet: 55, 31 and 8E. RGB value is (85,49,142). Sum of RGB (Red+Green+Blue) = 85+49+142=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #55318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55318E is #AACE71. Grayscale: #464646. Windows color (decimal): -11193970 or 9318741. OLE color: 9318741.
HSL color Cylindrical-coordinate representation of color #55318E: hue angle of 263.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55318E is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 49 | 142 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.44 |
| HSL | 263.23º | 0.49% | 0.37% | - |
| HSV(B) | 263.23º | 0.65% | 0.56% | - |
| XYZ | 9.73 | 6.08 | 26.25 | - |
| YUV | 70.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 142 | 0.40 | 0.65 | 0 | 0.44 | 263.23 | 0.49 | 0.37 |
| Hex | 55 | 31 | 8E | 28 | 41 | 0 | 2C | 107 | 31 | 25 |
| Octal | 125 | 61 | 216 | 50 | 101 | 0 | 54 | 407 | 61 | 45 |
| Binary | 1010101 | 110001 | 10001110 | 101000 | 1000001 | 0 | 101100 | 100000111 | 110001 | 100101 |
Color Harmonies of #55318E
Complementary color
Monochromatic Colors of #55318E
Black with #55318E
Text Example
Text Example
White with #55318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55318E; }
p { color: rgb(85,49,142); }
H1.HeaderClassName
{
color: #55318E;
}
.AnyTagClassName
{
color: #55318E;
}
</style>
background-color css
<style>
a { background-color: #55318E; }
a { background-color: rgb(85,49,142); }
div.DivClassName
{
background-color: #55318E;
}
.BgClassName
{
background-color: #55318E;
}
</style>
border-color css
<style>
span { border-color: #55318E; }
span { border-color: rgb(85,49,142); }
td.TdClassName
{
border-color: #55318E;
}
.TagClassName
{
border-color: #55318E;
}
</style>