Shades of Daisy Bush #56299D
Tints of Daisy Bush #56299D
RGB
CMYK
RGB Variations
Color information
#56299D (or 0x56299D) is known color: Daisy Bush. HEX triplet: 56, 29 and 9D. RGB value is (86,41,157). Sum of RGB (Red+Green+Blue) = 86+41+157=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #56299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56299D is #A9D662. Grayscale: #434343. Windows color (decimal): -11130467 or 10299734. OLE color: 10299734.
HSL color Cylindrical-coordinate representation of color #56299D: hue angle of 263.28º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56299D is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 41 | 157 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.38 |
| HSL | 263.28º | 0.59% | 0.39% | - |
| HSV(B) | 263.28º | 0.74% | 0.62% | - |
| XYZ | 10.72 | 6 | 32.49 | - |
| YUV | 67.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 157 | 0.45 | 0.74 | 0 | 0.38 | 263.28 | 0.59 | 0.39 |
| Hex | 56 | 29 | 9D | 2D | 4A | 0 | 26 | 107 | 3B | 27 |
| Octal | 126 | 51 | 235 | 55 | 112 | 0 | 46 | 407 | 73 | 47 |
| Binary | 1010110 | 101001 | 10011101 | 101101 | 1001010 | 0 | 100110 | 100000111 | 111011 | 100111 |
Color Harmonies of #56299D
Complementary color
Monochromatic Colors of #56299D
Black with #56299D
Text Example
Text Example
White with #56299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56299D; }
p { color: rgb(86,41,157); }
H1.HeaderClassName
{
color: #56299D;
}
.AnyTagClassName
{
color: #56299D;
}
</style>
background-color css
<style>
a { background-color: #56299D; }
a { background-color: rgb(86,41,157); }
div.DivClassName
{
background-color: #56299D;
}
.BgClassName
{
background-color: #56299D;
}
</style>
border-color css
<style>
span { border-color: #56299D; }
span { border-color: rgb(86,41,157); }
td.TdClassName
{
border-color: #56299D;
}
.TagClassName
{
border-color: #56299D;
}
</style>