Shades of Daisy Bush #52229D
Tints of Daisy Bush #52229D
RGB
CMYK
RGB Variations
Color information
#52229D (or 0x52229D) is known color: Daisy Bush. HEX triplet: 52, 22 and 9D. RGB value is (82,34,157). Sum of RGB (Red+Green+Blue) = 82+34+157=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #52229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52229D is #ADDD62. Grayscale: #3D3D3D. Windows color (decimal): -11394403 or 10297938. OLE color: 10297938.
HSL color Cylindrical-coordinate representation of color #52229D: hue angle of 263.41º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52229D is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 34 | 157 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.38 |
| HSL | 263.41º | 0.64% | 0.37% | - |
| HSV(B) | 263.41º | 0.78% | 0.62% | - |
| XYZ | 10.14 | 5.37 | 32.4 | - |
| YUV | 62.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 157 | 0.48 | 0.78 | 0 | 0.38 | 263.41 | 0.64 | 0.37 |
| Hex | 52 | 22 | 9D | 30 | 4E | 0 | 26 | 107 | 40 | 25 |
| Octal | 122 | 42 | 235 | 60 | 116 | 0 | 46 | 407 | 100 | 45 |
| Binary | 1010010 | 100010 | 10011101 | 110000 | 1001110 | 0 | 100110 | 100000111 | 1000000 | 100101 |
Color Harmonies of #52229D
Complementary color
Monochromatic Colors of #52229D
Black with #52229D
Text Example
Text Example
White with #52229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52229D; }
p { color: rgb(82,34,157); }
H1.HeaderClassName
{
color: #52229D;
}
.AnyTagClassName
{
color: #52229D;
}
</style>
background-color css
<style>
a { background-color: #52229D; }
a { background-color: rgb(82,34,157); }
div.DivClassName
{
background-color: #52229D;
}
.BgClassName
{
background-color: #52229D;
}
</style>
border-color css
<style>
span { border-color: #52229D; }
span { border-color: rgb(82,34,157); }
td.TdClassName
{
border-color: #52229D;
}
.TagClassName
{
border-color: #52229D;
}
</style>