Shades of Daisy Bush #542DA1
Tints of Daisy Bush #542DA1
RGB
CMYK
RGB Variations
Color information
#542DA1 (or 0x542DA1) is known color: Daisy Bush. HEX triplet: 54, 2D and A1. RGB value is (84,45,161). Sum of RGB (Red+Green+Blue) = 84+45+161=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #542DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DA1 is #ABD25E. Grayscale: #454545. Windows color (decimal): -11260511 or 10562900. OLE color: 10562900.
HSL color Cylindrical-coordinate representation of color #542DA1: hue angle of 260.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #542DA1 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 45 | 161 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.37 |
| HSL | 260.17º | 0.56% | 0.4% | - |
| HSV(B) | 260.17º | 0.72% | 0.63% | - |
| XYZ | 11.03 | 6.33 | 34.36 | - |
| YUV | 69.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 161 | 0.48 | 0.72 | 0 | 0.37 | 260.17 | 0.56 | 0.4 |
| Hex | 54 | 2D | A1 | 30 | 48 | 0 | 25 | 104 | 38 | 28 |
| Octal | 124 | 55 | 241 | 60 | 110 | 0 | 45 | 404 | 70 | 50 |
| Binary | 1010100 | 101101 | 10100001 | 110000 | 1001000 | 0 | 100101 | 100000100 | 111000 | 101000 |
Color Harmonies of #542DA1
Complementary color
Monochromatic Colors of #542DA1
Black with #542DA1
Text Example
Text Example
White with #542DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DA1; }
p { color: rgb(84,45,161); }
H1.HeaderClassName
{
color: #542DA1;
}
.AnyTagClassName
{
color: #542DA1;
}
</style>
background-color css
<style>
a { background-color: #542DA1; }
a { background-color: rgb(84,45,161); }
div.DivClassName
{
background-color: #542DA1;
}
.BgClassName
{
background-color: #542DA1;
}
</style>
border-color css
<style>
span { border-color: #542DA1; }
span { border-color: rgb(84,45,161); }
td.TdClassName
{
border-color: #542DA1;
}
.TagClassName
{
border-color: #542DA1;
}
</style>