Shades of Daisy Bush #561AA0
Tints of Daisy Bush #561AA0
RGB
CMYK
RGB Variations
Color information
#561AA0 (or 0x561AA0) is known color: Daisy Bush. HEX triplet: 56, 1A and A0. RGB value is (86,26,160). Sum of RGB (Red+Green+Blue) = 86+26+160=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #561AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AA0 is #A9E55F. Grayscale: #3A3A3A. Windows color (decimal): -11134304 or 10492502. OLE color: 10492502.
HSL color Cylindrical-coordinate representation of color #561AA0: hue angle of 266.87º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561AA0 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 26 | 160 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.37 |
| HSL | 266.87º | 0.72% | 0.36% | - |
| HSV(B) | 266.87º | 0.84% | 0.63% | - |
| XYZ | 10.55 | 5.26 | 33.72 | - |
| YUV | 59.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 160 | 0.46 | 0.84 | 0 | 0.37 | 266.87 | 0.72 | 0.36 |
| Hex | 56 | 1A | A0 | 2E | 54 | 0 | 25 | 10B | 48 | 24 |
| Octal | 126 | 32 | 240 | 56 | 124 | 0 | 45 | 413 | 110 | 44 |
| Binary | 1010110 | 11010 | 10100000 | 101110 | 1010100 | 0 | 100101 | 100001011 | 1001000 | 100100 |
Color Harmonies of #561AA0
Complementary color
Monochromatic Colors of #561AA0
Black with #561AA0
Text Example
Text Example
White with #561AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AA0; }
p { color: rgb(86,26,160); }
H1.HeaderClassName
{
color: #561AA0;
}
.AnyTagClassName
{
color: #561AA0;
}
</style>
background-color css
<style>
a { background-color: #561AA0; }
a { background-color: rgb(86,26,160); }
div.DivClassName
{
background-color: #561AA0;
}
.BgClassName
{
background-color: #561AA0;
}
</style>
border-color css
<style>
span { border-color: #561AA0; }
span { border-color: rgb(86,26,160); }
td.TdClassName
{
border-color: #561AA0;
}
.TagClassName
{
border-color: #561AA0;
}
</style>