Shades of Daisy Bush #52369B
Tints of Daisy Bush #52369B
RGB
CMYK
RGB Variations
Color information
#52369B (or 0x52369B) is known color: Daisy Bush. HEX triplet: 52, 36 and 9B. RGB value is (82,54,155). Sum of RGB (Red+Green+Blue) = 82+54+155=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #52369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52369B is #ADC964. Grayscale: #494949. Windows color (decimal): -11389285 or 10171986. OLE color: 10171986.
HSL color Cylindrical-coordinate representation of color #52369B: hue angle of 256.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52369B is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 54 | 155 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.39 |
| HSL | 256.63º | 0.48% | 0.41% | - |
| HSV(B) | 256.63º | 0.65% | 0.61% | - |
| XYZ | 10.72 | 6.8 | 31.76 | - |
| YUV | 73.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 155 | 0.47 | 0.65 | 0 | 0.39 | 256.63 | 0.48 | 0.41 |
| Hex | 52 | 36 | 9B | 2F | 41 | 0 | 27 | 101 | 30 | 29 |
| Octal | 122 | 66 | 233 | 57 | 101 | 0 | 47 | 401 | 60 | 51 |
| Binary | 1010010 | 110110 | 10011011 | 101111 | 1000001 | 0 | 100111 | 100000001 | 110000 | 101001 |
Color Harmonies of #52369B
Complementary color
Monochromatic Colors of #52369B
Black with #52369B
Text Example
Text Example
White with #52369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52369B; }
p { color: rgb(82,54,155); }
H1.HeaderClassName
{
color: #52369B;
}
.AnyTagClassName
{
color: #52369B;
}
</style>
background-color css
<style>
a { background-color: #52369B; }
a { background-color: rgb(82,54,155); }
div.DivClassName
{
background-color: #52369B;
}
.BgClassName
{
background-color: #52369B;
}
</style>
border-color css
<style>
span { border-color: #52369B; }
span { border-color: rgb(82,54,155); }
td.TdClassName
{
border-color: #52369B;
}
.TagClassName
{
border-color: #52369B;
}
</style>