Shades of Daisy Bush #552EA6
Tints of Daisy Bush #552EA6
RGB
CMYK
RGB Variations
Color information
#552EA6 (or 0x552EA6) is known color: Daisy Bush. HEX triplet: 55, 2E and A6. RGB value is (85,46,166). Sum of RGB (Red+Green+Blue) = 85+46+166=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #552EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EA6 is #AAD159. Grayscale: #464646. Windows color (decimal): -11194714 or 10890837. OLE color: 10890837.
HSL color Cylindrical-coordinate representation of color #552EA6: hue angle of 259.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552EA6 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 46 | 166 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.35 |
| HSL | 259.5º | 0.57% | 0.42% | - |
| HSV(B) | 259.5º | 0.72% | 0.65% | - |
| XYZ | 11.61 | 6.64 | 36.75 | - |
| YUV | 71.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 166 | 0.49 | 0.72 | 0 | 0.35 | 259.5 | 0.57 | 0.42 |
| Hex | 55 | 2E | A6 | 31 | 48 | 0 | 23 | 104 | 39 | 2A |
| Octal | 125 | 56 | 246 | 61 | 110 | 0 | 43 | 404 | 71 | 52 |
| Binary | 1010101 | 101110 | 10100110 | 110001 | 1001000 | 0 | 100011 | 100000100 | 111001 | 101010 |
Color Harmonies of #552EA6
Complementary color
Monochromatic Colors of #552EA6
Black with #552EA6
Text Example
Text Example
White with #552EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EA6; }
p { color: rgb(85,46,166); }
H1.HeaderClassName
{
color: #552EA6;
}
.AnyTagClassName
{
color: #552EA6;
}
</style>
background-color css
<style>
a { background-color: #552EA6; }
a { background-color: rgb(85,46,166); }
div.DivClassName
{
background-color: #552EA6;
}
.BgClassName
{
background-color: #552EA6;
}
</style>
border-color css
<style>
span { border-color: #552EA6; }
span { border-color: rgb(85,46,166); }
td.TdClassName
{
border-color: #552EA6;
}
.TagClassName
{
border-color: #552EA6;
}
</style>