Shades of Daisy Bush #5A299A
Tints of Daisy Bush #5A299A
RGB
CMYK
RGB Variations
Color information
#5A299A (or 0x5A299A) is known color: Daisy Bush. HEX triplet: 5A, 29 and 9A. RGB value is (90,41,154). Sum of RGB (Red+Green+Blue) = 90+41+154=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A299A is #A5D665. Grayscale: #444444. Windows color (decimal): -10868326 or 10103130. OLE color: 10103130.
HSL color Cylindrical-coordinate representation of color #5A299A: hue angle of 266.02º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A299A is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 41 | 154 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.40 |
| HSL | 266.02º | 0.58% | 0.38% | - |
| HSV(B) | 266.02º | 0.73% | 0.6% | - |
| XYZ | 10.84 | 6.09 | 31.18 | - |
| YUV | 68.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 154 | 0.42 | 0.73 | 0 | 0.40 | 266.02 | 0.58 | 0.38 |
| Hex | 5A | 29 | 9A | 2A | 49 | 0 | 28 | 10A | 3A | 26 |
| Octal | 132 | 51 | 232 | 52 | 111 | 0 | 50 | 412 | 72 | 46 |
| Binary | 1011010 | 101001 | 10011010 | 101010 | 1001001 | 0 | 101000 | 100001010 | 111010 | 100110 |
Color Harmonies of #5A299A
Complementary color
Monochromatic Colors of #5A299A
Black with #5A299A
Text Example
Text Example
White with #5A299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A299A; }
p { color: rgb(90,41,154); }
H1.HeaderClassName
{
color: #5A299A;
}
.AnyTagClassName
{
color: #5A299A;
}
</style>
background-color css
<style>
a { background-color: #5A299A; }
a { background-color: rgb(90,41,154); }
div.DivClassName
{
background-color: #5A299A;
}
.BgClassName
{
background-color: #5A299A;
}
</style>
border-color css
<style>
span { border-color: #5A299A; }
span { border-color: rgb(90,41,154); }
td.TdClassName
{
border-color: #5A299A;
}
.TagClassName
{
border-color: #5A299A;
}
</style>