Shades of Daisy Bush #5A289E
Tints of Daisy Bush #5A289E
RGB
CMYK
RGB Variations
Color information
#5A289E (or 0x5A289E) is known color: Daisy Bush. HEX triplet: 5A, 28 and 9E. RGB value is (90,40,158). Sum of RGB (Red+Green+Blue) = 90+40+158=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A289E is #A5D761. Grayscale: #434343. Windows color (decimal): -10868578 or 10365018. OLE color: 10365018.
HSL color Cylindrical-coordinate representation of color #5A289E: hue angle of 265.42º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A289E is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 40 | 158 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.38 |
| HSL | 265.42º | 0.6% | 0.39% | - |
| HSV(B) | 265.42º | 0.75% | 0.62% | - |
| XYZ | 11.15 | 6.16 | 32.95 | - |
| YUV | 68.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 158 | 0.43 | 0.75 | 0 | 0.38 | 265.42 | 0.6 | 0.39 |
| Hex | 5A | 28 | 9E | 2B | 4B | 0 | 26 | 109 | 3C | 27 |
| Octal | 132 | 50 | 236 | 53 | 113 | 0 | 46 | 411 | 74 | 47 |
| Binary | 1011010 | 101000 | 10011110 | 101011 | 1001011 | 0 | 100110 | 100001001 | 111100 | 100111 |
Color Harmonies of #5A289E
Complementary color
Monochromatic Colors of #5A289E
Black with #5A289E
Text Example
Text Example
White with #5A289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A289E; }
p { color: rgb(90,40,158); }
H1.HeaderClassName
{
color: #5A289E;
}
.AnyTagClassName
{
color: #5A289E;
}
</style>
background-color css
<style>
a { background-color: #5A289E; }
a { background-color: rgb(90,40,158); }
div.DivClassName
{
background-color: #5A289E;
}
.BgClassName
{
background-color: #5A289E;
}
</style>
border-color css
<style>
span { border-color: #5A289E; }
span { border-color: rgb(90,40,158); }
td.TdClassName
{
border-color: #5A289E;
}
.TagClassName
{
border-color: #5A289E;
}
</style>