Shades of Daisy Bush #52348C
Tints of Daisy Bush #52348C
RGB
CMYK
RGB Variations
Color information
#52348C (or 0x52348C) is known color: Daisy Bush. HEX triplet: 52, 34 and 8C. RGB value is (82,52,140). Sum of RGB (Red+Green+Blue) = 82+52+140=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #52348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52348C is #ADCB73. Grayscale: #464646. Windows color (decimal): -11389812 or 9188434. OLE color: 9188434.
HSL color Cylindrical-coordinate representation of color #52348C: hue angle of 260.45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52348C is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 52 | 140 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.45 |
| HSL | 260.45º | 0.46% | 0.38% | - |
| HSV(B) | 260.45º | 0.63% | 0.55% | - |
| XYZ | 9.44 | 6.14 | 25.5 | - |
| YUV | 71 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 140 | 0.41 | 0.63 | 0 | 0.45 | 260.45 | 0.46 | 0.38 |
| Hex | 52 | 34 | 8C | 29 | 3F | 0 | 2D | 104 | 2E | 26 |
| Octal | 122 | 64 | 214 | 51 | 77 | 0 | 55 | 404 | 56 | 46 |
| Binary | 1010010 | 110100 | 10001100 | 101001 | 111111 | 0 | 101101 | 100000100 | 101110 | 100110 |
Color Harmonies of #52348C
Complementary color
Monochromatic Colors of #52348C
Black with #52348C
Text Example
Text Example
White with #52348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52348C; }
p { color: rgb(82,52,140); }
H1.HeaderClassName
{
color: #52348C;
}
.AnyTagClassName
{
color: #52348C;
}
</style>
background-color css
<style>
a { background-color: #52348C; }
a { background-color: rgb(82,52,140); }
div.DivClassName
{
background-color: #52348C;
}
.BgClassName
{
background-color: #52348C;
}
</style>
border-color css
<style>
span { border-color: #52348C; }
span { border-color: rgb(82,52,140); }
td.TdClassName
{
border-color: #52348C;
}
.TagClassName
{
border-color: #52348C;
}
</style>