Shades of Daisy Bush #592DA3
Tints of Daisy Bush #592DA3
RGB
CMYK
RGB Variations
Color information
#592DA3 (or 0x592DA3) is known color: Daisy Bush. HEX triplet: 59, 2D and A3. RGB value is (89,45,163). Sum of RGB (Red+Green+Blue) = 89+45+163=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #592DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DA3 is #A6D25C. Grayscale: #474747. Windows color (decimal): -10932829 or 10693977. OLE color: 10693977.
HSL color Cylindrical-coordinate representation of color #592DA3: hue angle of 262.37º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592DA3 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 45 | 163 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.36 |
| HSL | 262.37º | 0.57% | 0.41% | - |
| HSV(B) | 262.37º | 0.72% | 0.64% | - |
| XYZ | 11.67 | 6.64 | 35.32 | - |
| YUV | 71.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 163 | 0.45 | 0.72 | 0 | 0.36 | 262.37 | 0.57 | 0.41 |
| Hex | 59 | 2D | A3 | 2D | 48 | 0 | 24 | 106 | 39 | 29 |
| Octal | 131 | 55 | 243 | 55 | 110 | 0 | 44 | 406 | 71 | 51 |
| Binary | 1011001 | 101101 | 10100011 | 101101 | 1001000 | 0 | 100100 | 100000110 | 111001 | 101001 |
Color Harmonies of #592DA3
Complementary color
Monochromatic Colors of #592DA3
Black with #592DA3
Text Example
Text Example
White with #592DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DA3; }
p { color: rgb(89,45,163); }
H1.HeaderClassName
{
color: #592DA3;
}
.AnyTagClassName
{
color: #592DA3;
}
</style>
background-color css
<style>
a { background-color: #592DA3; }
a { background-color: rgb(89,45,163); }
div.DivClassName
{
background-color: #592DA3;
}
.BgClassName
{
background-color: #592DA3;
}
</style>
border-color css
<style>
span { border-color: #592DA3; }
span { border-color: rgb(89,45,163); }
td.TdClassName
{
border-color: #592DA3;
}
.TagClassName
{
border-color: #592DA3;
}
</style>