Shades of Daisy Bush #54339F
Tints of Daisy Bush #54339F
RGB
CMYK
RGB Variations
Color information
#54339F (or 0x54339F) is known color: Daisy Bush. HEX triplet: 54, 33 and 9F. RGB value is (84,51,159). Sum of RGB (Red+Green+Blue) = 84+51+159=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #54339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54339F is #ABCC60. Grayscale: #484848. Windows color (decimal): -11258977 or 10433364. OLE color: 10433364.
HSL color Cylindrical-coordinate representation of color #54339F: hue angle of 258.33º degrees, saturation: 0.51, 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 #54339F is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 51 | 159 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.38 |
| HSL | 258.33º | 0.51% | 0.41% | - |
| HSV(B) | 258.33º | 0.68% | 0.62% | - |
| XYZ | 11.1 | 6.76 | 33.52 | - |
| YUV | 73.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 159 | 0.47 | 0.68 | 0 | 0.38 | 258.33 | 0.51 | 0.41 |
| Hex | 54 | 33 | 9F | 2F | 44 | 0 | 26 | 102 | 33 | 29 |
| Octal | 124 | 63 | 237 | 57 | 104 | 0 | 46 | 402 | 63 | 51 |
| Binary | 1010100 | 110011 | 10011111 | 101111 | 1000100 | 0 | 100110 | 100000010 | 110011 | 101001 |
Color Harmonies of #54339F
Complementary color
Monochromatic Colors of #54339F
Black with #54339F
Text Example
Text Example
White with #54339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54339F; }
p { color: rgb(84,51,159); }
H1.HeaderClassName
{
color: #54339F;
}
.AnyTagClassName
{
color: #54339F;
}
</style>
background-color css
<style>
a { background-color: #54339F; }
a { background-color: rgb(84,51,159); }
div.DivClassName
{
background-color: #54339F;
}
.BgClassName
{
background-color: #54339F;
}
</style>
border-color css
<style>
span { border-color: #54339F; }
span { border-color: rgb(84,51,159); }
td.TdClassName
{
border-color: #54339F;
}
.TagClassName
{
border-color: #54339F;
}
</style>