Shades of Daisy Bush #5433AA
Tints of Daisy Bush #5433AA
RGB
CMYK
RGB Variations
Color information
#5433AA (or 0x5433AA) is known color: Daisy Bush. HEX triplet: 54, 33 and AA. RGB value is (84,51,170). Sum of RGB (Red+Green+Blue) = 84+51+170=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #5433AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5433AA is #ABCC55. Grayscale: #494949. Windows color (decimal): -11258966 or 11154260. OLE color: 11154260.
HSL color Cylindrical-coordinate representation of color #5433AA: hue angle of 256.64º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5433AA is Cyan = 0.51, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 51 | 170 | - |
| CMYK | 0.51 | 0.7 | 0 | 0.33 |
| HSL | 256.64º | 0.54% | 0.43% | - |
| HSV(B) | 256.64º | 0.7% | 0.67% | - |
| XYZ | 12.1 | 7.15 | 38.77 | - |
| YUV | 74.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 170 | 0.51 | 0.7 | 0 | 0.33 | 256.64 | 0.54 | 0.43 |
| Hex | 54 | 33 | AA | 33 | 46 | 0 | 21 | 101 | 36 | 2B |
| Octal | 124 | 63 | 252 | 63 | 106 | 0 | 41 | 401 | 66 | 53 |
| Binary | 1010100 | 110011 | 10101010 | 110011 | 1000110 | 0 | 100001 | 100000001 | 110110 | 101011 |
Color Harmonies of #5433AA
Complementary color
Monochromatic Colors of #5433AA
Black with #5433AA
Text Example
Text Example
White with #5433AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5433AA; }
p { color: rgb(84,51,170); }
H1.HeaderClassName
{
color: #5433AA;
}
.AnyTagClassName
{
color: #5433AA;
}
</style>
background-color css
<style>
a { background-color: #5433AA; }
a { background-color: rgb(84,51,170); }
div.DivClassName
{
background-color: #5433AA;
}
.BgClassName
{
background-color: #5433AA;
}
</style>
border-color css
<style>
span { border-color: #5433AA; }
span { border-color: rgb(84,51,170); }
td.TdClassName
{
border-color: #5433AA;
}
.TagClassName
{
border-color: #5433AA;
}
</style>