Shades of Daisy Bush #57479D
Tints of Daisy Bush #57479D
RGB
CMYK
RGB Variations
Color information
#57479D (or 0x57479D) is known color: Daisy Bush. HEX triplet: 57, 47 and 9D. RGB value is (87,71,157). Sum of RGB (Red+Green+Blue) = 87+71+157=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #57479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57479D is #A8B862. Grayscale: #555555. Windows color (decimal): -11057251 or 10307415. OLE color: 10307415.
HSL color Cylindrical-coordinate representation of color #57479D: hue angle of 251.16º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57479D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 71 | 157 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.38 |
| HSL | 251.16º | 0.38% | 0.45% | - |
| HSV(B) | 251.16º | 0.55% | 0.62% | - |
| XYZ | 12.27 | 8.97 | 32.98 | - |
| YUV | 85.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 157 | 0.45 | 0.55 | 0 | 0.38 | 251.16 | 0.38 | 0.45 |
| Hex | 57 | 47 | 9D | 2D | 37 | 0 | 26 | FB | 26 | 2D |
| Octal | 127 | 107 | 235 | 55 | 67 | 0 | 46 | 373 | 46 | 55 |
| Binary | 1010111 | 1000111 | 10011101 | 101101 | 110111 | 0 | 100110 | 11111011 | 100110 | 101101 |
Color Harmonies of #57479D
Complementary color
Monochromatic Colors of #57479D
Black with #57479D
Text Example
Text Example
White with #57479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57479D; }
p { color: rgb(87,71,157); }
H1.HeaderClassName
{
color: #57479D;
}
.AnyTagClassName
{
color: #57479D;
}
</style>
background-color css
<style>
a { background-color: #57479D; }
a { background-color: rgb(87,71,157); }
div.DivClassName
{
background-color: #57479D;
}
.BgClassName
{
background-color: #57479D;
}
</style>
border-color css
<style>
span { border-color: #57479D; }
span { border-color: rgb(87,71,157); }
td.TdClassName
{
border-color: #57479D;
}
.TagClassName
{
border-color: #57479D;
}
</style>