Shades of Daisy Bush #543B98
Tints of Daisy Bush #543B98
RGB
CMYK
RGB Variations
Color information
#543B98 (or 0x543B98) is known color: Daisy Bush. HEX triplet: 54, 3B and 98. RGB value is (84,59,152). Sum of RGB (Red+Green+Blue) = 84+59+152=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #543B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543B98 is #ABC467. Grayscale: #4C4C4C. Windows color (decimal): -11256936 or 9976660. OLE color: 9976660.
HSL color Cylindrical-coordinate representation of color #543B98: hue angle of 256.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543B98 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 59 | 152 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.40 |
| HSL | 256.13º | 0.44% | 0.41% | - |
| HSV(B) | 256.13º | 0.61% | 0.6% | - |
| XYZ | 10.89 | 7.28 | 30.54 | - |
| YUV | 77.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 152 | 0.45 | 0.61 | 0 | 0.40 | 256.13 | 0.44 | 0.41 |
| Hex | 54 | 3B | 98 | 2D | 3D | 0 | 28 | 100 | 2C | 29 |
| Octal | 124 | 73 | 230 | 55 | 75 | 0 | 50 | 400 | 54 | 51 |
| Binary | 1010100 | 111011 | 10011000 | 101101 | 111101 | 0 | 101000 | 100000000 | 101100 | 101001 |
Color Harmonies of #543B98
Complementary color
Monochromatic Colors of #543B98
Black with #543B98
Text Example
Text Example
White with #543B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B98; }
p { color: rgb(84,59,152); }
H1.HeaderClassName
{
color: #543B98;
}
.AnyTagClassName
{
color: #543B98;
}
</style>
background-color css
<style>
a { background-color: #543B98; }
a { background-color: rgb(84,59,152); }
div.DivClassName
{
background-color: #543B98;
}
.BgClassName
{
background-color: #543B98;
}
</style>
border-color css
<style>
span { border-color: #543B98; }
span { border-color: rgb(84,59,152); }
td.TdClassName
{
border-color: #543B98;
}
.TagClassName
{
border-color: #543B98;
}
</style>