Shades of Daisy Bush #54378D
Tints of Daisy Bush #54378D
RGB
CMYK
RGB Variations
Color information
#54378D (or 0x54378D) is known color: Daisy Bush. HEX triplet: 54, 37 and 8D. RGB value is (84,55,141). Sum of RGB (Red+Green+Blue) = 84+55+141=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #54378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54378D is #ABC872. Grayscale: #494949. Windows color (decimal): -11257971 or 9254740. OLE color: 9254740.
HSL color Cylindrical-coordinate representation of color #54378D: hue angle of 260.23º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54378D is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 55 | 141 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.45 |
| HSL | 260.23º | 0.44% | 0.38% | - |
| HSV(B) | 260.23º | 0.61% | 0.55% | - |
| XYZ | 9.83 | 6.54 | 25.94 | - |
| YUV | 73.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 141 | 0.40 | 0.61 | 0 | 0.45 | 260.23 | 0.44 | 0.38 |
| Hex | 54 | 37 | 8D | 28 | 3D | 0 | 2D | 104 | 2C | 26 |
| Octal | 124 | 67 | 215 | 50 | 75 | 0 | 55 | 404 | 54 | 46 |
| Binary | 1010100 | 110111 | 10001101 | 101000 | 111101 | 0 | 101101 | 100000100 | 101100 | 100110 |
Color Harmonies of #54378D
Complementary color
Monochromatic Colors of #54378D
Black with #54378D
Text Example
Text Example
White with #54378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54378D; }
p { color: rgb(84,55,141); }
H1.HeaderClassName
{
color: #54378D;
}
.AnyTagClassName
{
color: #54378D;
}
</style>
background-color css
<style>
a { background-color: #54378D; }
a { background-color: rgb(84,55,141); }
div.DivClassName
{
background-color: #54378D;
}
.BgClassName
{
background-color: #54378D;
}
</style>
border-color css
<style>
span { border-color: #54378D; }
span { border-color: rgb(84,55,141); }
td.TdClassName
{
border-color: #54378D;
}
.TagClassName
{
border-color: #54378D;
}
</style>