Shades of Daisy Bush #54339C
Tints of Daisy Bush #54339C
RGB
CMYK
RGB Variations
Color information
#54339C (or 0x54339C) is known color: Daisy Bush. HEX triplet: 54, 33 and 9C. RGB value is (84,51,156). Sum of RGB (Red+Green+Blue) = 84+51+156=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #54339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54339C is #ABCC63. Grayscale: #484848. Windows color (decimal): -11258980 or 10236756. OLE color: 10236756.
HSL color Cylindrical-coordinate representation of color #54339C: hue angle of 258.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54339C is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 51 | 156 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.39 |
| HSL | 258.86º | 0.51% | 0.41% | - |
| HSV(B) | 258.86º | 0.67% | 0.61% | - |
| XYZ | 10.84 | 6.65 | 32.17 | - |
| YUV | 72.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 156 | 0.46 | 0.67 | 0 | 0.39 | 258.86 | 0.51 | 0.41 |
| Hex | 54 | 33 | 9C | 2E | 43 | 0 | 27 | 103 | 33 | 29 |
| Octal | 124 | 63 | 234 | 56 | 103 | 0 | 47 | 403 | 63 | 51 |
| Binary | 1010100 | 110011 | 10011100 | 101110 | 1000011 | 0 | 100111 | 100000011 | 110011 | 101001 |
Color Harmonies of #54339C
Complementary color
Monochromatic Colors of #54339C
Black with #54339C
Text Example
Text Example
White with #54339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54339C; }
p { color: rgb(84,51,156); }
H1.HeaderClassName
{
color: #54339C;
}
.AnyTagClassName
{
color: #54339C;
}
</style>
background-color css
<style>
a { background-color: #54339C; }
a { background-color: rgb(84,51,156); }
div.DivClassName
{
background-color: #54339C;
}
.BgClassName
{
background-color: #54339C;
}
</style>
border-color css
<style>
span { border-color: #54339C; }
span { border-color: rgb(84,51,156); }
td.TdClassName
{
border-color: #54339C;
}
.TagClassName
{
border-color: #54339C;
}
</style>