Shades of Daisy Bush #5940A2
Tints of Daisy Bush #5940A2
RGB
CMYK
RGB Variations
Color information
#5940A2 (or 0x5940A2) is known color: Daisy Bush. HEX triplet: 59, 40 and A2. RGB value is (89,64,162). Sum of RGB (Red+Green+Blue) = 89+64+162=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #5940A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940A2 is #A6BF5D. Grayscale: #525252. Windows color (decimal): -10927966 or 10633305. OLE color: 10633305.
HSL color Cylindrical-coordinate representation of color #5940A2: hue angle of 255.31º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5940A2 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 64 | 162 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.36 |
| HSL | 255.31º | 0.43% | 0.44% | - |
| HSV(B) | 255.31º | 0.6% | 0.64% | - |
| XYZ | 12.47 | 8.4 | 35.15 | - |
| YUV | 82.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 162 | 0.45 | 0.60 | 0 | 0.36 | 255.31 | 0.43 | 0.44 |
| Hex | 59 | 40 | A2 | 2D | 3C | 0 | 24 | FF | 2B | 2C |
| Octal | 131 | 100 | 242 | 55 | 74 | 0 | 44 | 377 | 53 | 54 |
| Binary | 1011001 | 1000000 | 10100010 | 101101 | 111100 | 0 | 100100 | 11111111 | 101011 | 101100 |
Color Harmonies of #5940A2
Complementary color
Monochromatic Colors of #5940A2
Black with #5940A2
Text Example
Text Example
White with #5940A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940A2; }
p { color: rgb(89,64,162); }
H1.HeaderClassName
{
color: #5940A2;
}
.AnyTagClassName
{
color: #5940A2;
}
</style>
background-color css
<style>
a { background-color: #5940A2; }
a { background-color: rgb(89,64,162); }
div.DivClassName
{
background-color: #5940A2;
}
.BgClassName
{
background-color: #5940A2;
}
</style>
border-color css
<style>
span { border-color: #5940A2; }
span { border-color: rgb(89,64,162); }
td.TdClassName
{
border-color: #5940A2;
}
.TagClassName
{
border-color: #5940A2;
}
</style>