Shades of Daisy Bush #53329F
Tints of Daisy Bush #53329F
RGB
CMYK
RGB Variations
Color information
#53329F (or 0x53329F) is known color: Daisy Bush. HEX triplet: 53, 32 and 9F. RGB value is (83,50,159). Sum of RGB (Red+Green+Blue) = 83+50+159=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #53329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329F is #ACCD60. Grayscale: #474747. Windows color (decimal): -11324769 or 10433107. OLE color: 10433107.
HSL color Cylindrical-coordinate representation of color #53329F: hue angle of 258.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53329F is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 50 | 159 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.38 |
| HSL | 258.17º | 0.52% | 0.41% | - |
| HSV(B) | 258.17º | 0.69% | 0.62% | - |
| XYZ | 10.97 | 6.62 | 33.5 | - |
| YUV | 72.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 159 | 0.48 | 0.69 | 0 | 0.38 | 258.17 | 0.52 | 0.41 |
| Hex | 53 | 32 | 9F | 30 | 45 | 0 | 26 | 102 | 34 | 29 |
| Octal | 123 | 62 | 237 | 60 | 105 | 0 | 46 | 402 | 64 | 51 |
| Binary | 1010011 | 110010 | 10011111 | 110000 | 1000101 | 0 | 100110 | 100000010 | 110100 | 101001 |
Color Harmonies of #53329F
Complementary color
Monochromatic Colors of #53329F
Black with #53329F
Text Example
Text Example
White with #53329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53329F; }
p { color: rgb(83,50,159); }
H1.HeaderClassName
{
color: #53329F;
}
.AnyTagClassName
{
color: #53329F;
}
</style>
background-color css
<style>
a { background-color: #53329F; }
a { background-color: rgb(83,50,159); }
div.DivClassName
{
background-color: #53329F;
}
.BgClassName
{
background-color: #53329F;
}
</style>
border-color css
<style>
span { border-color: #53329F; }
span { border-color: rgb(83,50,159); }
td.TdClassName
{
border-color: #53329F;
}
.TagClassName
{
border-color: #53329F;
}
</style>