Shades of Daisy Bush #56249E
Tints of Daisy Bush #56249E
RGB
CMYK
RGB Variations
Color information
#56249E (or 0x56249E) is known color: Daisy Bush. HEX triplet: 56, 24 and 9E. RGB value is (86,36,158). Sum of RGB (Red+Green+Blue) = 86+36+158=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #56249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56249E is #A9DB61. Grayscale: #404040. Windows color (decimal): -11131746 or 10363990. OLE color: 10363990.
HSL color Cylindrical-coordinate representation of color #56249E: hue angle of 264.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56249E is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 36 | 158 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.38 |
| HSL | 264.59º | 0.63% | 0.38% | - |
| HSV(B) | 264.59º | 0.77% | 0.62% | - |
| XYZ | 10.64 | 5.71 | 32.89 | - |
| YUV | 64.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 158 | 0.46 | 0.77 | 0 | 0.38 | 264.59 | 0.63 | 0.38 |
| Hex | 56 | 24 | 9E | 2E | 4D | 0 | 26 | 109 | 3F | 26 |
| Octal | 126 | 44 | 236 | 56 | 115 | 0 | 46 | 411 | 77 | 46 |
| Binary | 1010110 | 100100 | 10011110 | 101110 | 1001101 | 0 | 100110 | 100001001 | 111111 | 100110 |
Color Harmonies of #56249E
Complementary color
Monochromatic Colors of #56249E
Black with #56249E
Text Example
Text Example
White with #56249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56249E; }
p { color: rgb(86,36,158); }
H1.HeaderClassName
{
color: #56249E;
}
.AnyTagClassName
{
color: #56249E;
}
</style>
background-color css
<style>
a { background-color: #56249E; }
a { background-color: rgb(86,36,158); }
div.DivClassName
{
background-color: #56249E;
}
.BgClassName
{
background-color: #56249E;
}
</style>
border-color css
<style>
span { border-color: #56249E; }
span { border-color: rgb(86,36,158); }
td.TdClassName
{
border-color: #56249E;
}
.TagClassName
{
border-color: #56249E;
}
</style>