Shades of Daisy Bush #5A2B9D
Tints of Daisy Bush #5A2B9D
RGB
CMYK
RGB Variations
Color information
#5A2B9D (or 0x5A2B9D) is known color: Daisy Bush. HEX triplet: 5A, 2B and 9D. RGB value is (90,43,157). Sum of RGB (Red+Green+Blue) = 90+43+157=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2B9D is #A5D462. Grayscale: #454545. Windows color (decimal): -10867811 or 10300250. OLE color: 10300250.
HSL color Cylindrical-coordinate representation of color #5A2B9D: hue angle of 264.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2B9D is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 43 | 157 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.38 |
| HSL | 264.74º | 0.57% | 0.39% | - |
| HSV(B) | 264.74º | 0.73% | 0.62% | - |
| XYZ | 11.17 | 6.34 | 32.53 | - |
| YUV | 70.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 157 | 0.43 | 0.73 | 0 | 0.38 | 264.74 | 0.57 | 0.39 |
| Hex | 5A | 2B | 9D | 2B | 49 | 0 | 26 | 109 | 39 | 27 |
| Octal | 132 | 53 | 235 | 53 | 111 | 0 | 46 | 411 | 71 | 47 |
| Binary | 1011010 | 101011 | 10011101 | 101011 | 1001001 | 0 | 100110 | 100001001 | 111001 | 100111 |
Color Harmonies of #5A2B9D
Complementary color
Monochromatic Colors of #5A2B9D
Black with #5A2B9D
Text Example
Text Example
White with #5A2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B9D; }
p { color: rgb(90,43,157); }
H1.HeaderClassName
{
color: #5A2B9D;
}
.AnyTagClassName
{
color: #5A2B9D;
}
</style>
background-color css
<style>
a { background-color: #5A2B9D; }
a { background-color: rgb(90,43,157); }
div.DivClassName
{
background-color: #5A2B9D;
}
.BgClassName
{
background-color: #5A2B9D;
}
</style>
border-color css
<style>
span { border-color: #5A2B9D; }
span { border-color: rgb(90,43,157); }
td.TdClassName
{
border-color: #5A2B9D;
}
.TagClassName
{
border-color: #5A2B9D;
}
</style>