Shades of Daisy Bush #52358B
Tints of Daisy Bush #52358B
RGB
CMYK
RGB Variations
Color information
#52358B (or 0x52358B) is known color: Daisy Bush. HEX triplet: 52, 35 and 8B. RGB value is (82,53,139). Sum of RGB (Red+Green+Blue) = 82+53+139=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #52358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52358B is #ADCA74. Grayscale: #474747. Windows color (decimal): -11389557 or 9123154. OLE color: 9123154.
HSL color Cylindrical-coordinate representation of color #52358B: hue angle of 260.23º 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 #52358B is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 53 | 139 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.45 |
| HSL | 260.23º | 0.45% | 0.38% | - |
| HSV(B) | 260.23º | 0.62% | 0.55% | - |
| XYZ | 9.41 | 6.2 | 25.13 | - |
| YUV | 71.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 139 | 0.41 | 0.62 | 0 | 0.45 | 260.23 | 0.45 | 0.38 |
| Hex | 52 | 35 | 8B | 29 | 3E | 0 | 2D | 104 | 2D | 26 |
| Octal | 122 | 65 | 213 | 51 | 76 | 0 | 55 | 404 | 55 | 46 |
| Binary | 1010010 | 110101 | 10001011 | 101001 | 111110 | 0 | 101101 | 100000100 | 101101 | 100110 |
Color Harmonies of #52358B
Complementary color
Monochromatic Colors of #52358B
Black with #52358B
Text Example
Text Example
White with #52358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52358B; }
p { color: rgb(82,53,139); }
H1.HeaderClassName
{
color: #52358B;
}
.AnyTagClassName
{
color: #52358B;
}
</style>
background-color css
<style>
a { background-color: #52358B; }
a { background-color: rgb(82,53,139); }
div.DivClassName
{
background-color: #52358B;
}
.BgClassName
{
background-color: #52358B;
}
</style>
border-color css
<style>
span { border-color: #52358B; }
span { border-color: rgb(82,53,139); }
td.TdClassName
{
border-color: #52358B;
}
.TagClassName
{
border-color: #52358B;
}
</style>