Shades of Daisy Bush #53318E
Tints of Daisy Bush #53318E
RGB
CMYK
RGB Variations
Color information
#53318E (or 0x53318E) is known color: Daisy Bush. HEX triplet: 53, 31 and 8E. RGB value is (83,49,142). Sum of RGB (Red+Green+Blue) = 83+49+142=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #53318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53318E is #ACCE71. Grayscale: #454545. Windows color (decimal): -11325042 or 9318739. OLE color: 9318739.
HSL color Cylindrical-coordinate representation of color #53318E: hue angle of 261.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53318E is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 49 | 142 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.44 |
| HSL | 261.94º | 0.49% | 0.37% | - |
| HSV(B) | 261.94º | 0.65% | 0.56% | - |
| XYZ | 9.55 | 5.99 | 26.24 | - |
| YUV | 69.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 142 | 0.42 | 0.65 | 0 | 0.44 | 261.94 | 0.49 | 0.37 |
| Hex | 53 | 31 | 8E | 2A | 41 | 0 | 2C | 106 | 31 | 25 |
| Octal | 123 | 61 | 216 | 52 | 101 | 0 | 54 | 406 | 61 | 45 |
| Binary | 1010011 | 110001 | 10001110 | 101010 | 1000001 | 0 | 101100 | 100000110 | 110001 | 100101 |
Color Harmonies of #53318E
Complementary color
Monochromatic Colors of #53318E
Black with #53318E
Text Example
Text Example
White with #53318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53318E; }
p { color: rgb(83,49,142); }
H1.HeaderClassName
{
color: #53318E;
}
.AnyTagClassName
{
color: #53318E;
}
</style>
background-color css
<style>
a { background-color: #53318E; }
a { background-color: rgb(83,49,142); }
div.DivClassName
{
background-color: #53318E;
}
.BgClassName
{
background-color: #53318E;
}
</style>
border-color css
<style>
span { border-color: #53318E; }
span { border-color: rgb(83,49,142); }
td.TdClassName
{
border-color: #53318E;
}
.TagClassName
{
border-color: #53318E;
}
</style>