Shades of Daisy Bush #57279D
Tints of Daisy Bush #57279D
RGB
CMYK
RGB Variations
Color information
#57279D (or 0x57279D) is known color: Daisy Bush. HEX triplet: 57, 27 and 9D. RGB value is (87,39,157). Sum of RGB (Red+Green+Blue) = 87+39+157=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #57279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57279D is #A8D862. Grayscale: #424242. Windows color (decimal): -11065443 or 10299223. OLE color: 10299223.
HSL color Cylindrical-coordinate representation of color #57279D: hue angle of 264.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57279D is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 39 | 157 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.38 |
| HSL | 264.41º | 0.6% | 0.38% | - |
| HSV(B) | 264.41º | 0.75% | 0.62% | - |
| XYZ | 10.74 | 5.91 | 32.47 | - |
| YUV | 66.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 157 | 0.45 | 0.75 | 0 | 0.38 | 264.41 | 0.6 | 0.38 |
| Hex | 57 | 27 | 9D | 2D | 4B | 0 | 26 | 108 | 3C | 26 |
| Octal | 127 | 47 | 235 | 55 | 113 | 0 | 46 | 410 | 74 | 46 |
| Binary | 1010111 | 100111 | 10011101 | 101101 | 1001011 | 0 | 100110 | 100001000 | 111100 | 100110 |
Color Harmonies of #57279D
Complementary color
Monochromatic Colors of #57279D
Black with #57279D
Text Example
Text Example
White with #57279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57279D; }
p { color: rgb(87,39,157); }
H1.HeaderClassName
{
color: #57279D;
}
.AnyTagClassName
{
color: #57279D;
}
</style>
background-color css
<style>
a { background-color: #57279D; }
a { background-color: rgb(87,39,157); }
div.DivClassName
{
background-color: #57279D;
}
.BgClassName
{
background-color: #57279D;
}
</style>
border-color css
<style>
span { border-color: #57279D; }
span { border-color: rgb(87,39,157); }
td.TdClassName
{
border-color: #57279D;
}
.TagClassName
{
border-color: #57279D;
}
</style>