Shades of Daisy Bush #55319C
Tints of Daisy Bush #55319C
RGB
CMYK
RGB Variations
Color information
#55319C (or 0x55319C) is known color: Daisy Bush. HEX triplet: 55, 31 and 9C. RGB value is (85,49,156). Sum of RGB (Red+Green+Blue) = 85+49+156=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #55319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55319C is #AACE63. Grayscale: #474747. Windows color (decimal): -11193956 or 10236245. OLE color: 10236245.
HSL color Cylindrical-coordinate representation of color #55319C: hue angle of 260.19º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55319C is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 49 | 156 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.39 |
| HSL | 260.19º | 0.52% | 0.4% | - |
| HSV(B) | 260.19º | 0.69% | 0.61% | - |
| XYZ | 10.85 | 6.53 | 32.14 | - |
| YUV | 71.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 156 | 0.46 | 0.69 | 0 | 0.39 | 260.19 | 0.52 | 0.4 |
| Hex | 55 | 31 | 9C | 2E | 45 | 0 | 27 | 104 | 34 | 28 |
| Octal | 125 | 61 | 234 | 56 | 105 | 0 | 47 | 404 | 64 | 50 |
| Binary | 1010101 | 110001 | 10011100 | 101110 | 1000101 | 0 | 100111 | 100000100 | 110100 | 101000 |
Color Harmonies of #55319C
Complementary color
Monochromatic Colors of #55319C
Black with #55319C
Text Example
Text Example
White with #55319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55319C; }
p { color: rgb(85,49,156); }
H1.HeaderClassName
{
color: #55319C;
}
.AnyTagClassName
{
color: #55319C;
}
</style>
background-color css
<style>
a { background-color: #55319C; }
a { background-color: rgb(85,49,156); }
div.DivClassName
{
background-color: #55319C;
}
.BgClassName
{
background-color: #55319C;
}
</style>
border-color css
<style>
span { border-color: #55319C; }
span { border-color: rgb(85,49,156); }
td.TdClassName
{
border-color: #55319C;
}
.TagClassName
{
border-color: #55319C;
}
</style>