Shades of Daisy Bush #54339B
Tints of Daisy Bush #54339B
RGB
CMYK
RGB Variations
Color information
#54339B (or 0x54339B) is known color: Daisy Bush. HEX triplet: 54, 33 and 9B. RGB value is (84,51,155). Sum of RGB (Red+Green+Blue) = 84+51+155=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #54339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54339B is #ABCC64. Grayscale: #484848. Windows color (decimal): -11258981 or 10171220. OLE color: 10171220.
HSL color Cylindrical-coordinate representation of color #54339B: hue angle of 259.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54339B is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 51 | 155 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.39 |
| HSL | 259.04º | 0.5% | 0.4% | - |
| HSV(B) | 259.04º | 0.67% | 0.61% | - |
| XYZ | 10.76 | 6.62 | 31.72 | - |
| YUV | 72.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 155 | 0.46 | 0.67 | 0 | 0.39 | 259.04 | 0.5 | 0.4 |
| Hex | 54 | 33 | 9B | 2E | 43 | 0 | 27 | 103 | 32 | 28 |
| Octal | 124 | 63 | 233 | 56 | 103 | 0 | 47 | 403 | 62 | 50 |
| Binary | 1010100 | 110011 | 10011011 | 101110 | 1000011 | 0 | 100111 | 100000011 | 110010 | 101000 |
Color Harmonies of #54339B
Complementary color
Monochromatic Colors of #54339B
Black with #54339B
Text Example
Text Example
White with #54339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54339B; }
p { color: rgb(84,51,155); }
H1.HeaderClassName
{
color: #54339B;
}
.AnyTagClassName
{
color: #54339B;
}
</style>
background-color css
<style>
a { background-color: #54339B; }
a { background-color: rgb(84,51,155); }
div.DivClassName
{
background-color: #54339B;
}
.BgClassName
{
background-color: #54339B;
}
</style>
border-color css
<style>
span { border-color: #54339B; }
span { border-color: rgb(84,51,155); }
td.TdClassName
{
border-color: #54339B;
}
.TagClassName
{
border-color: #54339B;
}
</style>