Shades of Daisy Bush #57428D
Tints of Daisy Bush #57428D
RGB
CMYK
RGB Variations
Color information
#57428D (or 0x57428D) is known color: Daisy Bush. HEX triplet: 57, 42 and 8D. RGB value is (87,66,141). Sum of RGB (Red+Green+Blue) = 87+66+141=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #57428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57428D is #A8BD72. Grayscale: #505050. Windows color (decimal): -11058547 or 9257559. OLE color: 9257559.
HSL color Cylindrical-coordinate representation of color #57428D: hue angle of 256.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57428D is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 66 | 141 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.45 |
| HSL | 256.8º | 0.36% | 0.41% | - |
| HSV(B) | 256.8º | 0.53% | 0.55% | - |
| XYZ | 10.69 | 7.85 | 26.15 | - |
| YUV | 80.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 141 | 0.38 | 0.53 | 0 | 0.45 | 256.8 | 0.36 | 0.41 |
| Hex | 57 | 42 | 8D | 26 | 35 | 0 | 2D | 101 | 24 | 29 |
| Octal | 127 | 102 | 215 | 46 | 65 | 0 | 55 | 401 | 44 | 51 |
| Binary | 1010111 | 1000010 | 10001101 | 100110 | 110101 | 0 | 101101 | 100000001 | 100100 | 101001 |
Color Harmonies of #57428D
Complementary color
Monochromatic Colors of #57428D
Black with #57428D
Text Example
Text Example
White with #57428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57428D; }
p { color: rgb(87,66,141); }
H1.HeaderClassName
{
color: #57428D;
}
.AnyTagClassName
{
color: #57428D;
}
</style>
background-color css
<style>
a { background-color: #57428D; }
a { background-color: rgb(87,66,141); }
div.DivClassName
{
background-color: #57428D;
}
.BgClassName
{
background-color: #57428D;
}
</style>
border-color css
<style>
span { border-color: #57428D; }
span { border-color: rgb(87,66,141); }
td.TdClassName
{
border-color: #57428D;
}
.TagClassName
{
border-color: #57428D;
}
</style>