Shades of Daisy Bush #5A4696
Tints of Daisy Bush #5A4696
RGB
CMYK
RGB Variations
Color information
#5A4696 (or 0x5A4696) is known color: Daisy Bush. HEX triplet: 5A, 46 and 96. RGB value is (90,70,150). Sum of RGB (Red+Green+Blue) = 90+70+150=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A4696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4696 is #A5B969. Grayscale: #545454. Windows color (decimal): -10860906 or 9848410. OLE color: 9848410.
HSL color Cylindrical-coordinate representation of color #5A4696: hue angle of 255º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A4696 is Cyan = 0.4, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 70 | 150 | - |
| CMYK | 0.4 | 0.53 | 0 | 0.41 |
| HSL | 255º | 0.36% | 0.43% | - |
| HSV(B) | 255º | 0.53% | 0.59% | - |
| XYZ | 11.91 | 8.76 | 29.92 | - |
| YUV | 85.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 150 | 0.4 | 0.53 | 0 | 0.41 | 255 | 0.36 | 0.43 |
| Hex | 5A | 46 | 96 | 28 | 35 | 0 | 29 | FF | 24 | 2B |
| Octal | 132 | 106 | 226 | 50 | 65 | 0 | 51 | 377 | 44 | 53 |
| Binary | 1011010 | 1000110 | 10010110 | 101000 | 110101 | 0 | 101001 | 11111111 | 100100 | 101011 |
Color Harmonies of #5A4696
Complementary color
Monochromatic Colors of #5A4696
Black with #5A4696
Text Example
Text Example
White with #5A4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4696; }
p { color: rgb(90,70,150); }
H1.HeaderClassName
{
color: #5A4696;
}
.AnyTagClassName
{
color: #5A4696;
}
</style>
background-color css
<style>
a { background-color: #5A4696; }
a { background-color: rgb(90,70,150); }
div.DivClassName
{
background-color: #5A4696;
}
.BgClassName
{
background-color: #5A4696;
}
</style>
border-color css
<style>
span { border-color: #5A4696; }
span { border-color: rgb(90,70,150); }
td.TdClassName
{
border-color: #5A4696;
}
.TagClassName
{
border-color: #5A4696;
}
</style>