Shades of Daisy Bush #55239D
Tints of Daisy Bush #55239D
RGB
CMYK
RGB Variations
Color information
#55239D (or 0x55239D) is known color: Daisy Bush. HEX triplet: 55, 23 and 9D. RGB value is (85,35,157). Sum of RGB (Red+Green+Blue) = 85+35+157=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #55239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55239D is #AADC62. Grayscale: #3F3F3F. Windows color (decimal): -11197539 or 10298197. OLE color: 10298197.
HSL color Cylindrical-coordinate representation of color #55239D: hue angle of 264.59º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55239D is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 35 | 157 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.38 |
| HSL | 264.59º | 0.64% | 0.38% | - |
| HSV(B) | 264.59º | 0.78% | 0.62% | - |
| XYZ | 10.43 | 5.57 | 32.42 | - |
| YUV | 63.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 157 | 0.46 | 0.78 | 0 | 0.38 | 264.59 | 0.64 | 0.38 |
| Hex | 55 | 23 | 9D | 2E | 4E | 0 | 26 | 109 | 40 | 26 |
| Octal | 125 | 43 | 235 | 56 | 116 | 0 | 46 | 411 | 100 | 46 |
| Binary | 1010101 | 100011 | 10011101 | 101110 | 1001110 | 0 | 100110 | 100001001 | 1000000 | 100110 |
Color Harmonies of #55239D
Complementary color
Monochromatic Colors of #55239D
Black with #55239D
Text Example
Text Example
White with #55239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55239D; }
p { color: rgb(85,35,157); }
H1.HeaderClassName
{
color: #55239D;
}
.AnyTagClassName
{
color: #55239D;
}
</style>
background-color css
<style>
a { background-color: #55239D; }
a { background-color: rgb(85,35,157); }
div.DivClassName
{
background-color: #55239D;
}
.BgClassName
{
background-color: #55239D;
}
</style>
border-color css
<style>
span { border-color: #55239D; }
span { border-color: rgb(85,35,157); }
td.TdClassName
{
border-color: #55239D;
}
.TagClassName
{
border-color: #55239D;
}
</style>