Shades of Daisy Bush #52299B
Tints of Daisy Bush #52299B
RGB
CMYK
RGB Variations
Color information
#52299B (or 0x52299B) is known color: Daisy Bush. HEX triplet: 52, 29 and 9B. RGB value is (82,41,155). Sum of RGB (Red+Green+Blue) = 82+41+155=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #52299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52299B is #ADD664. Grayscale: #414141. Windows color (decimal): -11392613 or 10168658. OLE color: 10168658.
HSL color Cylindrical-coordinate representation of color #52299B: hue angle of 261.58º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52299B is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 41 | 155 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.39 |
| HSL | 261.58º | 0.58% | 0.38% | - |
| HSV(B) | 261.58º | 0.74% | 0.61% | - |
| XYZ | 10.19 | 5.75 | 31.58 | - |
| YUV | 66.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 155 | 0.47 | 0.74 | 0 | 0.39 | 261.58 | 0.58 | 0.38 |
| Hex | 52 | 29 | 9B | 2F | 4A | 0 | 27 | 106 | 3A | 26 |
| Octal | 122 | 51 | 233 | 57 | 112 | 0 | 47 | 406 | 72 | 46 |
| Binary | 1010010 | 101001 | 10011011 | 101111 | 1001010 | 0 | 100111 | 100000110 | 111010 | 100110 |
Color Harmonies of #52299B
Complementary color
Monochromatic Colors of #52299B
Black with #52299B
Text Example
Text Example
White with #52299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52299B; }
p { color: rgb(82,41,155); }
H1.HeaderClassName
{
color: #52299B;
}
.AnyTagClassName
{
color: #52299B;
}
</style>
background-color css
<style>
a { background-color: #52299B; }
a { background-color: rgb(82,41,155); }
div.DivClassName
{
background-color: #52299B;
}
.BgClassName
{
background-color: #52299B;
}
</style>
border-color css
<style>
span { border-color: #52299B; }
span { border-color: rgb(82,41,155); }
td.TdClassName
{
border-color: #52299B;
}
.TagClassName
{
border-color: #52299B;
}
</style>