Shades of Daisy Bush #52269D
Tints of Daisy Bush #52269D
RGB
CMYK
RGB Variations
Color information
#52269D (or 0x52269D) is known color: Daisy Bush. HEX triplet: 52, 26 and 9D. RGB value is (82,38,157). Sum of RGB (Red+Green+Blue) = 82+38+157=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #52269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52269D is #ADD962. Grayscale: #404040. Windows color (decimal): -11393379 or 10298962. OLE color: 10298962.
HSL color Cylindrical-coordinate representation of color #52269D: hue angle of 262.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52269D is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 38 | 157 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.38 |
| HSL | 262.18º | 0.61% | 0.38% | - |
| HSV(B) | 262.18º | 0.76% | 0.62% | - |
| XYZ | 10.26 | 5.61 | 32.44 | - |
| YUV | 64.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 157 | 0.48 | 0.76 | 0 | 0.38 | 262.18 | 0.61 | 0.38 |
| Hex | 52 | 26 | 9D | 30 | 4C | 0 | 26 | 106 | 3D | 26 |
| Octal | 122 | 46 | 235 | 60 | 114 | 0 | 46 | 406 | 75 | 46 |
| Binary | 1010010 | 100110 | 10011101 | 110000 | 1001100 | 0 | 100110 | 100000110 | 111101 | 100110 |
Color Harmonies of #52269D
Complementary color
Monochromatic Colors of #52269D
Black with #52269D
Text Example
Text Example
White with #52269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52269D; }
p { color: rgb(82,38,157); }
H1.HeaderClassName
{
color: #52269D;
}
.AnyTagClassName
{
color: #52269D;
}
</style>
background-color css
<style>
a { background-color: #52269D; }
a { background-color: rgb(82,38,157); }
div.DivClassName
{
background-color: #52269D;
}
.BgClassName
{
background-color: #52269D;
}
</style>
border-color css
<style>
span { border-color: #52269D; }
span { border-color: rgb(82,38,157); }
td.TdClassName
{
border-color: #52269D;
}
.TagClassName
{
border-color: #52269D;
}
</style>