Shades of Daisy Bush #532BA1
Tints of Daisy Bush #532BA1
RGB
CMYK
RGB Variations
Color information
#532BA1 (or 0x532BA1) is known color: Daisy Bush. HEX triplet: 53, 2B and A1. RGB value is (83,43,161). Sum of RGB (Red+Green+Blue) = 83+43+161=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #532BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BA1 is #ACD45E. Grayscale: #434343. Windows color (decimal): -11326559 or 10562387. OLE color: 10562387.
HSL color Cylindrical-coordinate representation of color #532BA1: hue angle of 260.34º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532BA1 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 43 | 161 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.37 |
| HSL | 260.34º | 0.58% | 0.4% | - |
| HSV(B) | 260.34º | 0.73% | 0.63% | - |
| XYZ | 10.86 | 6.14 | 34.33 | - |
| YUV | 68.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 161 | 0.48 | 0.73 | 0 | 0.37 | 260.34 | 0.58 | 0.4 |
| Hex | 53 | 2B | A1 | 30 | 49 | 0 | 25 | 104 | 3A | 28 |
| Octal | 123 | 53 | 241 | 60 | 111 | 0 | 45 | 404 | 72 | 50 |
| Binary | 1010011 | 101011 | 10100001 | 110000 | 1001001 | 0 | 100101 | 100000100 | 111010 | 101000 |
Color Harmonies of #532BA1
Complementary color
Monochromatic Colors of #532BA1
Black with #532BA1
Text Example
Text Example
White with #532BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BA1; }
p { color: rgb(83,43,161); }
H1.HeaderClassName
{
color: #532BA1;
}
.AnyTagClassName
{
color: #532BA1;
}
</style>
background-color css
<style>
a { background-color: #532BA1; }
a { background-color: rgb(83,43,161); }
div.DivClassName
{
background-color: #532BA1;
}
.BgClassName
{
background-color: #532BA1;
}
</style>
border-color css
<style>
span { border-color: #532BA1; }
span { border-color: rgb(83,43,161); }
td.TdClassName
{
border-color: #532BA1;
}
.TagClassName
{
border-color: #532BA1;
}
</style>