Shades of Daisy Bush #52358F
Tints of Daisy Bush #52358F
RGB
CMYK
RGB Variations
Color information
#52358F (or 0x52358F) is known color: Daisy Bush. HEX triplet: 52, 35 and 8F. RGB value is (82,53,143). Sum of RGB (Red+Green+Blue) = 82+53+143=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #52358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52358F is #ADCA70. Grayscale: #474747. Windows color (decimal): -11389553 or 9385298. OLE color: 9385298.
HSL color Cylindrical-coordinate representation of color #52358F: hue angle of 259.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52358F is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 53 | 143 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.44 |
| HSL | 259.33º | 0.46% | 0.38% | - |
| HSV(B) | 259.33º | 0.63% | 0.56% | - |
| XYZ | 9.71 | 6.32 | 26.7 | - |
| YUV | 71.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 143 | 0.43 | 0.63 | 0 | 0.44 | 259.33 | 0.46 | 0.38 |
| Hex | 52 | 35 | 8F | 2B | 3F | 0 | 2C | 103 | 2E | 26 |
| Octal | 122 | 65 | 217 | 53 | 77 | 0 | 54 | 403 | 56 | 46 |
| Binary | 1010010 | 110101 | 10001111 | 101011 | 111111 | 0 | 101100 | 100000011 | 101110 | 100110 |
Color Harmonies of #52358F
Complementary color
Monochromatic Colors of #52358F
Black with #52358F
Text Example
Text Example
White with #52358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52358F; }
p { color: rgb(82,53,143); }
H1.HeaderClassName
{
color: #52358F;
}
.AnyTagClassName
{
color: #52358F;
}
</style>
background-color css
<style>
a { background-color: #52358F; }
a { background-color: rgb(82,53,143); }
div.DivClassName
{
background-color: #52358F;
}
.BgClassName
{
background-color: #52358F;
}
</style>
border-color css
<style>
span { border-color: #52358F; }
span { border-color: rgb(82,53,143); }
td.TdClassName
{
border-color: #52358F;
}
.TagClassName
{
border-color: #52358F;
}
</style>