Shades of Daisy Bush #552E9E
Tints of Daisy Bush #552E9E
RGB
CMYK
RGB Variations
Color information
#552E9E (or 0x552E9E) is known color: Daisy Bush. HEX triplet: 55, 2E and 9E. RGB value is (85,46,158). Sum of RGB (Red+Green+Blue) = 85+46+158=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #552E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E9E is #AAD161. Grayscale: #464646. Windows color (decimal): -11194722 or 10366549. OLE color: 10366549.
HSL color Cylindrical-coordinate representation of color #552E9E: hue angle of 260.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552E9E is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 46 | 158 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.38 |
| HSL | 260.89º | 0.55% | 0.4% | - |
| HSV(B) | 260.89º | 0.71% | 0.62% | - |
| XYZ | 10.89 | 6.35 | 33 | - |
| YUV | 70.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 158 | 0.46 | 0.71 | 0 | 0.38 | 260.89 | 0.55 | 0.4 |
| Hex | 55 | 2E | 9E | 2E | 47 | 0 | 26 | 105 | 37 | 28 |
| Octal | 125 | 56 | 236 | 56 | 107 | 0 | 46 | 405 | 67 | 50 |
| Binary | 1010101 | 101110 | 10011110 | 101110 | 1000111 | 0 | 100110 | 100000101 | 110111 | 101000 |
Color Harmonies of #552E9E
Complementary color
Monochromatic Colors of #552E9E
Black with #552E9E
Text Example
Text Example
White with #552E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E9E; }
p { color: rgb(85,46,158); }
H1.HeaderClassName
{
color: #552E9E;
}
.AnyTagClassName
{
color: #552E9E;
}
</style>
background-color css
<style>
a { background-color: #552E9E; }
a { background-color: rgb(85,46,158); }
div.DivClassName
{
background-color: #552E9E;
}
.BgClassName
{
background-color: #552E9E;
}
</style>
border-color css
<style>
span { border-color: #552E9E; }
span { border-color: rgb(85,46,158); }
td.TdClassName
{
border-color: #552E9E;
}
.TagClassName
{
border-color: #552E9E;
}
</style>