Shades of Daisy Bush #592BA0
Tints of Daisy Bush #592BA0
RGB
CMYK
RGB Variations
Color information
#592BA0 (or 0x592BA0) is known color: Daisy Bush. HEX triplet: 59, 2B and A0. RGB value is (89,43,160). Sum of RGB (Red+Green+Blue) = 89+43+160=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #592BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BA0 is #A6D45F. Grayscale: #454545. Windows color (decimal): -10933344 or 10496857. OLE color: 10496857.
HSL color Cylindrical-coordinate representation of color #592BA0: hue angle of 263.59º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592BA0 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 43 | 160 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.37 |
| HSL | 263.59º | 0.58% | 0.4% | - |
| HSV(B) | 263.59º | 0.73% | 0.63% | - |
| XYZ | 11.33 | 6.39 | 33.89 | - |
| YUV | 70.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 160 | 0.44 | 0.73 | 0 | 0.37 | 263.59 | 0.58 | 0.4 |
| Hex | 59 | 2B | A0 | 2C | 49 | 0 | 25 | 108 | 3A | 28 |
| Octal | 131 | 53 | 240 | 54 | 111 | 0 | 45 | 410 | 72 | 50 |
| Binary | 1011001 | 101011 | 10100000 | 101100 | 1001001 | 0 | 100101 | 100001000 | 111010 | 101000 |
Color Harmonies of #592BA0
Complementary color
Monochromatic Colors of #592BA0
Black with #592BA0
Text Example
Text Example
White with #592BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BA0; }
p { color: rgb(89,43,160); }
H1.HeaderClassName
{
color: #592BA0;
}
.AnyTagClassName
{
color: #592BA0;
}
</style>
background-color css
<style>
a { background-color: #592BA0; }
a { background-color: rgb(89,43,160); }
div.DivClassName
{
background-color: #592BA0;
}
.BgClassName
{
background-color: #592BA0;
}
</style>
border-color css
<style>
span { border-color: #592BA0; }
span { border-color: rgb(89,43,160); }
td.TdClassName
{
border-color: #592BA0;
}
.TagClassName
{
border-color: #592BA0;
}
</style>