Shades of Daisy Bush #55308F
Tints of Daisy Bush #55308F
RGB
CMYK
RGB Variations
Color information
#55308F (or 0x55308F) is known color: Daisy Bush. HEX triplet: 55, 30 and 8F. RGB value is (85,48,143). Sum of RGB (Red+Green+Blue) = 85+48+143=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #55308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55308F is #AACF70. Grayscale: #454545. Windows color (decimal): -11194225 or 9384021. OLE color: 9384021.
HSL color Cylindrical-coordinate representation of color #55308F: hue angle of 263.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55308F is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 48 | 143 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.44 |
| HSL | 263.37º | 0.5% | 0.37% | - |
| HSV(B) | 263.37º | 0.66% | 0.56% | - |
| XYZ | 9.76 | 6.03 | 26.64 | - |
| YUV | 69.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 143 | 0.41 | 0.66 | 0 | 0.44 | 263.37 | 0.5 | 0.37 |
| Hex | 55 | 30 | 8F | 29 | 42 | 0 | 2C | 107 | 32 | 25 |
| Octal | 125 | 60 | 217 | 51 | 102 | 0 | 54 | 407 | 62 | 45 |
| Binary | 1010101 | 110000 | 10001111 | 101001 | 1000010 | 0 | 101100 | 100000111 | 110010 | 100101 |
Color Harmonies of #55308F
Complementary color
Monochromatic Colors of #55308F
Black with #55308F
Text Example
Text Example
White with #55308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55308F; }
p { color: rgb(85,48,143); }
H1.HeaderClassName
{
color: #55308F;
}
.AnyTagClassName
{
color: #55308F;
}
</style>
background-color css
<style>
a { background-color: #55308F; }
a { background-color: rgb(85,48,143); }
div.DivClassName
{
background-color: #55308F;
}
.BgClassName
{
background-color: #55308F;
}
</style>
border-color css
<style>
span { border-color: #55308F; }
span { border-color: rgb(85,48,143); }
td.TdClassName
{
border-color: #55308F;
}
.TagClassName
{
border-color: #55308F;
}
</style>