Shades of Daisy Bush #53308D
Tints of Daisy Bush #53308D
RGB
CMYK
RGB Variations
Color information
#53308D (or 0x53308D) is known color: Daisy Bush. HEX triplet: 53, 30 and 8D. RGB value is (83,48,141). Sum of RGB (Red+Green+Blue) = 83+48+141=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #53308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53308D is #ACCF72. Grayscale: #444444. Windows color (decimal): -11325299 or 9252947. OLE color: 9252947.
HSL color Cylindrical-coordinate representation of color #53308D: hue angle of 262.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53308D is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 48 | 141 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.45 |
| HSL | 262.58º | 0.49% | 0.37% | - |
| HSV(B) | 262.58º | 0.66% | 0.55% | - |
| XYZ | 9.43 | 5.88 | 25.84 | - |
| YUV | 69.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 141 | 0.41 | 0.66 | 0 | 0.45 | 262.58 | 0.49 | 0.37 |
| Hex | 53 | 30 | 8D | 29 | 42 | 0 | 2D | 107 | 31 | 25 |
| Octal | 123 | 60 | 215 | 51 | 102 | 0 | 55 | 407 | 61 | 45 |
| Binary | 1010011 | 110000 | 10001101 | 101001 | 1000010 | 0 | 101101 | 100000111 | 110001 | 100101 |
Color Harmonies of #53308D
Complementary color
Monochromatic Colors of #53308D
Black with #53308D
Text Example
Text Example
White with #53308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53308D; }
p { color: rgb(83,48,141); }
H1.HeaderClassName
{
color: #53308D;
}
.AnyTagClassName
{
color: #53308D;
}
</style>
background-color css
<style>
a { background-color: #53308D; }
a { background-color: rgb(83,48,141); }
div.DivClassName
{
background-color: #53308D;
}
.BgClassName
{
background-color: #53308D;
}
</style>
border-color css
<style>
span { border-color: #53308D; }
span { border-color: rgb(83,48,141); }
td.TdClassName
{
border-color: #53308D;
}
.TagClassName
{
border-color: #53308D;
}
</style>