Shades of Daisy Bush #5536AB
Tints of Daisy Bush #5536AB
RGB
CMYK
RGB Variations
Color information
#5536AB (or 0x5536AB) is known color: Daisy Bush. HEX triplet: 55, 36 and AB. RGB value is (85,54,171). Sum of RGB (Red+Green+Blue) = 85+54+171=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5536AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536AB is #AAC954. Grayscale: #4C4C4C. Windows color (decimal): -11192661 or 11220565. OLE color: 11220565.
HSL color Cylindrical-coordinate representation of color #5536AB: hue angle of 255.9º 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 #5536AB is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 54 | 171 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.33 |
| HSL | 255.9º | 0.52% | 0.44% | - |
| HSV(B) | 255.9º | 0.68% | 0.67% | - |
| XYZ | 12.42 | 7.51 | 39.32 | - |
| YUV | 76.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 171 | 0.50 | 0.68 | 0 | 0.33 | 255.9 | 0.52 | 0.44 |
| Hex | 55 | 36 | AB | 32 | 44 | 0 | 21 | 100 | 34 | 2C |
| Octal | 125 | 66 | 253 | 62 | 104 | 0 | 41 | 400 | 64 | 54 |
| Binary | 1010101 | 110110 | 10101011 | 110010 | 1000100 | 0 | 100001 | 100000000 | 110100 | 101100 |
Color Harmonies of #5536AB
Complementary color
Monochromatic Colors of #5536AB
Black with #5536AB
Text Example
Text Example
White with #5536AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536AB; }
p { color: rgb(85,54,171); }
H1.HeaderClassName
{
color: #5536AB;
}
.AnyTagClassName
{
color: #5536AB;
}
</style>
background-color css
<style>
a { background-color: #5536AB; }
a { background-color: rgb(85,54,171); }
div.DivClassName
{
background-color: #5536AB;
}
.BgClassName
{
background-color: #5536AB;
}
</style>
border-color css
<style>
span { border-color: #5536AB; }
span { border-color: rgb(85,54,171); }
td.TdClassName
{
border-color: #5536AB;
}
.TagClassName
{
border-color: #5536AB;
}
</style>