Shades of Daisy Bush #5A3390
Tints of Daisy Bush #5A3390
RGB
CMYK
RGB Variations
Color information
#5A3390 (or 0x5A3390) is known color: Daisy Bush. HEX triplet: 5A, 33 and 90. RGB value is (90,51,144). Sum of RGB (Red+Green+Blue) = 90+51+144=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A3390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3390 is #A5CC6F. Grayscale: #484848. Windows color (decimal): -10865776 or 9450330. OLE color: 9450330.
HSL color Cylindrical-coordinate representation of color #5A3390: hue angle of 265.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3390 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 51 | 144 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.44 |
| HSL | 265.16º | 0.48% | 0.38% | - |
| HSV(B) | 265.16º | 0.65% | 0.56% | - |
| XYZ | 10.43 | 6.55 | 27.1 | - |
| YUV | 73.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 144 | 0.37 | 0.65 | 0 | 0.44 | 265.16 | 0.48 | 0.38 |
| Hex | 5A | 33 | 90 | 25 | 41 | 0 | 2C | 109 | 30 | 26 |
| Octal | 132 | 63 | 220 | 45 | 101 | 0 | 54 | 411 | 60 | 46 |
| Binary | 1011010 | 110011 | 10010000 | 100101 | 1000001 | 0 | 101100 | 100001001 | 110000 | 100110 |
Color Harmonies of #5A3390
Complementary color
Monochromatic Colors of #5A3390
Black with #5A3390
Text Example
Text Example
White with #5A3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3390; }
p { color: rgb(90,51,144); }
H1.HeaderClassName
{
color: #5A3390;
}
.AnyTagClassName
{
color: #5A3390;
}
</style>
background-color css
<style>
a { background-color: #5A3390; }
a { background-color: rgb(90,51,144); }
div.DivClassName
{
background-color: #5A3390;
}
.BgClassName
{
background-color: #5A3390;
}
</style>
border-color css
<style>
span { border-color: #5A3390; }
span { border-color: rgb(90,51,144); }
td.TdClassName
{
border-color: #5A3390;
}
.TagClassName
{
border-color: #5A3390;
}
</style>