Shades of Daisy Bush #543DA0
Tints of Daisy Bush #543DA0
RGB
CMYK
RGB Variations
Color information
#543DA0 (or 0x543DA0) is known color: Daisy Bush. HEX triplet: 54, 3D and A0. RGB value is (84,61,160). Sum of RGB (Red+Green+Blue) = 84+61+160=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #543DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543DA0 is #ABC25F. Grayscale: #4E4E4E. Windows color (decimal): -11256416 or 10501460. OLE color: 10501460.
HSL color Cylindrical-coordinate representation of color #543DA0: hue angle of 253.94º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #543DA0 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 61 | 160 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.37 |
| HSL | 253.94º | 0.45% | 0.43% | - |
| HSV(B) | 253.94º | 0.62% | 0.63% | - |
| XYZ | 11.67 | 7.76 | 34.14 | - |
| YUV | 79.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 160 | 0.48 | 0.62 | 0 | 0.37 | 253.94 | 0.45 | 0.43 |
| Hex | 54 | 3D | A0 | 30 | 3E | 0 | 25 | FE | 2D | 2B |
| Octal | 124 | 75 | 240 | 60 | 76 | 0 | 45 | 376 | 55 | 53 |
| Binary | 1010100 | 111101 | 10100000 | 110000 | 111110 | 0 | 100101 | 11111110 | 101101 | 101011 |
Color Harmonies of #543DA0
Complementary color
Monochromatic Colors of #543DA0
Black with #543DA0
Text Example
Text Example
White with #543DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DA0; }
p { color: rgb(84,61,160); }
H1.HeaderClassName
{
color: #543DA0;
}
.AnyTagClassName
{
color: #543DA0;
}
</style>
background-color css
<style>
a { background-color: #543DA0; }
a { background-color: rgb(84,61,160); }
div.DivClassName
{
background-color: #543DA0;
}
.BgClassName
{
background-color: #543DA0;
}
</style>
border-color css
<style>
span { border-color: #543DA0; }
span { border-color: rgb(84,61,160); }
td.TdClassName
{
border-color: #543DA0;
}
.TagClassName
{
border-color: #543DA0;
}
</style>