Shades of Daisy Bush #5433A0
Tints of Daisy Bush #5433A0
RGB
CMYK
RGB Variations
Color information
#5433A0 (or 0x5433A0) is known color: Daisy Bush. HEX triplet: 54, 33 and A0. RGB value is (84,51,160). Sum of RGB (Red+Green+Blue) = 84+51+160=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #5433A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5433A0 is #ABCC5F. Grayscale: #484848. Windows color (decimal): -11258976 or 10498900. OLE color: 10498900.
HSL color Cylindrical-coordinate representation of color #5433A0: hue angle of 258.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5433A0 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 51 | 160 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.37 |
| HSL | 258.17º | 0.52% | 0.41% | - |
| HSV(B) | 258.17º | 0.68% | 0.63% | - |
| XYZ | 11.19 | 6.79 | 33.98 | - |
| YUV | 73.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 160 | 0.48 | 0.68 | 0 | 0.37 | 258.17 | 0.52 | 0.41 |
| Hex | 54 | 33 | A0 | 30 | 44 | 0 | 25 | 102 | 34 | 29 |
| Octal | 124 | 63 | 240 | 60 | 104 | 0 | 45 | 402 | 64 | 51 |
| Binary | 1010100 | 110011 | 10100000 | 110000 | 1000100 | 0 | 100101 | 100000010 | 110100 | 101001 |
Color Harmonies of #5433A0
Complementary color
Monochromatic Colors of #5433A0
Black with #5433A0
Text Example
Text Example
White with #5433A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5433A0; }
p { color: rgb(84,51,160); }
H1.HeaderClassName
{
color: #5433A0;
}
.AnyTagClassName
{
color: #5433A0;
}
</style>
background-color css
<style>
a { background-color: #5433A0; }
a { background-color: rgb(84,51,160); }
div.DivClassName
{
background-color: #5433A0;
}
.BgClassName
{
background-color: #5433A0;
}
</style>
border-color css
<style>
span { border-color: #5433A0; }
span { border-color: rgb(84,51,160); }
td.TdClassName
{
border-color: #5433A0;
}
.TagClassName
{
border-color: #5433A0;
}
</style>