Shades of Daisy Bush #564496
Tints of Daisy Bush #564496
RGB
CMYK
RGB Variations
Color information
#564496 (or 0x564496) is known color: Daisy Bush. HEX triplet: 56, 44 and 96. RGB value is (86,68,150). Sum of RGB (Red+Green+Blue) = 86+68+150=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #564496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564496 is #A9BB69. Grayscale: #525252. Windows color (decimal): -11123562 or 9847894. OLE color: 9847894.
HSL color Cylindrical-coordinate representation of color #564496: hue angle of 253.17º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564496 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 68 | 150 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.41 |
| HSL | 253.17º | 0.38% | 0.43% | - |
| HSV(B) | 253.17º | 0.55% | 0.59% | - |
| XYZ | 11.41 | 8.31 | 29.86 | - |
| YUV | 82.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 150 | 0.43 | 0.55 | 0 | 0.41 | 253.17 | 0.38 | 0.43 |
| Hex | 56 | 44 | 96 | 2B | 37 | 0 | 29 | FD | 26 | 2B |
| Octal | 126 | 104 | 226 | 53 | 67 | 0 | 51 | 375 | 46 | 53 |
| Binary | 1010110 | 1000100 | 10010110 | 101011 | 110111 | 0 | 101001 | 11111101 | 100110 | 101011 |
Color Harmonies of #564496
Complementary color
Monochromatic Colors of #564496
Black with #564496
Text Example
Text Example
White with #564496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564496; }
p { color: rgb(86,68,150); }
H1.HeaderClassName
{
color: #564496;
}
.AnyTagClassName
{
color: #564496;
}
</style>
background-color css
<style>
a { background-color: #564496; }
a { background-color: rgb(86,68,150); }
div.DivClassName
{
background-color: #564496;
}
.BgClassName
{
background-color: #564496;
}
</style>
border-color css
<style>
span { border-color: #564496; }
span { border-color: rgb(86,68,150); }
td.TdClassName
{
border-color: #564496;
}
.TagClassName
{
border-color: #564496;
}
</style>