Shades of Daisy Bush #54219A
Tints of Daisy Bush #54219A
RGB
CMYK
RGB Variations
Color information
#54219A (or 0x54219A) is known color: Daisy Bush. HEX triplet: 54, 21 and 9A. RGB value is (84,33,154). Sum of RGB (Red+Green+Blue) = 84+33+154=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #54219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54219A is #ABDE65. Grayscale: #3D3D3D. Windows color (decimal): -11263590 or 10101076. OLE color: 10101076.
HSL color Cylindrical-coordinate representation of color #54219A: hue angle of 265.29º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54219A is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 33 | 154 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.40 |
| HSL | 265.29º | 0.65% | 0.37% | - |
| HSV(B) | 265.29º | 0.79% | 0.6% | - |
| XYZ | 10.03 | 5.31 | 31.07 | - |
| YUV | 62.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 154 | 0.45 | 0.79 | 0 | 0.40 | 265.29 | 0.65 | 0.37 |
| Hex | 54 | 21 | 9A | 2D | 4F | 0 | 28 | 109 | 41 | 25 |
| Octal | 124 | 41 | 232 | 55 | 117 | 0 | 50 | 411 | 101 | 45 |
| Binary | 1010100 | 100001 | 10011010 | 101101 | 1001111 | 0 | 101000 | 100001001 | 1000001 | 100101 |
Color Harmonies of #54219A
Complementary color
Monochromatic Colors of #54219A
Black with #54219A
Text Example
Text Example
White with #54219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54219A; }
p { color: rgb(84,33,154); }
H1.HeaderClassName
{
color: #54219A;
}
.AnyTagClassName
{
color: #54219A;
}
</style>
background-color css
<style>
a { background-color: #54219A; }
a { background-color: rgb(84,33,154); }
div.DivClassName
{
background-color: #54219A;
}
.BgClassName
{
background-color: #54219A;
}
</style>
border-color css
<style>
span { border-color: #54219A; }
span { border-color: rgb(84,33,154); }
td.TdClassName
{
border-color: #54219A;
}
.TagClassName
{
border-color: #54219A;
}
</style>