Shades of Daisy Bush #56338C
Tints of Daisy Bush #56338C
RGB
CMYK
RGB Variations
Color information
#56338C (or 0x56338C) is known color: Daisy Bush. HEX triplet: 56, 33 and 8C. RGB value is (86,51,140). Sum of RGB (Red+Green+Blue) = 86+51+140=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #56338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56338C is #A9CC73. Grayscale: #474747. Windows color (decimal): -11127924 or 9188182. OLE color: 9188182.
HSL color Cylindrical-coordinate representation of color #56338C: hue angle of 263.6º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56338C is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 51 | 140 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.45 |
| HSL | 263.6º | 0.47% | 0.37% | - |
| HSV(B) | 263.6º | 0.64% | 0.55% | - |
| XYZ | 9.76 | 6.24 | 25.5 | - |
| YUV | 71.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 140 | 0.39 | 0.64 | 0 | 0.45 | 263.6 | 0.47 | 0.37 |
| Hex | 56 | 33 | 8C | 27 | 40 | 0 | 2D | 108 | 2F | 25 |
| Octal | 126 | 63 | 214 | 47 | 100 | 0 | 55 | 410 | 57 | 45 |
| Binary | 1010110 | 110011 | 10001100 | 100111 | 1000000 | 0 | 101101 | 100001000 | 101111 | 100101 |
Color Harmonies of #56338C
Complementary color
Monochromatic Colors of #56338C
Black with #56338C
Text Example
Text Example
White with #56338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56338C; }
p { color: rgb(86,51,140); }
H1.HeaderClassName
{
color: #56338C;
}
.AnyTagClassName
{
color: #56338C;
}
</style>
background-color css
<style>
a { background-color: #56338C; }
a { background-color: rgb(86,51,140); }
div.DivClassName
{
background-color: #56338C;
}
.BgClassName
{
background-color: #56338C;
}
</style>
border-color css
<style>
span { border-color: #56338C; }
span { border-color: rgb(86,51,140); }
td.TdClassName
{
border-color: #56338C;
}
.TagClassName
{
border-color: #56338C;
}
</style>