Shades of Daisy Bush #52318E
Tints of Daisy Bush #52318E
RGB
CMYK
RGB Variations
Color information
#52318E (or 0x52318E) is known color: Daisy Bush. HEX triplet: 52, 31 and 8E. RGB value is (82,49,142). Sum of RGB (Red+Green+Blue) = 82+49+142=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #52318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52318E is #ADCE71. Grayscale: #454545. Windows color (decimal): -11390578 or 9318738. OLE color: 9318738.
HSL color Cylindrical-coordinate representation of color #52318E: hue angle of 261.29º 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 #52318E is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 49 | 142 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.44 |
| HSL | 261.29º | 0.49% | 0.37% | - |
| HSV(B) | 261.29º | 0.65% | 0.56% | - |
| XYZ | 9.46 | 5.94 | 26.24 | - |
| YUV | 69.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 142 | 0.42 | 0.65 | 0 | 0.44 | 261.29 | 0.49 | 0.37 |
| Hex | 52 | 31 | 8E | 2A | 41 | 0 | 2C | 105 | 31 | 25 |
| Octal | 122 | 61 | 216 | 52 | 101 | 0 | 54 | 405 | 61 | 45 |
| Binary | 1010010 | 110001 | 10001110 | 101010 | 1000001 | 0 | 101100 | 100000101 | 110001 | 100101 |
Color Harmonies of #52318E
Complementary color
Monochromatic Colors of #52318E
Black with #52318E
Text Example
Text Example
White with #52318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52318E; }
p { color: rgb(82,49,142); }
H1.HeaderClassName
{
color: #52318E;
}
.AnyTagClassName
{
color: #52318E;
}
</style>
background-color css
<style>
a { background-color: #52318E; }
a { background-color: rgb(82,49,142); }
div.DivClassName
{
background-color: #52318E;
}
.BgClassName
{
background-color: #52318E;
}
</style>
border-color css
<style>
span { border-color: #52318E; }
span { border-color: rgb(82,49,142); }
td.TdClassName
{
border-color: #52318E;
}
.TagClassName
{
border-color: #52318E;
}
</style>