Shades of Daisy Bush #54349D
Tints of Daisy Bush #54349D
RGB
CMYK
RGB Variations
Color information
#54349D (or 0x54349D) is known color: Daisy Bush. HEX triplet: 54, 34 and 9D. RGB value is (84,52,157). Sum of RGB (Red+Green+Blue) = 84+52+157=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #54349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54349D is #ABCB62. Grayscale: #494949. Windows color (decimal): -11258723 or 10302548. OLE color: 10302548.
HSL color Cylindrical-coordinate representation of color #54349D: hue angle of 258.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54349D is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 52 | 157 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.38 |
| HSL | 258.29º | 0.5% | 0.41% | - |
| HSV(B) | 258.29º | 0.67% | 0.62% | - |
| XYZ | 10.97 | 6.78 | 32.63 | - |
| YUV | 73.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 157 | 0.46 | 0.67 | 0 | 0.38 | 258.29 | 0.5 | 0.41 |
| Hex | 54 | 34 | 9D | 2E | 43 | 0 | 26 | 102 | 32 | 29 |
| Octal | 124 | 64 | 235 | 56 | 103 | 0 | 46 | 402 | 62 | 51 |
| Binary | 1010100 | 110100 | 10011101 | 101110 | 1000011 | 0 | 100110 | 100000010 | 110010 | 101001 |
Color Harmonies of #54349D
Complementary color
Monochromatic Colors of #54349D
Black with #54349D
Text Example
Text Example
White with #54349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54349D; }
p { color: rgb(84,52,157); }
H1.HeaderClassName
{
color: #54349D;
}
.AnyTagClassName
{
color: #54349D;
}
</style>
background-color css
<style>
a { background-color: #54349D; }
a { background-color: rgb(84,52,157); }
div.DivClassName
{
background-color: #54349D;
}
.BgClassName
{
background-color: #54349D;
}
</style>
border-color css
<style>
span { border-color: #54349D; }
span { border-color: rgb(84,52,157); }
td.TdClassName
{
border-color: #54349D;
}
.TagClassName
{
border-color: #54349D;
}
</style>