Shades of Daisy Bush #542F9C
Tints of Daisy Bush #542F9C
RGB
CMYK
RGB Variations
Color information
#542F9C (or 0x542F9C) is known color: Daisy Bush. HEX triplet: 54, 2F and 9C. RGB value is (84,47,156). Sum of RGB (Red+Green+Blue) = 84+47+156=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #542F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F9C is #ABD063. Grayscale: #464646. Windows color (decimal): -11260004 or 10235732. OLE color: 10235732.
HSL color Cylindrical-coordinate representation of color #542F9C: hue angle of 260.37º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542F9C is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 47 | 156 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.39 |
| HSL | 260.37º | 0.54% | 0.4% | - |
| HSV(B) | 260.37º | 0.7% | 0.61% | - |
| XYZ | 10.67 | 6.32 | 32.11 | - |
| YUV | 70.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 156 | 0.46 | 0.70 | 0 | 0.39 | 260.37 | 0.54 | 0.4 |
| Hex | 54 | 2F | 9C | 2E | 46 | 0 | 27 | 104 | 36 | 28 |
| Octal | 124 | 57 | 234 | 56 | 106 | 0 | 47 | 404 | 66 | 50 |
| Binary | 1010100 | 101111 | 10011100 | 101110 | 1000110 | 0 | 100111 | 100000100 | 110110 | 101000 |
Color Harmonies of #542F9C
Complementary color
Monochromatic Colors of #542F9C
Black with #542F9C
Text Example
Text Example
White with #542F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F9C; }
p { color: rgb(84,47,156); }
H1.HeaderClassName
{
color: #542F9C;
}
.AnyTagClassName
{
color: #542F9C;
}
</style>
background-color css
<style>
a { background-color: #542F9C; }
a { background-color: rgb(84,47,156); }
div.DivClassName
{
background-color: #542F9C;
}
.BgClassName
{
background-color: #542F9C;
}
</style>
border-color css
<style>
span { border-color: #542F9C; }
span { border-color: rgb(84,47,156); }
td.TdClassName
{
border-color: #542F9C;
}
.TagClassName
{
border-color: #542F9C;
}
</style>