Shades of Daisy Bush #531F9D
Tints of Daisy Bush #531F9D
RGB
CMYK
RGB Variations
Color information
#531F9D (or 0x531F9D) is known color: Daisy Bush. HEX triplet: 53, 1F and 9D. RGB value is (83,31,157). Sum of RGB (Red+Green+Blue) = 83+31+157=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #531F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531F9D is #ACE062. Grayscale: #3C3C3C. Windows color (decimal): -11329635 or 10297171. OLE color: 10297171.
HSL color Cylindrical-coordinate representation of color #531F9D: hue angle of 264.76º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531F9D is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 31 | 157 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.38 |
| HSL | 264.76º | 0.67% | 0.37% | - |
| HSV(B) | 264.76º | 0.8% | 0.62% | - |
| XYZ | 10.14 | 5.25 | 32.38 | - |
| YUV | 60.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 157 | 0.47 | 0.80 | 0 | 0.38 | 264.76 | 0.67 | 0.37 |
| Hex | 53 | 1F | 9D | 2F | 50 | 0 | 26 | 109 | 43 | 25 |
| Octal | 123 | 37 | 235 | 57 | 120 | 0 | 46 | 411 | 103 | 45 |
| Binary | 1010011 | 11111 | 10011101 | 101111 | 1010000 | 0 | 100110 | 100001001 | 1000011 | 100101 |
Color Harmonies of #531F9D
Complementary color
Monochromatic Colors of #531F9D
Black with #531F9D
Text Example
Text Example
White with #531F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F9D; }
p { color: rgb(83,31,157); }
H1.HeaderClassName
{
color: #531F9D;
}
.AnyTagClassName
{
color: #531F9D;
}
</style>
background-color css
<style>
a { background-color: #531F9D; }
a { background-color: rgb(83,31,157); }
div.DivClassName
{
background-color: #531F9D;
}
.BgClassName
{
background-color: #531F9D;
}
</style>
border-color css
<style>
span { border-color: #531F9D; }
span { border-color: rgb(83,31,157); }
td.TdClassName
{
border-color: #531F9D;
}
.TagClassName
{
border-color: #531F9D;
}
</style>