Shades of Daisy Bush #54338C
Tints of Daisy Bush #54338C
RGB
CMYK
RGB Variations
Color information
#54338C (or 0x54338C) is known color: Daisy Bush. HEX triplet: 54, 33 and 8C. RGB value is (84,51,140). Sum of RGB (Red+Green+Blue) = 84+51+140=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #54338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54338C is #ABCC73. Grayscale: #464646. Windows color (decimal): -11258996 or 9188180. OLE color: 9188180.
HSL color Cylindrical-coordinate representation of color #54338C: hue angle of 262.25º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54338C is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 51 | 140 | - |
| CMYK | 0.4 | 0.64 | 0 | 0.45 |
| HSL | 262.25º | 0.47% | 0.37% | - |
| HSV(B) | 262.25º | 0.64% | 0.55% | - |
| XYZ | 9.57 | 6.15 | 25.49 | - |
| YUV | 71.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 140 | 0.4 | 0.64 | 0 | 0.45 | 262.25 | 0.47 | 0.37 |
| Hex | 54 | 33 | 8C | 28 | 40 | 0 | 2D | 106 | 2F | 25 |
| Octal | 124 | 63 | 214 | 50 | 100 | 0 | 55 | 406 | 57 | 45 |
| Binary | 1010100 | 110011 | 10001100 | 101000 | 1000000 | 0 | 101101 | 100000110 | 101111 | 100101 |
Color Harmonies of #54338C
Complementary color
Monochromatic Colors of #54338C
Black with #54338C
Text Example
Text Example
White with #54338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54338C; }
p { color: rgb(84,51,140); }
H1.HeaderClassName
{
color: #54338C;
}
.AnyTagClassName
{
color: #54338C;
}
</style>
background-color css
<style>
a { background-color: #54338C; }
a { background-color: rgb(84,51,140); }
div.DivClassName
{
background-color: #54338C;
}
.BgClassName
{
background-color: #54338C;
}
</style>
border-color css
<style>
span { border-color: #54338C; }
span { border-color: rgb(84,51,140); }
td.TdClassName
{
border-color: #54338C;
}
.TagClassName
{
border-color: #54338C;
}
</style>