Shades of Daisy Bush #5A47A4
Tints of Daisy Bush #5A47A4
RGB
CMYK
RGB Variations
Color information
#5A47A4 (or 0x5A47A4) is known color: Daisy Bush. HEX triplet: 5A, 47 and A4. RGB value is (90,71,164). Sum of RGB (Red+Green+Blue) = 90+71+164=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A47A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A47A4 is #A5B85B. Grayscale: #565656. Windows color (decimal): -10860636 or 10766170. OLE color: 10766170.
HSL color Cylindrical-coordinate representation of color #5A47A4: hue angle of 252.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A47A4 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 71 | 164 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.36 |
| HSL | 252.26º | 0.4% | 0.46% | - |
| HSV(B) | 252.26º | 0.57% | 0.64% | - |
| XYZ | 13.17 | 9.36 | 36.23 | - |
| YUV | 87.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 164 | 0.45 | 0.57 | 0 | 0.36 | 252.26 | 0.4 | 0.46 |
| Hex | 5A | 47 | A4 | 2D | 39 | 0 | 24 | FC | 28 | 2E |
| Octal | 132 | 107 | 244 | 55 | 71 | 0 | 44 | 374 | 50 | 56 |
| Binary | 1011010 | 1000111 | 10100100 | 101101 | 111001 | 0 | 100100 | 11111100 | 101000 | 101110 |
Color Harmonies of #5A47A4
Complementary color
Monochromatic Colors of #5A47A4
Black with #5A47A4
Text Example
Text Example
White with #5A47A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A47A4; }
p { color: rgb(90,71,164); }
H1.HeaderClassName
{
color: #5A47A4;
}
.AnyTagClassName
{
color: #5A47A4;
}
</style>
background-color css
<style>
a { background-color: #5A47A4; }
a { background-color: rgb(90,71,164); }
div.DivClassName
{
background-color: #5A47A4;
}
.BgClassName
{
background-color: #5A47A4;
}
</style>
border-color css
<style>
span { border-color: #5A47A4; }
span { border-color: rgb(90,71,164); }
td.TdClassName
{
border-color: #5A47A4;
}
.TagClassName
{
border-color: #5A47A4;
}
</style>