Shades of Daisy Bush #56348E
Tints of Daisy Bush #56348E
RGB
CMYK
RGB Variations
Color information
#56348E (or 0x56348E) is known color: Daisy Bush. HEX triplet: 56, 34 and 8E. RGB value is (86,52,142). Sum of RGB (Red+Green+Blue) = 86+52+142=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #56348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56348E is #A9CB71. Grayscale: #484848. Windows color (decimal): -11127666 or 9319510. OLE color: 9319510.
HSL color Cylindrical-coordinate representation of color #56348E: hue angle of 262.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56348E is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 52 | 142 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.44 |
| HSL | 262.67º | 0.46% | 0.38% | - |
| HSV(B) | 262.67º | 0.63% | 0.56% | - |
| XYZ | 9.95 | 6.39 | 26.3 | - |
| YUV | 72.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 142 | 0.39 | 0.63 | 0 | 0.44 | 262.67 | 0.46 | 0.38 |
| Hex | 56 | 34 | 8E | 27 | 3F | 0 | 2C | 107 | 2E | 26 |
| Octal | 126 | 64 | 216 | 47 | 77 | 0 | 54 | 407 | 56 | 46 |
| Binary | 1010110 | 110100 | 10001110 | 100111 | 111111 | 0 | 101100 | 100000111 | 101110 | 100110 |
Color Harmonies of #56348E
Complementary color
Monochromatic Colors of #56348E
Black with #56348E
Text Example
Text Example
White with #56348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56348E; }
p { color: rgb(86,52,142); }
H1.HeaderClassName
{
color: #56348E;
}
.AnyTagClassName
{
color: #56348E;
}
</style>
background-color css
<style>
a { background-color: #56348E; }
a { background-color: rgb(86,52,142); }
div.DivClassName
{
background-color: #56348E;
}
.BgClassName
{
background-color: #56348E;
}
</style>
border-color css
<style>
span { border-color: #56348E; }
span { border-color: rgb(86,52,142); }
td.TdClassName
{
border-color: #56348E;
}
.TagClassName
{
border-color: #56348E;
}
</style>