Shades of Daisy Bush #55349D
Tints of Daisy Bush #55349D
RGB
CMYK
RGB Variations
Color information
#55349D (or 0x55349D) is known color: Daisy Bush. HEX triplet: 55, 34 and 9D. RGB value is (85,52,157). Sum of RGB (Red+Green+Blue) = 85+52+157=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #55349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55349D is #AACB62. Grayscale: #494949. Windows color (decimal): -11193187 or 10302549. OLE color: 10302549.
HSL color Cylindrical-coordinate representation of color #55349D: hue angle of 258.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55349D is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 52 | 157 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.38 |
| HSL | 258.86º | 0.5% | 0.41% | - |
| HSV(B) | 258.86º | 0.67% | 0.62% | - |
| XYZ | 11.06 | 6.82 | 32.63 | - |
| YUV | 73.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 157 | 0.46 | 0.67 | 0 | 0.38 | 258.86 | 0.5 | 0.41 |
| Hex | 55 | 34 | 9D | 2E | 43 | 0 | 26 | 103 | 32 | 29 |
| Octal | 125 | 64 | 235 | 56 | 103 | 0 | 46 | 403 | 62 | 51 |
| Binary | 1010101 | 110100 | 10011101 | 101110 | 1000011 | 0 | 100110 | 100000011 | 110010 | 101001 |
Color Harmonies of #55349D
Complementary color
Monochromatic Colors of #55349D
Black with #55349D
Text Example
Text Example
White with #55349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55349D; }
p { color: rgb(85,52,157); }
H1.HeaderClassName
{
color: #55349D;
}
.AnyTagClassName
{
color: #55349D;
}
</style>
background-color css
<style>
a { background-color: #55349D; }
a { background-color: rgb(85,52,157); }
div.DivClassName
{
background-color: #55349D;
}
.BgClassName
{
background-color: #55349D;
}
</style>
border-color css
<style>
span { border-color: #55349D; }
span { border-color: rgb(85,52,157); }
td.TdClassName
{
border-color: #55349D;
}
.TagClassName
{
border-color: #55349D;
}
</style>