Shades of Daisy Bush #56399E
Tints of Daisy Bush #56399E
RGB
CMYK
RGB Variations
Color information
#56399E (or 0x56399E) is known color: Daisy Bush. HEX triplet: 56, 39 and 9E. RGB value is (86,57,158). Sum of RGB (Red+Green+Blue) = 86+57+158=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #56399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56399E is #A9C661. Grayscale: #4C4C4C. Windows color (decimal): -11126370 or 10369366. OLE color: 10369366.
HSL color Cylindrical-coordinate representation of color #56399E: hue angle of 257.23º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56399E is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 57 | 158 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.38 |
| HSL | 257.23º | 0.47% | 0.42% | - |
| HSV(B) | 257.23º | 0.64% | 0.62% | - |
| XYZ | 11.47 | 7.37 | 33.17 | - |
| YUV | 77.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 158 | 0.46 | 0.64 | 0 | 0.38 | 257.23 | 0.47 | 0.42 |
| Hex | 56 | 39 | 9E | 2E | 40 | 0 | 26 | 101 | 2F | 2A |
| Octal | 126 | 71 | 236 | 56 | 100 | 0 | 46 | 401 | 57 | 52 |
| Binary | 1010110 | 111001 | 10011110 | 101110 | 1000000 | 0 | 100110 | 100000001 | 101111 | 101010 |
Color Harmonies of #56399E
Complementary color
Monochromatic Colors of #56399E
Black with #56399E
Text Example
Text Example
White with #56399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56399E; }
p { color: rgb(86,57,158); }
H1.HeaderClassName
{
color: #56399E;
}
.AnyTagClassName
{
color: #56399E;
}
</style>
background-color css
<style>
a { background-color: #56399E; }
a { background-color: rgb(86,57,158); }
div.DivClassName
{
background-color: #56399E;
}
.BgClassName
{
background-color: #56399E;
}
</style>
border-color css
<style>
span { border-color: #56399E; }
span { border-color: rgb(86,57,158); }
td.TdClassName
{
border-color: #56399E;
}
.TagClassName
{
border-color: #56399E;
}
</style>