Shades of Daisy Bush #53209D
Tints of Daisy Bush #53209D
RGB
CMYK
RGB Variations
Color information
#53209D (or 0x53209D) is known color: Daisy Bush. HEX triplet: 53, 20 and 9D. RGB value is (83,32,157). Sum of RGB (Red+Green+Blue) = 83+32+157=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #53209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53209D is #ACDF62. Grayscale: #3D3D3D. Windows color (decimal): -11329379 or 10297427. OLE color: 10297427.
HSL color Cylindrical-coordinate representation of color #53209D: hue angle of 264.48º degrees, saturation: 0.66, 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 #53209D is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 32 | 157 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.38 |
| HSL | 264.48º | 0.66% | 0.37% | - |
| HSV(B) | 264.48º | 0.8% | 0.62% | - |
| XYZ | 10.17 | 5.31 | 32.39 | - |
| YUV | 61.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 157 | 0.47 | 0.80 | 0 | 0.38 | 264.48 | 0.66 | 0.37 |
| Hex | 53 | 20 | 9D | 2F | 50 | 0 | 26 | 108 | 42 | 25 |
| Octal | 123 | 40 | 235 | 57 | 120 | 0 | 46 | 410 | 102 | 45 |
| Binary | 1010011 | 100000 | 10011101 | 101111 | 1010000 | 0 | 100110 | 100001000 | 1000010 | 100101 |
Color Harmonies of #53209D
Complementary color
Monochromatic Colors of #53209D
Black with #53209D
Text Example
Text Example
White with #53209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53209D; }
p { color: rgb(83,32,157); }
H1.HeaderClassName
{
color: #53209D;
}
.AnyTagClassName
{
color: #53209D;
}
</style>
background-color css
<style>
a { background-color: #53209D; }
a { background-color: rgb(83,32,157); }
div.DivClassName
{
background-color: #53209D;
}
.BgClassName
{
background-color: #53209D;
}
</style>
border-color css
<style>
span { border-color: #53209D; }
span { border-color: rgb(83,32,157); }
td.TdClassName
{
border-color: #53209D;
}
.TagClassName
{
border-color: #53209D;
}
</style>