Shades of Daisy Bush #5A3091
Tints of Daisy Bush #5A3091
RGB
CMYK
RGB Variations
Color information
#5A3091 (or 0x5A3091) is known color: Daisy Bush. HEX triplet: 5A, 30 and 91. RGB value is (90,48,145). Sum of RGB (Red+Green+Blue) = 90+48+145=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A3091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3091 is #A5CF6E. Grayscale: #474747. Windows color (decimal): -10866543 or 9515098. OLE color: 9515098.
HSL color Cylindrical-coordinate representation of color #5A3091: hue angle of 265.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A3091 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 48 | 145 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.43 |
| HSL | 265.98º | 0.5% | 0.38% | - |
| HSV(B) | 265.98º | 0.67% | 0.57% | - |
| XYZ | 10.38 | 6.33 | 27.46 | - |
| YUV | 71.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 145 | 0.38 | 0.67 | 0 | 0.43 | 265.98 | 0.5 | 0.38 |
| Hex | 5A | 30 | 91 | 26 | 43 | 0 | 2B | 10A | 32 | 26 |
| Octal | 132 | 60 | 221 | 46 | 103 | 0 | 53 | 412 | 62 | 46 |
| Binary | 1011010 | 110000 | 10010001 | 100110 | 1000011 | 0 | 101011 | 100001010 | 110010 | 100110 |
Color Harmonies of #5A3091
Complementary color
Monochromatic Colors of #5A3091
Black with #5A3091
Text Example
Text Example
White with #5A3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3091; }
p { color: rgb(90,48,145); }
H1.HeaderClassName
{
color: #5A3091;
}
.AnyTagClassName
{
color: #5A3091;
}
</style>
background-color css
<style>
a { background-color: #5A3091; }
a { background-color: rgb(90,48,145); }
div.DivClassName
{
background-color: #5A3091;
}
.BgClassName
{
background-color: #5A3091;
}
</style>
border-color css
<style>
span { border-color: #5A3091; }
span { border-color: rgb(90,48,145); }
td.TdClassName
{
border-color: #5A3091;
}
.TagClassName
{
border-color: #5A3091;
}
</style>