Shades of Daisy Bush #563C96
Tints of Daisy Bush #563C96
RGB
CMYK
RGB Variations
Color information
#563C96 (or 0x563C96) is known color: Daisy Bush. HEX triplet: 56, 3C and 96. RGB value is (86,60,150). Sum of RGB (Red+Green+Blue) = 86+60+150=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #563C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563C96 is #A9C369. Grayscale: #4D4D4D. Windows color (decimal): -11125610 or 9845846. OLE color: 9845846.
HSL color Cylindrical-coordinate representation of color #563C96: hue angle of 257.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563C96 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 60 | 150 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.41 |
| HSL | 257.33º | 0.43% | 0.41% | - |
| HSV(B) | 257.33º | 0.6% | 0.59% | - |
| XYZ | 10.96 | 7.41 | 29.71 | - |
| YUV | 78.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 150 | 0.43 | 0.6 | 0 | 0.41 | 257.33 | 0.43 | 0.41 |
| Hex | 56 | 3C | 96 | 2B | 3C | 0 | 29 | 101 | 2B | 29 |
| Octal | 126 | 74 | 226 | 53 | 74 | 0 | 51 | 401 | 53 | 51 |
| Binary | 1010110 | 111100 | 10010110 | 101011 | 111100 | 0 | 101001 | 100000001 | 101011 | 101001 |
Color Harmonies of #563C96
Complementary color
Monochromatic Colors of #563C96
Black with #563C96
Text Example
Text Example
White with #563C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C96; }
p { color: rgb(86,60,150); }
H1.HeaderClassName
{
color: #563C96;
}
.AnyTagClassName
{
color: #563C96;
}
</style>
background-color css
<style>
a { background-color: #563C96; }
a { background-color: rgb(86,60,150); }
div.DivClassName
{
background-color: #563C96;
}
.BgClassName
{
background-color: #563C96;
}
</style>
border-color css
<style>
span { border-color: #563C96; }
span { border-color: rgb(86,60,150); }
td.TdClassName
{
border-color: #563C96;
}
.TagClassName
{
border-color: #563C96;
}
</style>