Shades of Daisy Bush #592A96
Tints of Daisy Bush #592A96
RGB
CMYK
RGB Variations
Color information
#592A96 (or 0x592A96) is known color: Daisy Bush. HEX triplet: 59, 2A and 96. RGB value is (89,42,150). Sum of RGB (Red+Green+Blue) = 89+42+150=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #592A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592A96 is #A6D569. Grayscale: #434343. Windows color (decimal): -10933610 or 9841241. OLE color: 9841241.
HSL color Cylindrical-coordinate representation of color #592A96: hue angle of 266.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592A96 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 42 | 150 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.41 |
| HSL | 266.11º | 0.56% | 0.38% | - |
| HSV(B) | 266.11º | 0.72% | 0.59% | - |
| XYZ | 10.45 | 5.98 | 29.46 | - |
| YUV | 68.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 150 | 0.41 | 0.72 | 0 | 0.41 | 266.11 | 0.56 | 0.38 |
| Hex | 59 | 2A | 96 | 29 | 48 | 0 | 29 | 10A | 38 | 26 |
| Octal | 131 | 52 | 226 | 51 | 110 | 0 | 51 | 412 | 70 | 46 |
| Binary | 1011001 | 101010 | 10010110 | 101001 | 1001000 | 0 | 101001 | 100001010 | 111000 | 100110 |
Color Harmonies of #592A96
Complementary color
Monochromatic Colors of #592A96
Black with #592A96
Text Example
Text Example
White with #592A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A96; }
p { color: rgb(89,42,150); }
H1.HeaderClassName
{
color: #592A96;
}
.AnyTagClassName
{
color: #592A96;
}
</style>
background-color css
<style>
a { background-color: #592A96; }
a { background-color: rgb(89,42,150); }
div.DivClassName
{
background-color: #592A96;
}
.BgClassName
{
background-color: #592A96;
}
</style>
border-color css
<style>
span { border-color: #592A96; }
span { border-color: rgb(89,42,150); }
td.TdClassName
{
border-color: #592A96;
}
.TagClassName
{
border-color: #592A96;
}
</style>