Shades of Daisy Bush #5A3291
Tints of Daisy Bush #5A3291
RGB
CMYK
RGB Variations
Color information
#5A3291 (or 0x5A3291) is known color: Daisy Bush. HEX triplet: 5A, 32 and 91. RGB value is (90,50,145). Sum of RGB (Red+Green+Blue) = 90+50+145=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A3291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3291 is #A5CD6E. Grayscale: #484848. Windows color (decimal): -10866031 or 9515610. OLE color: 9515610.
HSL color Cylindrical-coordinate representation of color #5A3291: hue angle of 265.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A3291 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 50 | 145 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.43 |
| HSL | 265.26º | 0.49% | 0.38% | - |
| HSV(B) | 265.26º | 0.66% | 0.57% | - |
| XYZ | 10.47 | 6.5 | 27.49 | - |
| YUV | 72.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 145 | 0.38 | 0.66 | 0 | 0.43 | 265.26 | 0.49 | 0.38 |
| Hex | 5A | 32 | 91 | 26 | 42 | 0 | 2B | 109 | 31 | 26 |
| Octal | 132 | 62 | 221 | 46 | 102 | 0 | 53 | 411 | 61 | 46 |
| Binary | 1011010 | 110010 | 10010001 | 100110 | 1000010 | 0 | 101011 | 100001001 | 110001 | 100110 |
Color Harmonies of #5A3291
Complementary color
Monochromatic Colors of #5A3291
Black with #5A3291
Text Example
Text Example
White with #5A3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3291; }
p { color: rgb(90,50,145); }
H1.HeaderClassName
{
color: #5A3291;
}
.AnyTagClassName
{
color: #5A3291;
}
</style>
background-color css
<style>
a { background-color: #5A3291; }
a { background-color: rgb(90,50,145); }
div.DivClassName
{
background-color: #5A3291;
}
.BgClassName
{
background-color: #5A3291;
}
</style>
border-color css
<style>
span { border-color: #5A3291; }
span { border-color: rgb(90,50,145); }
td.TdClassName
{
border-color: #5A3291;
}
.TagClassName
{
border-color: #5A3291;
}
</style>