Shades of Daisy Bush #52279A
Tints of Daisy Bush #52279A
RGB
CMYK
RGB Variations
Color information
#52279A (or 0x52279A) is known color: Daisy Bush. HEX triplet: 52, 27 and 9A. RGB value is (82,39,154). Sum of RGB (Red+Green+Blue) = 82+39+154=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #52279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52279A is #ADD865. Grayscale: #404040. Windows color (decimal): -11393126 or 10102610. OLE color: 10102610.
HSL color Cylindrical-coordinate representation of color #52279A: hue angle of 262.43º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52279A is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 39 | 154 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.40 |
| HSL | 262.43º | 0.6% | 0.38% | - |
| HSV(B) | 262.43º | 0.75% | 0.6% | - |
| XYZ | 10.04 | 5.58 | 31.12 | - |
| YUV | 64.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 154 | 0.47 | 0.75 | 0 | 0.40 | 262.43 | 0.6 | 0.38 |
| Hex | 52 | 27 | 9A | 2F | 4B | 0 | 28 | 106 | 3C | 26 |
| Octal | 122 | 47 | 232 | 57 | 113 | 0 | 50 | 406 | 74 | 46 |
| Binary | 1010010 | 100111 | 10011010 | 101111 | 1001011 | 0 | 101000 | 100000110 | 111100 | 100110 |
Color Harmonies of #52279A
Complementary color
Monochromatic Colors of #52279A
Black with #52279A
Text Example
Text Example
White with #52279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52279A; }
p { color: rgb(82,39,154); }
H1.HeaderClassName
{
color: #52279A;
}
.AnyTagClassName
{
color: #52279A;
}
</style>
background-color css
<style>
a { background-color: #52279A; }
a { background-color: rgb(82,39,154); }
div.DivClassName
{
background-color: #52279A;
}
.BgClassName
{
background-color: #52279A;
}
</style>
border-color css
<style>
span { border-color: #52279A; }
span { border-color: rgb(82,39,154); }
td.TdClassName
{
border-color: #52279A;
}
.TagClassName
{
border-color: #52279A;
}
</style>