Shades of Daisy Bush #532C90
Tints of Daisy Bush #532C90
RGB
CMYK
RGB Variations
Color information
#532C90 (or 0x532C90) is known color: Daisy Bush. HEX triplet: 53, 2C and 90. RGB value is (83,44,144). Sum of RGB (Red+Green+Blue) = 83+44+144=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #532C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C90 is #ACD36F. Grayscale: #424242. Windows color (decimal): -11326320 or 9448531. OLE color: 9448531.
HSL color Cylindrical-coordinate representation of color #532C90: hue angle of 263.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532C90 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 44 | 144 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.44 |
| HSL | 263.4º | 0.53% | 0.37% | - |
| HSV(B) | 263.4º | 0.69% | 0.56% | - |
| XYZ | 9.5 | 5.65 | 26.98 | - |
| YUV | 67.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 144 | 0.42 | 0.69 | 0 | 0.44 | 263.4 | 0.53 | 0.37 |
| Hex | 53 | 2C | 90 | 2A | 45 | 0 | 2C | 107 | 35 | 25 |
| Octal | 123 | 54 | 220 | 52 | 105 | 0 | 54 | 407 | 65 | 45 |
| Binary | 1010011 | 101100 | 10010000 | 101010 | 1000101 | 0 | 101100 | 100000111 | 110101 | 100101 |
Color Harmonies of #532C90
Complementary color
Monochromatic Colors of #532C90
Black with #532C90
Text Example
Text Example
White with #532C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C90; }
p { color: rgb(83,44,144); }
H1.HeaderClassName
{
color: #532C90;
}
.AnyTagClassName
{
color: #532C90;
}
</style>
background-color css
<style>
a { background-color: #532C90; }
a { background-color: rgb(83,44,144); }
div.DivClassName
{
background-color: #532C90;
}
.BgClassName
{
background-color: #532C90;
}
</style>
border-color css
<style>
span { border-color: #532C90; }
span { border-color: rgb(83,44,144); }
td.TdClassName
{
border-color: #532C90;
}
.TagClassName
{
border-color: #532C90;
}
</style>