Shades of Daisy Bush #55339C
Tints of Daisy Bush #55339C
RGB
CMYK
RGB Variations
Color information
#55339C (or 0x55339C) is known color: Daisy Bush. HEX triplet: 55, 33 and 9C. RGB value is (85,51,156). Sum of RGB (Red+Green+Blue) = 85+51+156=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #55339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55339C is #AACC63. Grayscale: #484848. Windows color (decimal): -11193444 or 10236757. OLE color: 10236757.
HSL color Cylindrical-coordinate representation of color #55339C: hue angle of 259.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55339C is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 51 | 156 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.39 |
| HSL | 259.43º | 0.51% | 0.41% | - |
| HSV(B) | 259.43º | 0.67% | 0.61% | - |
| XYZ | 10.93 | 6.7 | 32.17 | - |
| YUV | 73.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 156 | 0.46 | 0.67 | 0 | 0.39 | 259.43 | 0.51 | 0.41 |
| Hex | 55 | 33 | 9C | 2E | 43 | 0 | 27 | 103 | 33 | 29 |
| Octal | 125 | 63 | 234 | 56 | 103 | 0 | 47 | 403 | 63 | 51 |
| Binary | 1010101 | 110011 | 10011100 | 101110 | 1000011 | 0 | 100111 | 100000011 | 110011 | 101001 |
Color Harmonies of #55339C
Complementary color
Monochromatic Colors of #55339C
Black with #55339C
Text Example
Text Example
White with #55339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55339C; }
p { color: rgb(85,51,156); }
H1.HeaderClassName
{
color: #55339C;
}
.AnyTagClassName
{
color: #55339C;
}
</style>
background-color css
<style>
a { background-color: #55339C; }
a { background-color: rgb(85,51,156); }
div.DivClassName
{
background-color: #55339C;
}
.BgClassName
{
background-color: #55339C;
}
</style>
border-color css
<style>
span { border-color: #55339C; }
span { border-color: rgb(85,51,156); }
td.TdClassName
{
border-color: #55339C;
}
.TagClassName
{
border-color: #55339C;
}
</style>