Shades of Daisy Bush #5A4389
Tints of Daisy Bush #5A4389
RGB
CMYK
RGB Variations
Color information
#5A4389 (or 0x5A4389) is known color: Daisy Bush. HEX triplet: 5A, 43 and 89. RGB value is (90,67,137). Sum of RGB (Red+Green+Blue) = 90+67+137=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A4389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4389 is #A5BC76. Grayscale: #515151. Windows color (decimal): -10861687 or 8995674. OLE color: 8995674.
HSL color Cylindrical-coordinate representation of color #5A4389: hue angle of 259.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A4389 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 67 | 137 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.46 |
| HSL | 259.71º | 0.34% | 0.4% | - |
| HSV(B) | 259.71º | 0.51% | 0.54% | - |
| XYZ | 10.74 | 7.99 | 24.64 | - |
| YUV | 81.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 137 | 0.34 | 0.51 | 0 | 0.46 | 259.71 | 0.34 | 0.4 |
| Hex | 5A | 43 | 89 | 22 | 33 | 0 | 2E | 104 | 22 | 28 |
| Octal | 132 | 103 | 211 | 42 | 63 | 0 | 56 | 404 | 42 | 50 |
| Binary | 1011010 | 1000011 | 10001001 | 100010 | 110011 | 0 | 101110 | 100000100 | 100010 | 101000 |
Color Harmonies of #5A4389
Complementary color
Monochromatic Colors of #5A4389
Black with #5A4389
Text Example
Text Example
White with #5A4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4389; }
p { color: rgb(90,67,137); }
H1.HeaderClassName
{
color: #5A4389;
}
.AnyTagClassName
{
color: #5A4389;
}
</style>
background-color css
<style>
a { background-color: #5A4389; }
a { background-color: rgb(90,67,137); }
div.DivClassName
{
background-color: #5A4389;
}
.BgClassName
{
background-color: #5A4389;
}
</style>
border-color css
<style>
span { border-color: #5A4389; }
span { border-color: rgb(90,67,137); }
td.TdClassName
{
border-color: #5A4389;
}
.TagClassName
{
border-color: #5A4389;
}
</style>