Shades of Daisy Bush #542F99
Tints of Daisy Bush #542F99
RGB
CMYK
RGB Variations
Color information
#542F99 (or 0x542F99) is known color: Daisy Bush. HEX triplet: 54, 2F and 99. RGB value is (84,47,153). Sum of RGB (Red+Green+Blue) = 84+47+153=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #542F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F99 is #ABD066. Grayscale: #454545. Windows color (decimal): -11260007 or 10039124. OLE color: 10039124.
HSL color Cylindrical-coordinate representation of color #542F99: hue angle of 260.94º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542F99 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 47 | 153 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.4 |
| HSL | 260.94º | 0.53% | 0.39% | - |
| HSV(B) | 260.94º | 0.69% | 0.6% | - |
| XYZ | 10.42 | 6.22 | 30.79 | - |
| YUV | 70.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 153 | 0.45 | 0.69 | 0 | 0.4 | 260.94 | 0.53 | 0.39 |
| Hex | 54 | 2F | 99 | 2D | 45 | 0 | 28 | 105 | 35 | 27 |
| Octal | 124 | 57 | 231 | 55 | 105 | 0 | 50 | 405 | 65 | 47 |
| Binary | 1010100 | 101111 | 10011001 | 101101 | 1000101 | 0 | 101000 | 100000101 | 110101 | 100111 |
Color Harmonies of #542F99
Complementary color
Monochromatic Colors of #542F99
Black with #542F99
Text Example
Text Example
White with #542F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F99; }
p { color: rgb(84,47,153); }
H1.HeaderClassName
{
color: #542F99;
}
.AnyTagClassName
{
color: #542F99;
}
</style>
background-color css
<style>
a { background-color: #542F99; }
a { background-color: rgb(84,47,153); }
div.DivClassName
{
background-color: #542F99;
}
.BgClassName
{
background-color: #542F99;
}
</style>
border-color css
<style>
span { border-color: #542F99; }
span { border-color: rgb(84,47,153); }
td.TdClassName
{
border-color: #542F99;
}
.TagClassName
{
border-color: #542F99;
}
</style>