Shades of Daisy Bush #563F91
Tints of Daisy Bush #563F91
RGB
CMYK
RGB Variations
Color information
#563F91 (or 0x563F91) is known color: Daisy Bush. HEX triplet: 56, 3F and 91. RGB value is (86,63,145). Sum of RGB (Red+Green+Blue) = 86+63+145=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #563F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F91 is #A9C06E. Grayscale: #4E4E4E. Windows color (decimal): -11124847 or 9518934. OLE color: 9518934.
HSL color Cylindrical-coordinate representation of color #563F91: hue angle of 256.83º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563F91 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 63 | 145 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.43 |
| HSL | 256.83º | 0.39% | 0.41% | - |
| HSV(B) | 256.83º | 0.57% | 0.57% | - |
| XYZ | 10.73 | 7.58 | 27.69 | - |
| YUV | 79.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 145 | 0.41 | 0.57 | 0 | 0.43 | 256.83 | 0.39 | 0.41 |
| Hex | 56 | 3F | 91 | 29 | 39 | 0 | 2B | 101 | 27 | 29 |
| Octal | 126 | 77 | 221 | 51 | 71 | 0 | 53 | 401 | 47 | 51 |
| Binary | 1010110 | 111111 | 10010001 | 101001 | 111001 | 0 | 101011 | 100000001 | 100111 | 101001 |
Color Harmonies of #563F91
Complementary color
Monochromatic Colors of #563F91
Black with #563F91
Text Example
Text Example
White with #563F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F91; }
p { color: rgb(86,63,145); }
H1.HeaderClassName
{
color: #563F91;
}
.AnyTagClassName
{
color: #563F91;
}
</style>
background-color css
<style>
a { background-color: #563F91; }
a { background-color: rgb(86,63,145); }
div.DivClassName
{
background-color: #563F91;
}
.BgClassName
{
background-color: #563F91;
}
</style>
border-color css
<style>
span { border-color: #563F91; }
span { border-color: rgb(86,63,145); }
td.TdClassName
{
border-color: #563F91;
}
.TagClassName
{
border-color: #563F91;
}
</style>