Shades of Daisy Bush #5437AB
Tints of Daisy Bush #5437AB
RGB
CMYK
RGB Variations
Color information
#5437AB (or 0x5437AB) is known color: Daisy Bush. HEX triplet: 54, 37 and AB. RGB value is (84,55,171). Sum of RGB (Red+Green+Blue) = 84+55+171=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 55 (21.88% from 255 or 17.74% 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 #5437AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5437AB is #ABC854. Grayscale: #4C4C4C. Windows color (decimal): -11257941 or 11220820. OLE color: 11220820.
HSL color Cylindrical-coordinate representation of color #5437AB: hue angle of 255º degrees, saturation: 0.51, 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 #5437AB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 55 | 171 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.33 |
| HSL | 255º | 0.51% | 0.44% | - |
| HSV(B) | 255º | 0.68% | 0.67% | - |
| XYZ | 12.37 | 7.56 | 39.33 | - |
| YUV | 76.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 171 | 0.51 | 0.68 | 0 | 0.33 | 255 | 0.51 | 0.44 |
| Hex | 54 | 37 | AB | 33 | 44 | 0 | 21 | FF | 33 | 2C |
| Octal | 124 | 67 | 253 | 63 | 104 | 0 | 41 | 377 | 63 | 54 |
| Binary | 1010100 | 110111 | 10101011 | 110011 | 1000100 | 0 | 100001 | 11111111 | 110011 | 101100 |
Color Harmonies of #5437AB
Complementary color
Monochromatic Colors of #5437AB
Black with #5437AB
Text Example
Text Example
White with #5437AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437AB; }
p { color: rgb(84,55,171); }
H1.HeaderClassName
{
color: #5437AB;
}
.AnyTagClassName
{
color: #5437AB;
}
</style>
background-color css
<style>
a { background-color: #5437AB; }
a { background-color: rgb(84,55,171); }
div.DivClassName
{
background-color: #5437AB;
}
.BgClassName
{
background-color: #5437AB;
}
</style>
border-color css
<style>
span { border-color: #5437AB; }
span { border-color: rgb(84,55,171); }
td.TdClassName
{
border-color: #5437AB;
}
.TagClassName
{
border-color: #5437AB;
}
</style>