Shades of Daisy Bush #532CA3
Tints of Daisy Bush #532CA3
RGB
CMYK
RGB Variations
Color information
#532CA3 (or 0x532CA3) is known color: Daisy Bush. HEX triplet: 53, 2C and A3. RGB value is (83,44,163). Sum of RGB (Red+Green+Blue) = 83+44+163=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #532CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532CA3 is #ACD35C. Grayscale: #444444. Windows color (decimal): -11326301 or 10693715. OLE color: 10693715.
HSL color Cylindrical-coordinate representation of color #532CA3: hue angle of 259.66º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532CA3 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 44 | 163 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.36 |
| HSL | 259.66º | 0.57% | 0.41% | - |
| HSV(B) | 259.66º | 0.73% | 0.64% | - |
| XYZ | 11.08 | 6.28 | 35.28 | - |
| YUV | 69.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 163 | 0.49 | 0.73 | 0 | 0.36 | 259.66 | 0.57 | 0.41 |
| Hex | 53 | 2C | A3 | 31 | 49 | 0 | 24 | 104 | 39 | 29 |
| Octal | 123 | 54 | 243 | 61 | 111 | 0 | 44 | 404 | 71 | 51 |
| Binary | 1010011 | 101100 | 10100011 | 110001 | 1001001 | 0 | 100100 | 100000100 | 111001 | 101001 |
Color Harmonies of #532CA3
Complementary color
Monochromatic Colors of #532CA3
Black with #532CA3
Text Example
Text Example
White with #532CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CA3; }
p { color: rgb(83,44,163); }
H1.HeaderClassName
{
color: #532CA3;
}
.AnyTagClassName
{
color: #532CA3;
}
</style>
background-color css
<style>
a { background-color: #532CA3; }
a { background-color: rgb(83,44,163); }
div.DivClassName
{
background-color: #532CA3;
}
.BgClassName
{
background-color: #532CA3;
}
</style>
border-color css
<style>
span { border-color: #532CA3; }
span { border-color: rgb(83,44,163); }
td.TdClassName
{
border-color: #532CA3;
}
.TagClassName
{
border-color: #532CA3;
}
</style>