Shades of Daisy Bush #5437A4
Tints of Daisy Bush #5437A4
RGB
CMYK
RGB Variations
Color information
#5437A4 (or 0x5437A4) is known color: Daisy Bush. HEX triplet: 54, 37 and A4. RGB value is (84,55,164). Sum of RGB (Red+Green+Blue) = 84+55+164=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #5437A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5437A4 is #ABC85B. Grayscale: #4B4B4B. Windows color (decimal): -11257948 or 10762068. OLE color: 10762068.
HSL color Cylindrical-coordinate representation of color #5437A4: hue angle of 255.96º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5437A4 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 55 | 164 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.36 |
| HSL | 255.96º | 0.5% | 0.43% | - |
| HSV(B) | 255.96º | 0.66% | 0.64% | - |
| XYZ | 11.72 | 7.3 | 35.91 | - |
| YUV | 76.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 164 | 0.49 | 0.66 | 0 | 0.36 | 255.96 | 0.5 | 0.43 |
| Hex | 54 | 37 | A4 | 31 | 42 | 0 | 24 | 100 | 32 | 2B |
| Octal | 124 | 67 | 244 | 61 | 102 | 0 | 44 | 400 | 62 | 53 |
| Binary | 1010100 | 110111 | 10100100 | 110001 | 1000010 | 0 | 100100 | 100000000 | 110010 | 101011 |
Color Harmonies of #5437A4
Complementary color
Monochromatic Colors of #5437A4
Black with #5437A4
Text Example
Text Example
White with #5437A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437A4; }
p { color: rgb(84,55,164); }
H1.HeaderClassName
{
color: #5437A4;
}
.AnyTagClassName
{
color: #5437A4;
}
</style>
background-color css
<style>
a { background-color: #5437A4; }
a { background-color: rgb(84,55,164); }
div.DivClassName
{
background-color: #5437A4;
}
.BgClassName
{
background-color: #5437A4;
}
</style>
border-color css
<style>
span { border-color: #5437A4; }
span { border-color: rgb(84,55,164); }
td.TdClassName
{
border-color: #5437A4;
}
.TagClassName
{
border-color: #5437A4;
}
</style>