Shades of Daisy Bush #531DA0
Tints of Daisy Bush #531DA0
RGB
CMYK
RGB Variations
Color information
#531DA0 (or 0x531DA0) is known color: Daisy Bush. HEX triplet: 53, 1D and A0. RGB value is (83,29,160). Sum of RGB (Red+Green+Blue) = 83+29+160=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #531DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DA0 is #ACE25F. Grayscale: #3B3B3B. Windows color (decimal): -11330144 or 10493267. OLE color: 10493267.
HSL color Cylindrical-coordinate representation of color #531DA0: hue angle of 264.73º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531DA0 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 29 | 160 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.37 |
| HSL | 264.73º | 0.69% | 0.37% | - |
| HSV(B) | 264.73º | 0.82% | 0.63% | - |
| XYZ | 10.35 | 5.26 | 33.73 | - |
| YUV | 60.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 160 | 0.48 | 0.82 | 0 | 0.37 | 264.73 | 0.69 | 0.37 |
| Hex | 53 | 1D | A0 | 30 | 52 | 0 | 25 | 109 | 45 | 25 |
| Octal | 123 | 35 | 240 | 60 | 122 | 0 | 45 | 411 | 105 | 45 |
| Binary | 1010011 | 11101 | 10100000 | 110000 | 1010010 | 0 | 100101 | 100001001 | 1000101 | 100101 |
Color Harmonies of #531DA0
Complementary color
Monochromatic Colors of #531DA0
Black with #531DA0
Text Example
Text Example
White with #531DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DA0; }
p { color: rgb(83,29,160); }
H1.HeaderClassName
{
color: #531DA0;
}
.AnyTagClassName
{
color: #531DA0;
}
</style>
background-color css
<style>
a { background-color: #531DA0; }
a { background-color: rgb(83,29,160); }
div.DivClassName
{
background-color: #531DA0;
}
.BgClassName
{
background-color: #531DA0;
}
</style>
border-color css
<style>
span { border-color: #531DA0; }
span { border-color: rgb(83,29,160); }
td.TdClassName
{
border-color: #531DA0;
}
.TagClassName
{
border-color: #531DA0;
}
</style>