Shades of Daisy Bush #532F9D
Tints of Daisy Bush #532F9D
RGB
CMYK
RGB Variations
Color information
#532F9D (or 0x532F9D) is known color: Daisy Bush. HEX triplet: 53, 2F and 9D. RGB value is (83,47,157). Sum of RGB (Red+Green+Blue) = 83+47+157=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #532F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F9D is #ACD062. Grayscale: #454545. Windows color (decimal): -11325539 or 10301267. OLE color: 10301267.
HSL color Cylindrical-coordinate representation of color #532F9D: hue angle of 259.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532F9D is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 47 | 157 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.38 |
| HSL | 259.64º | 0.54% | 0.4% | - |
| HSV(B) | 259.64º | 0.7% | 0.62% | - |
| XYZ | 10.67 | 6.31 | 32.55 | - |
| YUV | 70.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 157 | 0.47 | 0.70 | 0 | 0.38 | 259.64 | 0.54 | 0.4 |
| Hex | 53 | 2F | 9D | 2F | 46 | 0 | 26 | 104 | 36 | 28 |
| Octal | 123 | 57 | 235 | 57 | 106 | 0 | 46 | 404 | 66 | 50 |
| Binary | 1010011 | 101111 | 10011101 | 101111 | 1000110 | 0 | 100110 | 100000100 | 110110 | 101000 |
Color Harmonies of #532F9D
Complementary color
Monochromatic Colors of #532F9D
Black with #532F9D
Text Example
Text Example
White with #532F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F9D; }
p { color: rgb(83,47,157); }
H1.HeaderClassName
{
color: #532F9D;
}
.AnyTagClassName
{
color: #532F9D;
}
</style>
background-color css
<style>
a { background-color: #532F9D; }
a { background-color: rgb(83,47,157); }
div.DivClassName
{
background-color: #532F9D;
}
.BgClassName
{
background-color: #532F9D;
}
</style>
border-color css
<style>
span { border-color: #532F9D; }
span { border-color: rgb(83,47,157); }
td.TdClassName
{
border-color: #532F9D;
}
.TagClassName
{
border-color: #532F9D;
}
</style>