Shades of Daisy Bush #57489B
Tints of Daisy Bush #57489B
RGB
CMYK
RGB Variations
Color information
#57489B (or 0x57489B) is known color: Daisy Bush. HEX triplet: 57, 48 and 9B. RGB value is (87,72,155). Sum of RGB (Red+Green+Blue) = 87+72+155=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #57489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57489B is #A8B764. Grayscale: #555555. Windows color (decimal): -11056997 or 10176599. OLE color: 10176599.
HSL color Cylindrical-coordinate representation of color #57489B: hue angle of 250.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57489B is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 72 | 155 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.39 |
| HSL | 250.84º | 0.37% | 0.45% | - |
| HSV(B) | 250.84º | 0.54% | 0.61% | - |
| XYZ | 12.16 | 9.03 | 32.11 | - |
| YUV | 85.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 155 | 0.44 | 0.54 | 0 | 0.39 | 250.84 | 0.37 | 0.45 |
| Hex | 57 | 48 | 9B | 2C | 36 | 0 | 27 | FB | 25 | 2D |
| Octal | 127 | 110 | 233 | 54 | 66 | 0 | 47 | 373 | 45 | 55 |
| Binary | 1010111 | 1001000 | 10011011 | 101100 | 110110 | 0 | 100111 | 11111011 | 100101 | 101101 |
Color Harmonies of #57489B
Complementary color
Monochromatic Colors of #57489B
Black with #57489B
Text Example
Text Example
White with #57489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57489B; }
p { color: rgb(87,72,155); }
H1.HeaderClassName
{
color: #57489B;
}
.AnyTagClassName
{
color: #57489B;
}
</style>
background-color css
<style>
a { background-color: #57489B; }
a { background-color: rgb(87,72,155); }
div.DivClassName
{
background-color: #57489B;
}
.BgClassName
{
background-color: #57489B;
}
</style>
border-color css
<style>
span { border-color: #57489B; }
span { border-color: rgb(87,72,155); }
td.TdClassName
{
border-color: #57489B;
}
.TagClassName
{
border-color: #57489B;
}
</style>