Shades of Daisy Bush #56459A
Tints of Daisy Bush #56459A
RGB
CMYK
RGB Variations
Color information
#56459A (or 0x56459A) is known color: Daisy Bush. HEX triplet: 56, 45 and 9A. RGB value is (86,69,154). Sum of RGB (Red+Green+Blue) = 86+69+154=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #56459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459A is #A9BA65. Grayscale: #535353. Windows color (decimal): -11123302 or 10110294. OLE color: 10110294.
HSL color Cylindrical-coordinate representation of color #56459A: hue angle of 252º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56459A is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 69 | 154 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.40 |
| HSL | 252º | 0.38% | 0.44% | - |
| HSV(B) | 252º | 0.55% | 0.6% | - |
| XYZ | 11.8 | 8.57 | 31.6 | - |
| YUV | 83.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 154 | 0.44 | 0.55 | 0 | 0.40 | 252 | 0.38 | 0.44 |
| Hex | 56 | 45 | 9A | 2C | 37 | 0 | 28 | FC | 26 | 2C |
| Octal | 126 | 105 | 232 | 54 | 67 | 0 | 50 | 374 | 46 | 54 |
| Binary | 1010110 | 1000101 | 10011010 | 101100 | 110111 | 0 | 101000 | 11111100 | 100110 | 101100 |
Color Harmonies of #56459A
Complementary color
Monochromatic Colors of #56459A
Black with #56459A
Text Example
Text Example
White with #56459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56459A; }
p { color: rgb(86,69,154); }
H1.HeaderClassName
{
color: #56459A;
}
.AnyTagClassName
{
color: #56459A;
}
</style>
background-color css
<style>
a { background-color: #56459A; }
a { background-color: rgb(86,69,154); }
div.DivClassName
{
background-color: #56459A;
}
.BgClassName
{
background-color: #56459A;
}
</style>
border-color css
<style>
span { border-color: #56459A; }
span { border-color: rgb(86,69,154); }
td.TdClassName
{
border-color: #56459A;
}
.TagClassName
{
border-color: #56459A;
}
</style>