Shades of Daisy Bush #56308F
Tints of Daisy Bush #56308F
RGB
CMYK
RGB Variations
Color information
#56308F (or 0x56308F) is known color: Daisy Bush. HEX triplet: 56, 30 and 8F. RGB value is (86,48,143). Sum of RGB (Red+Green+Blue) = 86+48+143=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #56308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56308F is #A9CF70. Grayscale: #454545. Windows color (decimal): -11128689 or 9384022. OLE color: 9384022.
HSL color Cylindrical-coordinate representation of color #56308F: hue angle of 264º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56308F is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 48 | 143 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.44 |
| HSL | 264º | 0.5% | 0.37% | - |
| HSV(B) | 264º | 0.66% | 0.56% | - |
| XYZ | 9.85 | 6.08 | 26.64 | - |
| YUV | 70.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 143 | 0.40 | 0.66 | 0 | 0.44 | 264 | 0.5 | 0.37 |
| Hex | 56 | 30 | 8F | 28 | 42 | 0 | 2C | 108 | 32 | 25 |
| Octal | 126 | 60 | 217 | 50 | 102 | 0 | 54 | 410 | 62 | 45 |
| Binary | 1010110 | 110000 | 10001111 | 101000 | 1000010 | 0 | 101100 | 100001000 | 110010 | 100101 |
Color Harmonies of #56308F
Complementary color
Monochromatic Colors of #56308F
Black with #56308F
Text Example
Text Example
White with #56308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56308F; }
p { color: rgb(86,48,143); }
H1.HeaderClassName
{
color: #56308F;
}
.AnyTagClassName
{
color: #56308F;
}
</style>
background-color css
<style>
a { background-color: #56308F; }
a { background-color: rgb(86,48,143); }
div.DivClassName
{
background-color: #56308F;
}
.BgClassName
{
background-color: #56308F;
}
</style>
border-color css
<style>
span { border-color: #56308F; }
span { border-color: rgb(86,48,143); }
td.TdClassName
{
border-color: #56308F;
}
.TagClassName
{
border-color: #56308F;
}
</style>