Shades of Daisy Bush #5539AA
Tints of Daisy Bush #5539AA
RGB
CMYK
RGB Variations
Color information
#5539AA (or 0x5539AA) is known color: Daisy Bush. HEX triplet: 55, 39 and AA. RGB value is (85,57,170). Sum of RGB (Red+Green+Blue) = 85+57+170=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #5539AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5539AA is #AAC655. Grayscale: #4D4D4D. Windows color (decimal): -11191894 or 11155797. OLE color: 11155797.
HSL color Cylindrical-coordinate representation of color #5539AA: hue angle of 254.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5539AA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 57 | 170 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.33 |
| HSL | 254.87º | 0.5% | 0.45% | - |
| HSV(B) | 254.87º | 0.66% | 0.67% | - |
| XYZ | 12.47 | 7.76 | 38.87 | - |
| YUV | 78.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 170 | 0.50 | 0.66 | 0 | 0.33 | 254.87 | 0.5 | 0.45 |
| Hex | 55 | 39 | AA | 32 | 42 | 0 | 21 | FF | 32 | 2D |
| Octal | 125 | 71 | 252 | 62 | 102 | 0 | 41 | 377 | 62 | 55 |
| Binary | 1010101 | 111001 | 10101010 | 110010 | 1000010 | 0 | 100001 | 11111111 | 110010 | 101101 |
Color Harmonies of #5539AA
Complementary color
Monochromatic Colors of #5539AA
Black with #5539AA
Text Example
Text Example
White with #5539AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539AA; }
p { color: rgb(85,57,170); }
H1.HeaderClassName
{
color: #5539AA;
}
.AnyTagClassName
{
color: #5539AA;
}
</style>
background-color css
<style>
a { background-color: #5539AA; }
a { background-color: rgb(85,57,170); }
div.DivClassName
{
background-color: #5539AA;
}
.BgClassName
{
background-color: #5539AA;
}
</style>
border-color css
<style>
span { border-color: #5539AA; }
span { border-color: rgb(85,57,170); }
td.TdClassName
{
border-color: #5539AA;
}
.TagClassName
{
border-color: #5539AA;
}
</style>