Shades of Daisy Bush #54249B
Tints of Daisy Bush #54249B
RGB
CMYK
RGB Variations
Color information
#54249B (or 0x54249B) is known color: Daisy Bush. HEX triplet: 54, 24 and 9B. RGB value is (84,36,155). Sum of RGB (Red+Green+Blue) = 84+36+155=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #54249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54249B is #ABDB64. Grayscale: #3F3F3F. Windows color (decimal): -11262821 or 10167380. OLE color: 10167380.
HSL color Cylindrical-coordinate representation of color #54249B: hue angle of 264.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54249B is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 36 | 155 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.39 |
| HSL | 264.2º | 0.62% | 0.37% | - |
| HSV(B) | 264.2º | 0.77% | 0.61% | - |
| XYZ | 10.2 | 5.51 | 31.54 | - |
| YUV | 63.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 155 | 0.46 | 0.77 | 0 | 0.39 | 264.2 | 0.62 | 0.37 |
| Hex | 54 | 24 | 9B | 2E | 4D | 0 | 27 | 108 | 3E | 25 |
| Octal | 124 | 44 | 233 | 56 | 115 | 0 | 47 | 410 | 76 | 45 |
| Binary | 1010100 | 100100 | 10011011 | 101110 | 1001101 | 0 | 100111 | 100001000 | 111110 | 100101 |
Color Harmonies of #54249B
Complementary color
Monochromatic Colors of #54249B
Black with #54249B
Text Example
Text Example
White with #54249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54249B; }
p { color: rgb(84,36,155); }
H1.HeaderClassName
{
color: #54249B;
}
.AnyTagClassName
{
color: #54249B;
}
</style>
background-color css
<style>
a { background-color: #54249B; }
a { background-color: rgb(84,36,155); }
div.DivClassName
{
background-color: #54249B;
}
.BgClassName
{
background-color: #54249B;
}
</style>
border-color css
<style>
span { border-color: #54249B; }
span { border-color: rgb(84,36,155); }
td.TdClassName
{
border-color: #54249B;
}
.TagClassName
{
border-color: #54249B;
}
</style>