Shades of Daisy Bush #563F90
Tints of Daisy Bush #563F90
RGB
CMYK
RGB Variations
Color information
#563F90 (or 0x563F90) is known color: Daisy Bush. HEX triplet: 56, 3F and 90. RGB value is (86,63,144). Sum of RGB (Red+Green+Blue) = 86+63+144=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #563F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F90 is #A9C06F. Grayscale: #4E4E4E. Windows color (decimal): -11124848 or 9453398. OLE color: 9453398.
HSL color Cylindrical-coordinate representation of color #563F90: hue angle of 257.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563F90 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 63 | 144 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.44 |
| HSL | 257.04º | 0.39% | 0.41% | - |
| HSV(B) | 257.04º | 0.56% | 0.56% | - |
| XYZ | 10.65 | 7.55 | 27.28 | - |
| YUV | 79.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 144 | 0.40 | 0.56 | 0 | 0.44 | 257.04 | 0.39 | 0.41 |
| Hex | 56 | 3F | 90 | 28 | 38 | 0 | 2C | 101 | 27 | 29 |
| Octal | 126 | 77 | 220 | 50 | 70 | 0 | 54 | 401 | 47 | 51 |
| Binary | 1010110 | 111111 | 10010000 | 101000 | 111000 | 0 | 101100 | 100000001 | 100111 | 101001 |
Color Harmonies of #563F90
Complementary color
Monochromatic Colors of #563F90
Black with #563F90
Text Example
Text Example
White with #563F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F90; }
p { color: rgb(86,63,144); }
H1.HeaderClassName
{
color: #563F90;
}
.AnyTagClassName
{
color: #563F90;
}
</style>
background-color css
<style>
a { background-color: #563F90; }
a { background-color: rgb(86,63,144); }
div.DivClassName
{
background-color: #563F90;
}
.BgClassName
{
background-color: #563F90;
}
</style>
border-color css
<style>
span { border-color: #563F90; }
span { border-color: rgb(86,63,144); }
td.TdClassName
{
border-color: #563F90;
}
.TagClassName
{
border-color: #563F90;
}
</style>