Shades of Daisy Bush #5536AA
Tints of Daisy Bush #5536AA
RGB
CMYK
RGB Variations
Color information
#5536AA (or 0x5536AA) is known color: Daisy Bush. HEX triplet: 55, 36 and AA. RGB value is (85,54,170). Sum of RGB (Red+Green+Blue) = 85+54+170=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5536AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536AA is #AAC955. Grayscale: #4C4C4C. Windows color (decimal): -11192662 or 11155029. OLE color: 11155029.
HSL color Cylindrical-coordinate representation of color #5536AA: hue angle of 256.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5536AA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 54 | 170 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.33 |
| HSL | 256.03º | 0.52% | 0.44% | - |
| HSV(B) | 256.03º | 0.68% | 0.67% | - |
| XYZ | 12.32 | 7.47 | 38.82 | - |
| YUV | 76.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 170 | 0.50 | 0.68 | 0 | 0.33 | 256.03 | 0.52 | 0.44 |
| Hex | 55 | 36 | AA | 32 | 44 | 0 | 21 | 100 | 34 | 2C |
| Octal | 125 | 66 | 252 | 62 | 104 | 0 | 41 | 400 | 64 | 54 |
| Binary | 1010101 | 110110 | 10101010 | 110010 | 1000100 | 0 | 100001 | 100000000 | 110100 | 101100 |
Color Harmonies of #5536AA
Complementary color
Monochromatic Colors of #5536AA
Black with #5536AA
Text Example
Text Example
White with #5536AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536AA; }
p { color: rgb(85,54,170); }
H1.HeaderClassName
{
color: #5536AA;
}
.AnyTagClassName
{
color: #5536AA;
}
</style>
background-color css
<style>
a { background-color: #5536AA; }
a { background-color: rgb(85,54,170); }
div.DivClassName
{
background-color: #5536AA;
}
.BgClassName
{
background-color: #5536AA;
}
</style>
border-color css
<style>
span { border-color: #5536AA; }
span { border-color: rgb(85,54,170); }
td.TdClassName
{
border-color: #5536AA;
}
.TagClassName
{
border-color: #5536AA;
}
</style>