Shades of Daisy Bush #532F91
Tints of Daisy Bush #532F91
RGB
CMYK
RGB Variations
Color information
#532F91 (or 0x532F91) is known color: Daisy Bush. HEX triplet: 53, 2F and 91. RGB value is (83,47,145). Sum of RGB (Red+Green+Blue) = 83+47+145=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #532F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F91 is #ACD06E. Grayscale: #444444. Windows color (decimal): -11325551 or 9514835. OLE color: 9514835.
HSL color Cylindrical-coordinate representation of color #532F91: hue angle of 262.04º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532F91 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 47 | 145 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.43 |
| HSL | 262.04º | 0.51% | 0.38% | - |
| HSV(B) | 262.04º | 0.68% | 0.57% | - |
| XYZ | 9.69 | 5.92 | 27.42 | - |
| YUV | 68.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 145 | 0.43 | 0.68 | 0 | 0.43 | 262.04 | 0.51 | 0.38 |
| Hex | 53 | 2F | 91 | 2B | 44 | 0 | 2B | 106 | 33 | 26 |
| Octal | 123 | 57 | 221 | 53 | 104 | 0 | 53 | 406 | 63 | 46 |
| Binary | 1010011 | 101111 | 10010001 | 101011 | 1000100 | 0 | 101011 | 100000110 | 110011 | 100110 |
Color Harmonies of #532F91
Complementary color
Monochromatic Colors of #532F91
Black with #532F91
Text Example
Text Example
White with #532F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F91; }
p { color: rgb(83,47,145); }
H1.HeaderClassName
{
color: #532F91;
}
.AnyTagClassName
{
color: #532F91;
}
</style>
background-color css
<style>
a { background-color: #532F91; }
a { background-color: rgb(83,47,145); }
div.DivClassName
{
background-color: #532F91;
}
.BgClassName
{
background-color: #532F91;
}
</style>
border-color css
<style>
span { border-color: #532F91; }
span { border-color: rgb(83,47,145); }
td.TdClassName
{
border-color: #532F91;
}
.TagClassName
{
border-color: #532F91;
}
</style>