Shades of Daisy Bush #563A89
Tints of Daisy Bush #563A89
RGB
CMYK
RGB Variations
Color information
#563A89 (or 0x563A89) is known color: Daisy Bush. HEX triplet: 56, 3A and 89. RGB value is (86,58,137). Sum of RGB (Red+Green+Blue) = 86+58+137=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #563A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A89 is #A9C576. Grayscale: #4B4B4B. Windows color (decimal): -11126135 or 8993366. OLE color: 8993366.
HSL color Cylindrical-coordinate representation of color #563A89: hue angle of 261.27º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563A89 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 58 | 137 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.46 |
| HSL | 261.27º | 0.41% | 0.38% | - |
| HSV(B) | 261.27º | 0.58% | 0.54% | - |
| XYZ | 9.87 | 6.81 | 24.46 | - |
| YUV | 75.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 137 | 0.37 | 0.58 | 0 | 0.46 | 261.27 | 0.41 | 0.38 |
| Hex | 56 | 3A | 89 | 25 | 3A | 0 | 2E | 105 | 29 | 26 |
| Octal | 126 | 72 | 211 | 45 | 72 | 0 | 56 | 405 | 51 | 46 |
| Binary | 1010110 | 111010 | 10001001 | 100101 | 111010 | 0 | 101110 | 100000101 | 101001 | 100110 |
Color Harmonies of #563A89
Complementary color
Monochromatic Colors of #563A89
Black with #563A89
Text Example
Text Example
White with #563A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A89; }
p { color: rgb(86,58,137); }
H1.HeaderClassName
{
color: #563A89;
}
.AnyTagClassName
{
color: #563A89;
}
</style>
background-color css
<style>
a { background-color: #563A89; }
a { background-color: rgb(86,58,137); }
div.DivClassName
{
background-color: #563A89;
}
.BgClassName
{
background-color: #563A89;
}
</style>
border-color css
<style>
span { border-color: #563A89; }
span { border-color: rgb(86,58,137); }
td.TdClassName
{
border-color: #563A89;
}
.TagClassName
{
border-color: #563A89;
}
</style>