Shades of Daisy Bush #53329D
Tints of Daisy Bush #53329D
RGB
CMYK
RGB Variations
Color information
#53329D (or 0x53329D) is known color: Daisy Bush. HEX triplet: 53, 32 and 9D. RGB value is (83,50,157). Sum of RGB (Red+Green+Blue) = 83+50+157=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #53329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329D is #ACCD62. Grayscale: #474747. Windows color (decimal): -11324771 or 10302035. OLE color: 10302035.
HSL color Cylindrical-coordinate representation of color #53329D: hue angle of 258.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53329D is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 50 | 157 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.38 |
| HSL | 258.5º | 0.52% | 0.41% | - |
| HSV(B) | 258.5º | 0.68% | 0.62% | - |
| XYZ | 10.79 | 6.55 | 32.59 | - |
| YUV | 72.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 157 | 0.47 | 0.68 | 0 | 0.38 | 258.5 | 0.52 | 0.41 |
| Hex | 53 | 32 | 9D | 2F | 44 | 0 | 26 | 103 | 34 | 29 |
| Octal | 123 | 62 | 235 | 57 | 104 | 0 | 46 | 403 | 64 | 51 |
| Binary | 1010011 | 110010 | 10011101 | 101111 | 1000100 | 0 | 100110 | 100000011 | 110100 | 101001 |
Color Harmonies of #53329D
Complementary color
Monochromatic Colors of #53329D
Black with #53329D
Text Example
Text Example
White with #53329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53329D; }
p { color: rgb(83,50,157); }
H1.HeaderClassName
{
color: #53329D;
}
.AnyTagClassName
{
color: #53329D;
}
</style>
background-color css
<style>
a { background-color: #53329D; }
a { background-color: rgb(83,50,157); }
div.DivClassName
{
background-color: #53329D;
}
.BgClassName
{
background-color: #53329D;
}
</style>
border-color css
<style>
span { border-color: #53329D; }
span { border-color: rgb(83,50,157); }
td.TdClassName
{
border-color: #53329D;
}
.TagClassName
{
border-color: #53329D;
}
</style>