Shades of Daisy Bush #52279E
Tints of Daisy Bush #52279E
RGB
CMYK
RGB Variations
Color information
#52279E (or 0x52279E) is known color: Daisy Bush. HEX triplet: 52, 27 and 9E. RGB value is (82,39,158). Sum of RGB (Red+Green+Blue) = 82+39+158=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #52279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52279E is #ADD861. Grayscale: #404040. Windows color (decimal): -11393122 or 10364754. OLE color: 10364754.
HSL color Cylindrical-coordinate representation of color #52279E: hue angle of 261.68º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52279E is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 39 | 158 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.38 |
| HSL | 261.68º | 0.6% | 0.39% | - |
| HSV(B) | 261.68º | 0.75% | 0.62% | - |
| XYZ | 10.38 | 5.71 | 32.9 | - |
| YUV | 65.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 158 | 0.48 | 0.75 | 0 | 0.38 | 261.68 | 0.6 | 0.39 |
| Hex | 52 | 27 | 9E | 30 | 4B | 0 | 26 | 106 | 3C | 27 |
| Octal | 122 | 47 | 236 | 60 | 113 | 0 | 46 | 406 | 74 | 47 |
| Binary | 1010010 | 100111 | 10011110 | 110000 | 1001011 | 0 | 100110 | 100000110 | 111100 | 100111 |
Color Harmonies of #52279E
Complementary color
Monochromatic Colors of #52279E
Black with #52279E
Text Example
Text Example
White with #52279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52279E; }
p { color: rgb(82,39,158); }
H1.HeaderClassName
{
color: #52279E;
}
.AnyTagClassName
{
color: #52279E;
}
</style>
background-color css
<style>
a { background-color: #52279E; }
a { background-color: rgb(82,39,158); }
div.DivClassName
{
background-color: #52279E;
}
.BgClassName
{
background-color: #52279E;
}
</style>
border-color css
<style>
span { border-color: #52279E; }
span { border-color: rgb(82,39,158); }
td.TdClassName
{
border-color: #52279E;
}
.TagClassName
{
border-color: #52279E;
}
</style>