Shades of Daisy Bush #543BA6
Tints of Daisy Bush #543BA6
RGB
CMYK
RGB Variations
Color information
#543BA6 (or 0x543BA6) is known color: Daisy Bush. HEX triplet: 54, 3B and A6. RGB value is (84,59,166). Sum of RGB (Red+Green+Blue) = 84+59+166=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #543BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543BA6 is #ABC459. Grayscale: #4E4E4E. Windows color (decimal): -11256922 or 10894164. OLE color: 10894164.
HSL color Cylindrical-coordinate representation of color #543BA6: hue angle of 254.02º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #543BA6 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 59 | 166 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.35 |
| HSL | 254.02º | 0.48% | 0.44% | - |
| HSV(B) | 254.02º | 0.64% | 0.65% | - |
| XYZ | 12.1 | 7.77 | 36.94 | - |
| YUV | 78.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 166 | 0.49 | 0.64 | 0 | 0.35 | 254.02 | 0.48 | 0.44 |
| Hex | 54 | 3B | A6 | 31 | 40 | 0 | 23 | FE | 30 | 2C |
| Octal | 124 | 73 | 246 | 61 | 100 | 0 | 43 | 376 | 60 | 54 |
| Binary | 1010100 | 111011 | 10100110 | 110001 | 1000000 | 0 | 100011 | 11111110 | 110000 | 101100 |
Color Harmonies of #543BA6
Complementary color
Monochromatic Colors of #543BA6
Black with #543BA6
Text Example
Text Example
White with #543BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BA6; }
p { color: rgb(84,59,166); }
H1.HeaderClassName
{
color: #543BA6;
}
.AnyTagClassName
{
color: #543BA6;
}
</style>
background-color css
<style>
a { background-color: #543BA6; }
a { background-color: rgb(84,59,166); }
div.DivClassName
{
background-color: #543BA6;
}
.BgClassName
{
background-color: #543BA6;
}
</style>
border-color css
<style>
span { border-color: #543BA6; }
span { border-color: rgb(84,59,166); }
td.TdClassName
{
border-color: #543BA6;
}
.TagClassName
{
border-color: #543BA6;
}
</style>