Shades of Daisy Bush #56329D
Tints of Daisy Bush #56329D
RGB
CMYK
RGB Variations
Color information
#56329D (or 0x56329D) is known color: Daisy Bush. HEX triplet: 56, 32 and 9D. RGB value is (86,50,157). Sum of RGB (Red+Green+Blue) = 86+50+157=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #56329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56329D is #A9CD62. Grayscale: #484848. Windows color (decimal): -11128163 or 10302038. OLE color: 10302038.
HSL color Cylindrical-coordinate representation of color #56329D: hue angle of 260.19º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56329D is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 50 | 157 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.38 |
| HSL | 260.19º | 0.52% | 0.41% | - |
| HSV(B) | 260.19º | 0.68% | 0.62% | - |
| XYZ | 11.06 | 6.69 | 32.61 | - |
| YUV | 72.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 157 | 0.45 | 0.68 | 0 | 0.38 | 260.19 | 0.52 | 0.41 |
| Hex | 56 | 32 | 9D | 2D | 44 | 0 | 26 | 104 | 34 | 29 |
| Octal | 126 | 62 | 235 | 55 | 104 | 0 | 46 | 404 | 64 | 51 |
| Binary | 1010110 | 110010 | 10011101 | 101101 | 1000100 | 0 | 100110 | 100000100 | 110100 | 101001 |
Color Harmonies of #56329D
Complementary color
Monochromatic Colors of #56329D
Black with #56329D
Text Example
Text Example
White with #56329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56329D; }
p { color: rgb(86,50,157); }
H1.HeaderClassName
{
color: #56329D;
}
.AnyTagClassName
{
color: #56329D;
}
</style>
background-color css
<style>
a { background-color: #56329D; }
a { background-color: rgb(86,50,157); }
div.DivClassName
{
background-color: #56329D;
}
.BgClassName
{
background-color: #56329D;
}
</style>
border-color css
<style>
span { border-color: #56329D; }
span { border-color: rgb(86,50,157); }
td.TdClassName
{
border-color: #56329D;
}
.TagClassName
{
border-color: #56329D;
}
</style>