Shades of Daisy Bush #55309C
Tints of Daisy Bush #55309C
RGB
CMYK
RGB Variations
Color information
#55309C (or 0x55309C) is known color: Daisy Bush. HEX triplet: 55, 30 and 9C. RGB value is (85,48,156). Sum of RGB (Red+Green+Blue) = 85+48+156=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #55309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55309C is #AACF63. Grayscale: #464646. Windows color (decimal): -11194212 or 10235989. OLE color: 10235989.
HSL color Cylindrical-coordinate representation of color #55309C: hue angle of 260.56º degrees, saturation: 0.53, 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 #55309C is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 48 | 156 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.39 |
| HSL | 260.56º | 0.53% | 0.4% | - |
| HSV(B) | 260.56º | 0.69% | 0.61% | - |
| XYZ | 10.8 | 6.45 | 32.13 | - |
| YUV | 71.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 156 | 0.46 | 0.69 | 0 | 0.39 | 260.56 | 0.53 | 0.4 |
| Hex | 55 | 30 | 9C | 2E | 45 | 0 | 27 | 105 | 35 | 28 |
| Octal | 125 | 60 | 234 | 56 | 105 | 0 | 47 | 405 | 65 | 50 |
| Binary | 1010101 | 110000 | 10011100 | 101110 | 1000101 | 0 | 100111 | 100000101 | 110101 | 101000 |
Color Harmonies of #55309C
Complementary color
Monochromatic Colors of #55309C
Black with #55309C
Text Example
Text Example
White with #55309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55309C; }
p { color: rgb(85,48,156); }
H1.HeaderClassName
{
color: #55309C;
}
.AnyTagClassName
{
color: #55309C;
}
</style>
background-color css
<style>
a { background-color: #55309C; }
a { background-color: rgb(85,48,156); }
div.DivClassName
{
background-color: #55309C;
}
.BgClassName
{
background-color: #55309C;
}
</style>
border-color css
<style>
span { border-color: #55309C; }
span { border-color: rgb(85,48,156); }
td.TdClassName
{
border-color: #55309C;
}
.TagClassName
{
border-color: #55309C;
}
</style>