Shades of Daisy Bush #5A299B
Tints of Daisy Bush #5A299B
RGB
CMYK
RGB Variations
Color information
#5A299B (or 0x5A299B) is known color: Daisy Bush. HEX triplet: 5A, 29 and 9B. RGB value is (90,41,155). Sum of RGB (Red+Green+Blue) = 90+41+155=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A299B is #A5D664. Grayscale: #444444. Windows color (decimal): -10868325 or 10168666. OLE color: 10168666.
HSL color Cylindrical-coordinate representation of color #5A299B: hue angle of 265.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A299B is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 41 | 155 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.39 |
| HSL | 265.79º | 0.58% | 0.38% | - |
| HSV(B) | 265.79º | 0.74% | 0.61% | - |
| XYZ | 10.93 | 6.13 | 31.62 | - |
| YUV | 68.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 155 | 0.42 | 0.74 | 0 | 0.39 | 265.79 | 0.58 | 0.38 |
| Hex | 5A | 29 | 9B | 2A | 4A | 0 | 27 | 10A | 3A | 26 |
| Octal | 132 | 51 | 233 | 52 | 112 | 0 | 47 | 412 | 72 | 46 |
| Binary | 1011010 | 101001 | 10011011 | 101010 | 1001010 | 0 | 100111 | 100001010 | 111010 | 100110 |
Color Harmonies of #5A299B
Complementary color
Monochromatic Colors of #5A299B
Black with #5A299B
Text Example
Text Example
White with #5A299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A299B; }
p { color: rgb(90,41,155); }
H1.HeaderClassName
{
color: #5A299B;
}
.AnyTagClassName
{
color: #5A299B;
}
</style>
background-color css
<style>
a { background-color: #5A299B; }
a { background-color: rgb(90,41,155); }
div.DivClassName
{
background-color: #5A299B;
}
.BgClassName
{
background-color: #5A299B;
}
</style>
border-color css
<style>
span { border-color: #5A299B; }
span { border-color: rgb(90,41,155); }
td.TdClassName
{
border-color: #5A299B;
}
.TagClassName
{
border-color: #5A299B;
}
</style>