Shades of Daisy Bush #5A269A
Tints of Daisy Bush #5A269A
RGB
CMYK
RGB Variations
Color information
#5A269A (or 0x5A269A) is known color: Daisy Bush. HEX triplet: 5A, 26 and 9A. RGB value is (90,38,154). Sum of RGB (Red+Green+Blue) = 90+38+154=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A269A is #A5D965. Grayscale: #424242. Windows color (decimal): -10869094 or 10102362. OLE color: 10102362.
HSL color Cylindrical-coordinate representation of color #5A269A: hue angle of 266.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A269A is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 38 | 154 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.40 |
| HSL | 266.9º | 0.6% | 0.38% | - |
| HSV(B) | 266.9º | 0.75% | 0.6% | - |
| XYZ | 10.74 | 5.89 | 31.14 | - |
| YUV | 66.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 154 | 0.42 | 0.75 | 0 | 0.40 | 266.9 | 0.6 | 0.38 |
| Hex | 5A | 26 | 9A | 2A | 4B | 0 | 28 | 10B | 3C | 26 |
| Octal | 132 | 46 | 232 | 52 | 113 | 0 | 50 | 413 | 74 | 46 |
| Binary | 1011010 | 100110 | 10011010 | 101010 | 1001011 | 0 | 101000 | 100001011 | 111100 | 100110 |
Color Harmonies of #5A269A
Complementary color
Monochromatic Colors of #5A269A
Black with #5A269A
Text Example
Text Example
White with #5A269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A269A; }
p { color: rgb(90,38,154); }
H1.HeaderClassName
{
color: #5A269A;
}
.AnyTagClassName
{
color: #5A269A;
}
</style>
background-color css
<style>
a { background-color: #5A269A; }
a { background-color: rgb(90,38,154); }
div.DivClassName
{
background-color: #5A269A;
}
.BgClassName
{
background-color: #5A269A;
}
</style>
border-color css
<style>
span { border-color: #5A269A; }
span { border-color: rgb(90,38,154); }
td.TdClassName
{
border-color: #5A269A;
}
.TagClassName
{
border-color: #5A269A;
}
</style>