Shades of Daisy Bush #56289D
Tints of Daisy Bush #56289D
RGB
CMYK
RGB Variations
Color information
#56289D (or 0x56289D) is known color: Daisy Bush. HEX triplet: 56, 28 and 9D. RGB value is (86,40,157). Sum of RGB (Red+Green+Blue) = 86+40+157=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #56289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56289D is #A9D762. Grayscale: #424242. Windows color (decimal): -11130723 or 10299478. OLE color: 10299478.
HSL color Cylindrical-coordinate representation of color #56289D: hue angle of 263.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56289D is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 40 | 157 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.38 |
| HSL | 263.59º | 0.59% | 0.39% | - |
| HSV(B) | 263.59º | 0.75% | 0.62% | - |
| XYZ | 10.68 | 5.93 | 32.48 | - |
| YUV | 67.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 157 | 0.45 | 0.75 | 0 | 0.38 | 263.59 | 0.59 | 0.39 |
| Hex | 56 | 28 | 9D | 2D | 4B | 0 | 26 | 108 | 3B | 27 |
| Octal | 126 | 50 | 235 | 55 | 113 | 0 | 46 | 410 | 73 | 47 |
| Binary | 1010110 | 101000 | 10011101 | 101101 | 1001011 | 0 | 100110 | 100001000 | 111011 | 100111 |
Color Harmonies of #56289D
Complementary color
Monochromatic Colors of #56289D
Black with #56289D
Text Example
Text Example
White with #56289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56289D; }
p { color: rgb(86,40,157); }
H1.HeaderClassName
{
color: #56289D;
}
.AnyTagClassName
{
color: #56289D;
}
</style>
background-color css
<style>
a { background-color: #56289D; }
a { background-color: rgb(86,40,157); }
div.DivClassName
{
background-color: #56289D;
}
.BgClassName
{
background-color: #56289D;
}
</style>
border-color css
<style>
span { border-color: #56289D; }
span { border-color: rgb(86,40,157); }
td.TdClassName
{
border-color: #56289D;
}
.TagClassName
{
border-color: #56289D;
}
</style>