Shades of Daisy Bush #54328D
Tints of Daisy Bush #54328D
RGB
CMYK
RGB Variations
Color information
#54328D (or 0x54328D) is known color: Daisy Bush. HEX triplet: 54, 32 and 8D. RGB value is (84,50,141). Sum of RGB (Red+Green+Blue) = 84+50+141=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #54328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54328D is #ABCD72. Grayscale: #464646. Windows color (decimal): -11259251 or 9253460. OLE color: 9253460.
HSL color Cylindrical-coordinate representation of color #54328D: hue angle of 262.42º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54328D is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 50 | 141 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.45 |
| HSL | 262.42º | 0.48% | 0.37% | - |
| HSV(B) | 262.42º | 0.65% | 0.55% | - |
| XYZ | 9.6 | 6.09 | 25.87 | - |
| YUV | 70.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 141 | 0.40 | 0.65 | 0 | 0.45 | 262.42 | 0.48 | 0.37 |
| Hex | 54 | 32 | 8D | 28 | 41 | 0 | 2D | 106 | 30 | 25 |
| Octal | 124 | 62 | 215 | 50 | 101 | 0 | 55 | 406 | 60 | 45 |
| Binary | 1010100 | 110010 | 10001101 | 101000 | 1000001 | 0 | 101101 | 100000110 | 110000 | 100101 |
Color Harmonies of #54328D
Complementary color
Monochromatic Colors of #54328D
Black with #54328D
Text Example
Text Example
White with #54328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54328D; }
p { color: rgb(84,50,141); }
H1.HeaderClassName
{
color: #54328D;
}
.AnyTagClassName
{
color: #54328D;
}
</style>
background-color css
<style>
a { background-color: #54328D; }
a { background-color: rgb(84,50,141); }
div.DivClassName
{
background-color: #54328D;
}
.BgClassName
{
background-color: #54328D;
}
</style>
border-color css
<style>
span { border-color: #54328D; }
span { border-color: rgb(84,50,141); }
td.TdClassName
{
border-color: #54328D;
}
.TagClassName
{
border-color: #54328D;
}
</style>