Shades of Daisy Bush #54329E
Tints of Daisy Bush #54329E
RGB
CMYK
RGB Variations
Color information
#54329E (or 0x54329E) is known color: Daisy Bush. HEX triplet: 54, 32 and 9E. RGB value is (84,50,158). Sum of RGB (Red+Green+Blue) = 84+50+158=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #54329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54329E is #ABCD61. Grayscale: #484848. Windows color (decimal): -11259234 or 10367572. OLE color: 10367572.
HSL color Cylindrical-coordinate representation of color #54329E: hue angle of 258.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54329E is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 50 | 158 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.38 |
| HSL | 258.89º | 0.52% | 0.41% | - |
| HSV(B) | 258.89º | 0.68% | 0.62% | - |
| XYZ | 10.97 | 6.63 | 33.05 | - |
| YUV | 72.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 158 | 0.47 | 0.68 | 0 | 0.38 | 258.89 | 0.52 | 0.41 |
| Hex | 54 | 32 | 9E | 2F | 44 | 0 | 26 | 103 | 34 | 29 |
| Octal | 124 | 62 | 236 | 57 | 104 | 0 | 46 | 403 | 64 | 51 |
| Binary | 1010100 | 110010 | 10011110 | 101111 | 1000100 | 0 | 100110 | 100000011 | 110100 | 101001 |
Color Harmonies of #54329E
Complementary color
Monochromatic Colors of #54329E
Black with #54329E
Text Example
Text Example
White with #54329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54329E; }
p { color: rgb(84,50,158); }
H1.HeaderClassName
{
color: #54329E;
}
.AnyTagClassName
{
color: #54329E;
}
</style>
background-color css
<style>
a { background-color: #54329E; }
a { background-color: rgb(84,50,158); }
div.DivClassName
{
background-color: #54329E;
}
.BgClassName
{
background-color: #54329E;
}
</style>
border-color css
<style>
span { border-color: #54329E; }
span { border-color: rgb(84,50,158); }
td.TdClassName
{
border-color: #54329E;
}
.TagClassName
{
border-color: #54329E;
}
</style>