Shades of Daisy Bush #57289F
Tints of Daisy Bush #57289F
RGB
CMYK
RGB Variations
Color information
#57289F (or 0x57289F) is known color: Daisy Bush. HEX triplet: 57, 28 and 9F. RGB value is (87,40,159). Sum of RGB (Red+Green+Blue) = 87+40+159=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #57289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57289F is #A8D760. Grayscale: #434343. Windows color (decimal): -11065185 or 10430551. OLE color: 10430551.
HSL color Cylindrical-coordinate representation of color #57289F: hue angle of 263.7º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57289F is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 40 | 159 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.38 |
| HSL | 263.7º | 0.6% | 0.39% | - |
| HSV(B) | 263.7º | 0.75% | 0.62% | - |
| XYZ | 10.95 | 6.05 | 33.39 | - |
| YUV | 67.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 159 | 0.45 | 0.75 | 0 | 0.38 | 263.7 | 0.6 | 0.39 |
| Hex | 57 | 28 | 9F | 2D | 4B | 0 | 26 | 108 | 3C | 27 |
| Octal | 127 | 50 | 237 | 55 | 113 | 0 | 46 | 410 | 74 | 47 |
| Binary | 1010111 | 101000 | 10011111 | 101101 | 1001011 | 0 | 100110 | 100001000 | 111100 | 100111 |
Color Harmonies of #57289F
Complementary color
Monochromatic Colors of #57289F
Black with #57289F
Text Example
Text Example
White with #57289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57289F; }
p { color: rgb(87,40,159); }
H1.HeaderClassName
{
color: #57289F;
}
.AnyTagClassName
{
color: #57289F;
}
</style>
background-color css
<style>
a { background-color: #57289F; }
a { background-color: rgb(87,40,159); }
div.DivClassName
{
background-color: #57289F;
}
.BgClassName
{
background-color: #57289F;
}
</style>
border-color css
<style>
span { border-color: #57289F; }
span { border-color: rgb(87,40,159); }
td.TdClassName
{
border-color: #57289F;
}
.TagClassName
{
border-color: #57289F;
}
</style>