Shades of Daisy Bush #52358C
Tints of Daisy Bush #52358C
RGB
CMYK
RGB Variations
Color information
#52358C (or 0x52358C) is known color: Daisy Bush. HEX triplet: 52, 35 and 8C. RGB value is (82,53,140). Sum of RGB (Red+Green+Blue) = 82+53+140=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #52358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52358C is #ADCA73. Grayscale: #474747. Windows color (decimal): -11389556 or 9188690. OLE color: 9188690.
HSL color Cylindrical-coordinate representation of color #52358C: hue angle of 260º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52358C is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 53 | 140 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.45 |
| HSL | 260º | 0.45% | 0.38% | - |
| HSV(B) | 260º | 0.62% | 0.55% | - |
| XYZ | 9.49 | 6.23 | 25.51 | - |
| YUV | 71.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 140 | 0.41 | 0.62 | 0 | 0.45 | 260 | 0.45 | 0.38 |
| Hex | 52 | 35 | 8C | 29 | 3E | 0 | 2D | 104 | 2D | 26 |
| Octal | 122 | 65 | 214 | 51 | 76 | 0 | 55 | 404 | 55 | 46 |
| Binary | 1010010 | 110101 | 10001100 | 101001 | 111110 | 0 | 101101 | 100000100 | 101101 | 100110 |
Color Harmonies of #52358C
Complementary color
Monochromatic Colors of #52358C
Black with #52358C
Text Example
Text Example
White with #52358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52358C; }
p { color: rgb(82,53,140); }
H1.HeaderClassName
{
color: #52358C;
}
.AnyTagClassName
{
color: #52358C;
}
</style>
background-color css
<style>
a { background-color: #52358C; }
a { background-color: rgb(82,53,140); }
div.DivClassName
{
background-color: #52358C;
}
.BgClassName
{
background-color: #52358C;
}
</style>
border-color css
<style>
span { border-color: #52358C; }
span { border-color: rgb(82,53,140); }
td.TdClassName
{
border-color: #52358C;
}
.TagClassName
{
border-color: #52358C;
}
</style>