Shades of Daisy Bush #542D90
Tints of Daisy Bush #542D90
RGB
CMYK
RGB Variations
Color information
#542D90 (or 0x542D90) is known color: Daisy Bush. HEX triplet: 54, 2D and 90. RGB value is (84,45,144). Sum of RGB (Red+Green+Blue) = 84+45+144=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #542D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542D90 is #ABD26F. Grayscale: #434343. Windows color (decimal): -11260528 or 9448788. OLE color: 9448788.
HSL color Cylindrical-coordinate representation of color #542D90: hue angle of 263.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542D90 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 45 | 144 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.44 |
| HSL | 263.64º | 0.52% | 0.37% | - |
| HSV(B) | 263.64º | 0.69% | 0.56% | - |
| XYZ | 9.63 | 5.78 | 26.99 | - |
| YUV | 67.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 144 | 0.42 | 0.69 | 0 | 0.44 | 263.64 | 0.52 | 0.37 |
| Hex | 54 | 2D | 90 | 2A | 45 | 0 | 2C | 108 | 34 | 25 |
| Octal | 124 | 55 | 220 | 52 | 105 | 0 | 54 | 410 | 64 | 45 |
| Binary | 1010100 | 101101 | 10010000 | 101010 | 1000101 | 0 | 101100 | 100001000 | 110100 | 100101 |
Color Harmonies of #542D90
Complementary color
Monochromatic Colors of #542D90
Black with #542D90
Text Example
Text Example
White with #542D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D90; }
p { color: rgb(84,45,144); }
H1.HeaderClassName
{
color: #542D90;
}
.AnyTagClassName
{
color: #542D90;
}
</style>
background-color css
<style>
a { background-color: #542D90; }
a { background-color: rgb(84,45,144); }
div.DivClassName
{
background-color: #542D90;
}
.BgClassName
{
background-color: #542D90;
}
</style>
border-color css
<style>
span { border-color: #542D90; }
span { border-color: rgb(84,45,144); }
td.TdClassName
{
border-color: #542D90;
}
.TagClassName
{
border-color: #542D90;
}
</style>