Shades of Daisy Bush #543CAA
Tints of Daisy Bush #543CAA
RGB
CMYK
RGB Variations
Color information
#543CAA (or 0x543CAA) is known color: Daisy Bush. HEX triplet: 54, 3C and AA. RGB value is (84,60,170). Sum of RGB (Red+Green+Blue) = 84+60+170=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #543CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543CAA is #ABC355. Grayscale: #4F4F4F. Windows color (decimal): -11256662 or 11156564. OLE color: 11156564.
HSL color Cylindrical-coordinate representation of color #543CAA: hue angle of 253.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #543CAA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 60 | 170 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.33 |
| HSL | 253.09º | 0.48% | 0.45% | - |
| HSV(B) | 253.09º | 0.65% | 0.67% | - |
| XYZ | 12.53 | 8.02 | 38.92 | - |
| YUV | 79.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 170 | 0.51 | 0.65 | 0 | 0.33 | 253.09 | 0.48 | 0.45 |
| Hex | 54 | 3C | AA | 33 | 41 | 0 | 21 | FD | 30 | 2D |
| Octal | 124 | 74 | 252 | 63 | 101 | 0 | 41 | 375 | 60 | 55 |
| Binary | 1010100 | 111100 | 10101010 | 110011 | 1000001 | 0 | 100001 | 11111101 | 110000 | 101101 |
Color Harmonies of #543CAA
Complementary color
Monochromatic Colors of #543CAA
Black with #543CAA
Text Example
Text Example
White with #543CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CAA; }
p { color: rgb(84,60,170); }
H1.HeaderClassName
{
color: #543CAA;
}
.AnyTagClassName
{
color: #543CAA;
}
</style>
background-color css
<style>
a { background-color: #543CAA; }
a { background-color: rgb(84,60,170); }
div.DivClassName
{
background-color: #543CAA;
}
.BgClassName
{
background-color: #543CAA;
}
</style>
border-color css
<style>
span { border-color: #543CAA; }
span { border-color: rgb(84,60,170); }
td.TdClassName
{
border-color: #543CAA;
}
.TagClassName
{
border-color: #543CAA;
}
</style>