Shades of Daisy Bush #5A4598
Tints of Daisy Bush #5A4598
RGB
CMYK
RGB Variations
Color information
#5A4598 (or 0x5A4598) is known color: Daisy Bush. HEX triplet: 5A, 45 and 98. RGB value is (90,69,152). Sum of RGB (Red+Green+Blue) = 90+69+152=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A4598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4598 is #A5BA67. Grayscale: #545454. Windows color (decimal): -10861160 or 9979226. OLE color: 9979226.
HSL color Cylindrical-coordinate representation of color #5A4598: hue angle of 255.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A4598 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 69 | 152 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.40 |
| HSL | 255.18º | 0.38% | 0.43% | - |
| HSV(B) | 255.18º | 0.55% | 0.6% | - |
| XYZ | 12.01 | 8.7 | 30.75 | - |
| YUV | 84.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 152 | 0.41 | 0.55 | 0 | 0.40 | 255.18 | 0.38 | 0.43 |
| Hex | 5A | 45 | 98 | 29 | 37 | 0 | 28 | FF | 26 | 2B |
| Octal | 132 | 105 | 230 | 51 | 67 | 0 | 50 | 377 | 46 | 53 |
| Binary | 1011010 | 1000101 | 10011000 | 101001 | 110111 | 0 | 101000 | 11111111 | 100110 | 101011 |
Color Harmonies of #5A4598
Complementary color
Monochromatic Colors of #5A4598
Black with #5A4598
Text Example
Text Example
White with #5A4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4598; }
p { color: rgb(90,69,152); }
H1.HeaderClassName
{
color: #5A4598;
}
.AnyTagClassName
{
color: #5A4598;
}
</style>
background-color css
<style>
a { background-color: #5A4598; }
a { background-color: rgb(90,69,152); }
div.DivClassName
{
background-color: #5A4598;
}
.BgClassName
{
background-color: #5A4598;
}
</style>
border-color css
<style>
span { border-color: #5A4598; }
span { border-color: rgb(90,69,152); }
td.TdClassName
{
border-color: #5A4598;
}
.TagClassName
{
border-color: #5A4598;
}
</style>