Shades of Daisy Bush #52289C
Tints of Daisy Bush #52289C
RGB
CMYK
RGB Variations
Color information
#52289C (or 0x52289C) is known color: Daisy Bush. HEX triplet: 52, 28 and 9C. RGB value is (82,40,156). Sum of RGB (Red+Green+Blue) = 82+40+156=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #52289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52289C is #ADD763. Grayscale: #414141. Windows color (decimal): -11392868 or 10233938. OLE color: 10233938.
HSL color Cylindrical-coordinate representation of color #52289C: hue angle of 261.72º degrees, saturation: 0.59, 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 #52289C is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 40 | 156 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.39 |
| HSL | 261.72º | 0.59% | 0.38% | - |
| HSV(B) | 261.72º | 0.74% | 0.61% | - |
| XYZ | 10.24 | 5.71 | 32.02 | - |
| YUV | 65.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 156 | 0.47 | 0.74 | 0 | 0.39 | 261.72 | 0.59 | 0.38 |
| Hex | 52 | 28 | 9C | 2F | 4A | 0 | 27 | 106 | 3B | 26 |
| Octal | 122 | 50 | 234 | 57 | 112 | 0 | 47 | 406 | 73 | 46 |
| Binary | 1010010 | 101000 | 10011100 | 101111 | 1001010 | 0 | 100111 | 100000110 | 111011 | 100110 |
Color Harmonies of #52289C
Complementary color
Monochromatic Colors of #52289C
Black with #52289C
Text Example
Text Example
White with #52289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52289C; }
p { color: rgb(82,40,156); }
H1.HeaderClassName
{
color: #52289C;
}
.AnyTagClassName
{
color: #52289C;
}
</style>
background-color css
<style>
a { background-color: #52289C; }
a { background-color: rgb(82,40,156); }
div.DivClassName
{
background-color: #52289C;
}
.BgClassName
{
background-color: #52289C;
}
</style>
border-color css
<style>
span { border-color: #52289C; }
span { border-color: rgb(82,40,156); }
td.TdClassName
{
border-color: #52289C;
}
.TagClassName
{
border-color: #52289C;
}
</style>