Shades of Daisy Bush #56368C
Tints of Daisy Bush #56368C
RGB
CMYK
RGB Variations
Color information
#56368C (or 0x56368C) is known color: Daisy Bush. HEX triplet: 56, 36 and 8C. RGB value is (86,54,140). Sum of RGB (Red+Green+Blue) = 86+54+140=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #56368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56368C is #A9C973. Grayscale: #494949. Windows color (decimal): -11127156 or 9188950. OLE color: 9188950.
HSL color Cylindrical-coordinate representation of color #56368C: hue angle of 262.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56368C is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 54 | 140 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.45 |
| HSL | 262.33º | 0.44% | 0.38% | - |
| HSV(B) | 262.33º | 0.61% | 0.55% | - |
| XYZ | 9.89 | 6.51 | 25.55 | - |
| YUV | 73.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 140 | 0.39 | 0.61 | 0 | 0.45 | 262.33 | 0.44 | 0.38 |
| Hex | 56 | 36 | 8C | 27 | 3D | 0 | 2D | 106 | 2C | 26 |
| Octal | 126 | 66 | 214 | 47 | 75 | 0 | 55 | 406 | 54 | 46 |
| Binary | 1010110 | 110110 | 10001100 | 100111 | 111101 | 0 | 101101 | 100000110 | 101100 | 100110 |
Color Harmonies of #56368C
Complementary color
Monochromatic Colors of #56368C
Black with #56368C
Text Example
Text Example
White with #56368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56368C; }
p { color: rgb(86,54,140); }
H1.HeaderClassName
{
color: #56368C;
}
.AnyTagClassName
{
color: #56368C;
}
</style>
background-color css
<style>
a { background-color: #56368C; }
a { background-color: rgb(86,54,140); }
div.DivClassName
{
background-color: #56368C;
}
.BgClassName
{
background-color: #56368C;
}
</style>
border-color css
<style>
span { border-color: #56368C; }
span { border-color: rgb(86,54,140); }
td.TdClassName
{
border-color: #56368C;
}
.TagClassName
{
border-color: #56368C;
}
</style>