Shades of Daisy Bush #543D8D
Tints of Daisy Bush #543D8D
RGB
CMYK
RGB Variations
Color information
#543D8D (or 0x543D8D) is known color: Daisy Bush. HEX triplet: 54, 3D and 8D. RGB value is (84,61,141). Sum of RGB (Red+Green+Blue) = 84+61+141=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #543D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543D8D is #ABC272. Grayscale: #4C4C4C. Windows color (decimal): -11256435 or 9256276. OLE color: 9256276.
HSL color Cylindrical-coordinate representation of color #543D8D: hue angle of 257.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #543D8D is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 61 | 141 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.45 |
| HSL | 257.25º | 0.4% | 0.4% | - |
| HSV(B) | 257.25º | 0.57% | 0.55% | - |
| XYZ | 10.13 | 7.15 | 26.04 | - |
| YUV | 77 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 141 | 0.40 | 0.57 | 0 | 0.45 | 257.25 | 0.4 | 0.4 |
| Hex | 54 | 3D | 8D | 28 | 39 | 0 | 2D | 101 | 28 | 28 |
| Octal | 124 | 75 | 215 | 50 | 71 | 0 | 55 | 401 | 50 | 50 |
| Binary | 1010100 | 111101 | 10001101 | 101000 | 111001 | 0 | 101101 | 100000001 | 101000 | 101000 |
Color Harmonies of #543D8D
Complementary color
Monochromatic Colors of #543D8D
Black with #543D8D
Text Example
Text Example
White with #543D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D8D; }
p { color: rgb(84,61,141); }
H1.HeaderClassName
{
color: #543D8D;
}
.AnyTagClassName
{
color: #543D8D;
}
</style>
background-color css
<style>
a { background-color: #543D8D; }
a { background-color: rgb(84,61,141); }
div.DivClassName
{
background-color: #543D8D;
}
.BgClassName
{
background-color: #543D8D;
}
</style>
border-color css
<style>
span { border-color: #543D8D; }
span { border-color: rgb(84,61,141); }
td.TdClassName
{
border-color: #543D8D;
}
.TagClassName
{
border-color: #543D8D;
}
</style>