Shades of Daisy Bush #5721A3
Tints of Daisy Bush #5721A3
RGB
CMYK
RGB Variations
Color information
#5721A3 (or 0x5721A3) is known color: Daisy Bush. HEX triplet: 57, 21 and A3. RGB value is (87,33,163). Sum of RGB (Red+Green+Blue) = 87+33+163=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #5721A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5721A3 is #A8DE5C. Grayscale: #3F3F3F. Windows color (decimal): -11066973 or 10690903. OLE color: 10690903.
HSL color Cylindrical-coordinate representation of color #5721A3: hue angle of 264.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5721A3 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 33 | 163 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.36 |
| HSL | 264.92º | 0.66% | 0.38% | - |
| HSV(B) | 264.92º | 0.8% | 0.64% | - |
| XYZ | 11.09 | 5.76 | 35.18 | - |
| YUV | 63.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 163 | 0.47 | 0.80 | 0 | 0.36 | 264.92 | 0.66 | 0.38 |
| Hex | 57 | 21 | A3 | 2F | 50 | 0 | 24 | 109 | 42 | 26 |
| Octal | 127 | 41 | 243 | 57 | 120 | 0 | 44 | 411 | 102 | 46 |
| Binary | 1010111 | 100001 | 10100011 | 101111 | 1010000 | 0 | 100100 | 100001001 | 1000010 | 100110 |
Color Harmonies of #5721A3
Complementary color
Monochromatic Colors of #5721A3
Black with #5721A3
Text Example
Text Example
White with #5721A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721A3; }
p { color: rgb(87,33,163); }
H1.HeaderClassName
{
color: #5721A3;
}
.AnyTagClassName
{
color: #5721A3;
}
</style>
background-color css
<style>
a { background-color: #5721A3; }
a { background-color: rgb(87,33,163); }
div.DivClassName
{
background-color: #5721A3;
}
.BgClassName
{
background-color: #5721A3;
}
</style>
border-color css
<style>
span { border-color: #5721A3; }
span { border-color: rgb(87,33,163); }
td.TdClassName
{
border-color: #5721A3;
}
.TagClassName
{
border-color: #5721A3;
}
</style>