Shades of Daisy Bush #562CA0
Tints of Daisy Bush #562CA0
RGB
CMYK
RGB Variations
Color information
#562CA0 (or 0x562CA0) is known color: Daisy Bush. HEX triplet: 56, 2C and A0. RGB value is (86,44,160). Sum of RGB (Red+Green+Blue) = 86+44+160=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #562CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562CA0 is #A9D35F. Grayscale: #454545. Windows color (decimal): -11129696 or 10497110. OLE color: 10497110.
HSL color Cylindrical-coordinate representation of color #562CA0: hue angle of 261.72º degrees, saturation: 0.57, 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 #562CA0 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 44 | 160 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.37 |
| HSL | 261.72º | 0.57% | 0.4% | - |
| HSV(B) | 261.72º | 0.73% | 0.63% | - |
| XYZ | 11.08 | 6.32 | 33.89 | - |
| YUV | 69.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 160 | 0.46 | 0.72 | 0 | 0.37 | 261.72 | 0.57 | 0.4 |
| Hex | 56 | 2C | A0 | 2E | 48 | 0 | 25 | 106 | 39 | 28 |
| Octal | 126 | 54 | 240 | 56 | 110 | 0 | 45 | 406 | 71 | 50 |
| Binary | 1010110 | 101100 | 10100000 | 101110 | 1001000 | 0 | 100101 | 100000110 | 111001 | 101000 |
Color Harmonies of #562CA0
Complementary color
Monochromatic Colors of #562CA0
Black with #562CA0
Text Example
Text Example
White with #562CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CA0; }
p { color: rgb(86,44,160); }
H1.HeaderClassName
{
color: #562CA0;
}
.AnyTagClassName
{
color: #562CA0;
}
</style>
background-color css
<style>
a { background-color: #562CA0; }
a { background-color: rgb(86,44,160); }
div.DivClassName
{
background-color: #562CA0;
}
.BgClassName
{
background-color: #562CA0;
}
</style>
border-color css
<style>
span { border-color: #562CA0; }
span { border-color: rgb(86,44,160); }
td.TdClassName
{
border-color: #562CA0;
}
.TagClassName
{
border-color: #562CA0;
}
</style>