Shades of Daisy Bush #532BA2
Tints of Daisy Bush #532BA2
RGB
CMYK
RGB Variations
Color information
#532BA2 (or 0x532BA2) is known color: Daisy Bush. HEX triplet: 53, 2B and A2. RGB value is (83,43,162). Sum of RGB (Red+Green+Blue) = 83+43+162=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #532BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BA2 is #ACD45D. Grayscale: #444444. Windows color (decimal): -11326558 or 10627923. OLE color: 10627923.
HSL color Cylindrical-coordinate representation of color #532BA2: hue angle of 260.17º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532BA2 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 43 | 162 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.36 |
| HSL | 260.17º | 0.58% | 0.4% | - |
| HSV(B) | 260.17º | 0.73% | 0.64% | - |
| XYZ | 10.95 | 6.18 | 34.8 | - |
| YUV | 68.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 162 | 0.49 | 0.73 | 0 | 0.36 | 260.17 | 0.58 | 0.4 |
| Hex | 53 | 2B | A2 | 31 | 49 | 0 | 24 | 104 | 3A | 28 |
| Octal | 123 | 53 | 242 | 61 | 111 | 0 | 44 | 404 | 72 | 50 |
| Binary | 1010011 | 101011 | 10100010 | 110001 | 1001001 | 0 | 100100 | 100000100 | 111010 | 101000 |
Color Harmonies of #532BA2
Complementary color
Monochromatic Colors of #532BA2
Black with #532BA2
Text Example
Text Example
White with #532BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BA2; }
p { color: rgb(83,43,162); }
H1.HeaderClassName
{
color: #532BA2;
}
.AnyTagClassName
{
color: #532BA2;
}
</style>
background-color css
<style>
a { background-color: #532BA2; }
a { background-color: rgb(83,43,162); }
div.DivClassName
{
background-color: #532BA2;
}
.BgClassName
{
background-color: #532BA2;
}
</style>
border-color css
<style>
span { border-color: #532BA2; }
span { border-color: rgb(83,43,162); }
td.TdClassName
{
border-color: #532BA2;
}
.TagClassName
{
border-color: #532BA2;
}
</style>