Shades of Daisy Bush #5A479F
Tints of Daisy Bush #5A479F
RGB
CMYK
RGB Variations
Color information
#5A479F (or 0x5A479F) is known color: Daisy Bush. HEX triplet: 5A, 47 and 9F. RGB value is (90,71,159). Sum of RGB (Red+Green+Blue) = 90+71+159=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A479F is #A5B860. Grayscale: #565656. Windows color (decimal): -10860641 or 10438490. OLE color: 10438490.
HSL color Cylindrical-coordinate representation of color #5A479F: hue angle of 252.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A479F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 71 | 159 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.38 |
| HSL | 252.95º | 0.38% | 0.45% | - |
| HSV(B) | 252.95º | 0.55% | 0.62% | - |
| XYZ | 12.73 | 9.18 | 33.9 | - |
| YUV | 86.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 159 | 0.43 | 0.55 | 0 | 0.38 | 252.95 | 0.38 | 0.45 |
| Hex | 5A | 47 | 9F | 2B | 37 | 0 | 26 | FD | 26 | 2D |
| Octal | 132 | 107 | 237 | 53 | 67 | 0 | 46 | 375 | 46 | 55 |
| Binary | 1011010 | 1000111 | 10011111 | 101011 | 110111 | 0 | 100110 | 11111101 | 100110 | 101101 |
Color Harmonies of #5A479F
Complementary color
Monochromatic Colors of #5A479F
Black with #5A479F
Text Example
Text Example
White with #5A479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A479F; }
p { color: rgb(90,71,159); }
H1.HeaderClassName
{
color: #5A479F;
}
.AnyTagClassName
{
color: #5A479F;
}
</style>
background-color css
<style>
a { background-color: #5A479F; }
a { background-color: rgb(90,71,159); }
div.DivClassName
{
background-color: #5A479F;
}
.BgClassName
{
background-color: #5A479F;
}
</style>
border-color css
<style>
span { border-color: #5A479F; }
span { border-color: rgb(90,71,159); }
td.TdClassName
{
border-color: #5A479F;
}
.TagClassName
{
border-color: #5A479F;
}
</style>