Shades of Daisy Bush #5320A3
Tints of Daisy Bush #5320A3
RGB
CMYK
RGB Variations
Color information
#5320A3 (or 0x5320A3) is known color: Daisy Bush. HEX triplet: 53, 20 and A3. RGB value is (83,32,163). Sum of RGB (Red+Green+Blue) = 83+32+163=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #5320A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5320A3 is #ACDF5C. Grayscale: #3D3D3D. Windows color (decimal): -11329373 or 10690643. OLE color: 10690643.
HSL color Cylindrical-coordinate representation of color #5320A3: hue angle of 263.36º degrees, saturation: 0.67, 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 #5320A3 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 32 | 163 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.36 |
| HSL | 263.36º | 0.67% | 0.38% | - |
| HSV(B) | 263.36º | 0.8% | 0.64% | - |
| XYZ | 10.69 | 5.52 | 35.15 | - |
| YUV | 62.18 | 184.9 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 163 | 0.49 | 0.80 | 0 | 0.36 | 263.36 | 0.67 | 0.38 |
| Hex | 53 | 20 | A3 | 31 | 50 | 0 | 24 | 107 | 43 | 26 |
| Octal | 123 | 40 | 243 | 61 | 120 | 0 | 44 | 407 | 103 | 46 |
| Binary | 1010011 | 100000 | 10100011 | 110001 | 1010000 | 0 | 100100 | 100000111 | 1000011 | 100110 |
Color Harmonies of #5320A3
Complementary color
Monochromatic Colors of #5320A3
Black with #5320A3
Text Example
Text Example
White with #5320A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5320A3; }
p { color: rgb(83,32,163); }
H1.HeaderClassName
{
color: #5320A3;
}
.AnyTagClassName
{
color: #5320A3;
}
</style>
background-color css
<style>
a { background-color: #5320A3; }
a { background-color: rgb(83,32,163); }
div.DivClassName
{
background-color: #5320A3;
}
.BgClassName
{
background-color: #5320A3;
}
</style>
border-color css
<style>
span { border-color: #5320A3; }
span { border-color: rgb(83,32,163); }
td.TdClassName
{
border-color: #5320A3;
}
.TagClassName
{
border-color: #5320A3;
}
</style>