Shades of Daisy Bush #592AA1
Tints of Daisy Bush #592AA1
RGB
CMYK
RGB Variations
Color information
#592AA1 (or 0x592AA1) is known color: Daisy Bush. HEX triplet: 59, 2A and A1. RGB value is (89,42,161). Sum of RGB (Red+Green+Blue) = 89+42+161=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #592AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592AA1 is #A6D55E. Grayscale: #454545. Windows color (decimal): -10933599 or 10562137. OLE color: 10562137.
HSL color Cylindrical-coordinate representation of color #592AA1: hue angle of 263.7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592AA1 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 42 | 161 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.37 |
| HSL | 263.7º | 0.59% | 0.4% | - |
| HSV(B) | 263.7º | 0.74% | 0.63% | - |
| XYZ | 11.38 | 6.35 | 34.34 | - |
| YUV | 69.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 161 | 0.45 | 0.74 | 0 | 0.37 | 263.7 | 0.59 | 0.4 |
| Hex | 59 | 2A | A1 | 2D | 4A | 0 | 25 | 108 | 3B | 28 |
| Octal | 131 | 52 | 241 | 55 | 112 | 0 | 45 | 410 | 73 | 50 |
| Binary | 1011001 | 101010 | 10100001 | 101101 | 1001010 | 0 | 100101 | 100001000 | 111011 | 101000 |
Color Harmonies of #592AA1
Complementary color
Monochromatic Colors of #592AA1
Black with #592AA1
Text Example
Text Example
White with #592AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592AA1; }
p { color: rgb(89,42,161); }
H1.HeaderClassName
{
color: #592AA1;
}
.AnyTagClassName
{
color: #592AA1;
}
</style>
background-color css
<style>
a { background-color: #592AA1; }
a { background-color: rgb(89,42,161); }
div.DivClassName
{
background-color: #592AA1;
}
.BgClassName
{
background-color: #592AA1;
}
</style>
border-color css
<style>
span { border-color: #592AA1; }
span { border-color: rgb(89,42,161); }
td.TdClassName
{
border-color: #592AA1;
}
.TagClassName
{
border-color: #592AA1;
}
</style>