Shades of Daisy Bush #531D9F
Tints of Daisy Bush #531D9F
RGB
CMYK
RGB Variations
Color information
#531D9F (or 0x531D9F) is known color: Daisy Bush. HEX triplet: 53, 1D and 9F. RGB value is (83,29,159). Sum of RGB (Red+Green+Blue) = 83+29+159=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #531D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D9F is #ACE260. Grayscale: #3B3B3B. Windows color (decimal): -11330145 or 10427731. OLE color: 10427731.
HSL color Cylindrical-coordinate representation of color #531D9F: hue angle of 264.92º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531D9F is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 29 | 159 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.38 |
| HSL | 264.92º | 0.69% | 0.37% | - |
| HSV(B) | 264.92º | 0.82% | 0.62% | - |
| XYZ | 10.26 | 5.22 | 33.27 | - |
| YUV | 59.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 159 | 0.48 | 0.82 | 0 | 0.38 | 264.92 | 0.69 | 0.37 |
| Hex | 53 | 1D | 9F | 30 | 52 | 0 | 26 | 109 | 45 | 25 |
| Octal | 123 | 35 | 237 | 60 | 122 | 0 | 46 | 411 | 105 | 45 |
| Binary | 1010011 | 11101 | 10011111 | 110000 | 1010010 | 0 | 100110 | 100001001 | 1000101 | 100101 |
Color Harmonies of #531D9F
Complementary color
Monochromatic Colors of #531D9F
Black with #531D9F
Text Example
Text Example
White with #531D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D9F; }
p { color: rgb(83,29,159); }
H1.HeaderClassName
{
color: #531D9F;
}
.AnyTagClassName
{
color: #531D9F;
}
</style>
background-color css
<style>
a { background-color: #531D9F; }
a { background-color: rgb(83,29,159); }
div.DivClassName
{
background-color: #531D9F;
}
.BgClassName
{
background-color: #531D9F;
}
</style>
border-color css
<style>
span { border-color: #531D9F; }
span { border-color: rgb(83,29,159); }
td.TdClassName
{
border-color: #531D9F;
}
.TagClassName
{
border-color: #531D9F;
}
</style>