Shades of Daisy Bush #56419D
Tints of Daisy Bush #56419D
RGB
CMYK
RGB Variations
Color information
#56419D (or 0x56419D) is known color: Daisy Bush. HEX triplet: 56, 41 and 9D. RGB value is (86,65,157). Sum of RGB (Red+Green+Blue) = 86+65+157=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #56419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56419D is #A9BE62. Grayscale: #515151. Windows color (decimal): -11124323 or 10305878. OLE color: 10305878.
HSL color Cylindrical-coordinate representation of color #56419D: hue angle of 253.7º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56419D is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 65 | 157 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.38 |
| HSL | 253.7º | 0.41% | 0.44% | - |
| HSV(B) | 253.7º | 0.59% | 0.62% | - |
| XYZ | 11.81 | 8.19 | 32.86 | - |
| YUV | 81.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 157 | 0.45 | 0.59 | 0 | 0.38 | 253.7 | 0.41 | 0.44 |
| Hex | 56 | 41 | 9D | 2D | 3B | 0 | 26 | FE | 29 | 2C |
| Octal | 126 | 101 | 235 | 55 | 73 | 0 | 46 | 376 | 51 | 54 |
| Binary | 1010110 | 1000001 | 10011101 | 101101 | 111011 | 0 | 100110 | 11111110 | 101001 | 101100 |
Color Harmonies of #56419D
Complementary color
Monochromatic Colors of #56419D
Black with #56419D
Text Example
Text Example
White with #56419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56419D; }
p { color: rgb(86,65,157); }
H1.HeaderClassName
{
color: #56419D;
}
.AnyTagClassName
{
color: #56419D;
}
</style>
background-color css
<style>
a { background-color: #56419D; }
a { background-color: rgb(86,65,157); }
div.DivClassName
{
background-color: #56419D;
}
.BgClassName
{
background-color: #56419D;
}
</style>
border-color css
<style>
span { border-color: #56419D; }
span { border-color: rgb(86,65,157); }
td.TdClassName
{
border-color: #56419D;
}
.TagClassName
{
border-color: #56419D;
}
</style>