Shades of Daisy Bush #5333AA
Tints of Daisy Bush #5333AA
RGB
CMYK
RGB Variations
Color information
#5333AA (or 0x5333AA) is known color: Daisy Bush. HEX triplet: 53, 33 and AA. RGB value is (83,51,170). Sum of RGB (Red+Green+Blue) = 83+51+170=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #5333AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5333AA is #ACCC55. Grayscale: #494949. Windows color (decimal): -11324502 or 11154259. OLE color: 11154259.
HSL color Cylindrical-coordinate representation of color #5333AA: hue angle of 256.13º 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 #5333AA is Cyan = 0.51, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 51 | 170 | - |
| CMYK | 0.51 | 0.7 | 0 | 0.33 |
| HSL | 256.13º | 0.54% | 0.43% | - |
| HSV(B) | 256.13º | 0.7% | 0.67% | - |
| XYZ | 12.01 | 7.11 | 38.77 | - |
| YUV | 74.13 | 182.1 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 170 | 0.51 | 0.7 | 0 | 0.33 | 256.13 | 0.54 | 0.43 |
| Hex | 53 | 33 | AA | 33 | 46 | 0 | 21 | 100 | 36 | 2B |
| Octal | 123 | 63 | 252 | 63 | 106 | 0 | 41 | 400 | 66 | 53 |
| Binary | 1010011 | 110011 | 10101010 | 110011 | 1000110 | 0 | 100001 | 100000000 | 110110 | 101011 |
Color Harmonies of #5333AA
Complementary color
Monochromatic Colors of #5333AA
Black with #5333AA
Text Example
Text Example
White with #5333AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333AA; }
p { color: rgb(83,51,170); }
H1.HeaderClassName
{
color: #5333AA;
}
.AnyTagClassName
{
color: #5333AA;
}
</style>
background-color css
<style>
a { background-color: #5333AA; }
a { background-color: rgb(83,51,170); }
div.DivClassName
{
background-color: #5333AA;
}
.BgClassName
{
background-color: #5333AA;
}
</style>
border-color css
<style>
span { border-color: #5333AA; }
span { border-color: rgb(83,51,170); }
td.TdClassName
{
border-color: #5333AA;
}
.TagClassName
{
border-color: #5333AA;
}
</style>