Shades of Daisy Bush #56459C
Tints of Daisy Bush #56459C
RGB
CMYK
RGB Variations
Color information
#56459C (or 0x56459C) is known color: Daisy Bush. HEX triplet: 56, 45 and 9C. RGB value is (86,69,156). Sum of RGB (Red+Green+Blue) = 86+69+156=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #56459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459C is #A9BA63. Grayscale: #535353. Windows color (decimal): -11123300 or 10241366. OLE color: 10241366.
HSL color Cylindrical-coordinate representation of color #56459C: hue angle of 251.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56459C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 69 | 156 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.39 |
| HSL | 251.72º | 0.39% | 0.44% | - |
| HSV(B) | 251.72º | 0.56% | 0.61% | - |
| XYZ | 11.97 | 8.63 | 32.49 | - |
| YUV | 84 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 156 | 0.45 | 0.56 | 0 | 0.39 | 251.72 | 0.39 | 0.44 |
| Hex | 56 | 45 | 9C | 2D | 38 | 0 | 27 | FC | 27 | 2C |
| Octal | 126 | 105 | 234 | 55 | 70 | 0 | 47 | 374 | 47 | 54 |
| Binary | 1010110 | 1000101 | 10011100 | 101101 | 111000 | 0 | 100111 | 11111100 | 100111 | 101100 |
Color Harmonies of #56459C
Complementary color
Monochromatic Colors of #56459C
Black with #56459C
Text Example
Text Example
White with #56459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56459C; }
p { color: rgb(86,69,156); }
H1.HeaderClassName
{
color: #56459C;
}
.AnyTagClassName
{
color: #56459C;
}
</style>
background-color css
<style>
a { background-color: #56459C; }
a { background-color: rgb(86,69,156); }
div.DivClassName
{
background-color: #56459C;
}
.BgClassName
{
background-color: #56459C;
}
</style>
border-color css
<style>
span { border-color: #56459C; }
span { border-color: rgb(86,69,156); }
td.TdClassName
{
border-color: #56459C;
}
.TagClassName
{
border-color: #56459C;
}
</style>