Shades of Daisy Bush #53349D
Tints of Daisy Bush #53349D
RGB
CMYK
RGB Variations
Color information
#53349D (or 0x53349D) is known color: Daisy Bush. HEX triplet: 53, 34 and 9D. RGB value is (83,52,157). Sum of RGB (Red+Green+Blue) = 83+52+157=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #53349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53349D is #ACCB62. Grayscale: #484848. Windows color (decimal): -11324259 or 10302547. OLE color: 10302547.
HSL color Cylindrical-coordinate representation of color #53349D: hue angle of 257.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53349D is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 52 | 157 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.38 |
| HSL | 257.71º | 0.5% | 0.41% | - |
| HSV(B) | 257.71º | 0.67% | 0.62% | - |
| XYZ | 10.88 | 6.73 | 32.62 | - |
| YUV | 73.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 157 | 0.47 | 0.67 | 0 | 0.38 | 257.71 | 0.5 | 0.41 |
| Hex | 53 | 34 | 9D | 2F | 43 | 0 | 26 | 102 | 32 | 29 |
| Octal | 123 | 64 | 235 | 57 | 103 | 0 | 46 | 402 | 62 | 51 |
| Binary | 1010011 | 110100 | 10011101 | 101111 | 1000011 | 0 | 100110 | 100000010 | 110010 | 101001 |
Color Harmonies of #53349D
Complementary color
Monochromatic Colors of #53349D
Black with #53349D
Text Example
Text Example
White with #53349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53349D; }
p { color: rgb(83,52,157); }
H1.HeaderClassName
{
color: #53349D;
}
.AnyTagClassName
{
color: #53349D;
}
</style>
background-color css
<style>
a { background-color: #53349D; }
a { background-color: rgb(83,52,157); }
div.DivClassName
{
background-color: #53349D;
}
.BgClassName
{
background-color: #53349D;
}
</style>
border-color css
<style>
span { border-color: #53349D; }
span { border-color: rgb(83,52,157); }
td.TdClassName
{
border-color: #53349D;
}
.TagClassName
{
border-color: #53349D;
}
</style>