Shades of Daisy Bush #53348D
Tints of Daisy Bush #53348D
RGB
CMYK
RGB Variations
Color information
#53348D (or 0x53348D) is known color: Daisy Bush. HEX triplet: 53, 34 and 8D. RGB value is (83,52,141). Sum of RGB (Red+Green+Blue) = 83+52+141=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #53348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53348D is #ACCB72. Grayscale: #474747. Windows color (decimal): -11324275 or 9253971. OLE color: 9253971.
HSL color Cylindrical-coordinate representation of color #53348D: hue angle of 260.9º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53348D is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 52 | 141 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.45 |
| HSL | 260.9º | 0.46% | 0.38% | - |
| HSV(B) | 260.9º | 0.63% | 0.55% | - |
| XYZ | 9.6 | 6.22 | 25.89 | - |
| YUV | 71.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 141 | 0.41 | 0.63 | 0 | 0.45 | 260.9 | 0.46 | 0.38 |
| Hex | 53 | 34 | 8D | 29 | 3F | 0 | 2D | 105 | 2E | 26 |
| Octal | 123 | 64 | 215 | 51 | 77 | 0 | 55 | 405 | 56 | 46 |
| Binary | 1010011 | 110100 | 10001101 | 101001 | 111111 | 0 | 101101 | 100000101 | 101110 | 100110 |
Color Harmonies of #53348D
Complementary color
Monochromatic Colors of #53348D
Black with #53348D
Text Example
Text Example
White with #53348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53348D; }
p { color: rgb(83,52,141); }
H1.HeaderClassName
{
color: #53348D;
}
.AnyTagClassName
{
color: #53348D;
}
</style>
background-color css
<style>
a { background-color: #53348D; }
a { background-color: rgb(83,52,141); }
div.DivClassName
{
background-color: #53348D;
}
.BgClassName
{
background-color: #53348D;
}
</style>
border-color css
<style>
span { border-color: #53348D; }
span { border-color: rgb(83,52,141); }
td.TdClassName
{
border-color: #53348D;
}
.TagClassName
{
border-color: #53348D;
}
</style>