Shades of Daisy Bush #523B89
Tints of Daisy Bush #523B89
RGB
CMYK
RGB Variations
Color information
#523B89 (or 0x523B89) is known color: Daisy Bush. HEX triplet: 52, 3B and 89. RGB value is (82,59,137). Sum of RGB (Red+Green+Blue) = 82+59+137=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #523B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B89 is #ADC476. Grayscale: #4A4A4A. Windows color (decimal): -11388023 or 8993618. OLE color: 8993618.
HSL color Cylindrical-coordinate representation of color #523B89: hue angle of 257.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523B89 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 59 | 137 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.46 |
| HSL | 257.69º | 0.4% | 0.38% | - |
| HSV(B) | 257.69º | 0.57% | 0.54% | - |
| XYZ | 9.56 | 6.73 | 24.46 | - |
| YUV | 74.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 137 | 0.40 | 0.57 | 0 | 0.46 | 257.69 | 0.4 | 0.38 |
| Hex | 52 | 3B | 89 | 28 | 39 | 0 | 2E | 102 | 28 | 26 |
| Octal | 122 | 73 | 211 | 50 | 71 | 0 | 56 | 402 | 50 | 46 |
| Binary | 1010010 | 111011 | 10001001 | 101000 | 111001 | 0 | 101110 | 100000010 | 101000 | 100110 |
Color Harmonies of #523B89
Complementary color
Monochromatic Colors of #523B89
Black with #523B89
Text Example
Text Example
White with #523B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B89; }
p { color: rgb(82,59,137); }
H1.HeaderClassName
{
color: #523B89;
}
.AnyTagClassName
{
color: #523B89;
}
</style>
background-color css
<style>
a { background-color: #523B89; }
a { background-color: rgb(82,59,137); }
div.DivClassName
{
background-color: #523B89;
}
.BgClassName
{
background-color: #523B89;
}
</style>
border-color css
<style>
span { border-color: #523B89; }
span { border-color: rgb(82,59,137); }
td.TdClassName
{
border-color: #523B89;
}
.TagClassName
{
border-color: #523B89;
}
</style>