Shades of Daisy Bush #57418C
Tints of Daisy Bush #57418C
RGB
CMYK
RGB Variations
Color information
#57418C (or 0x57418C) is known color: Daisy Bush. HEX triplet: 57, 41 and 8C. RGB value is (87,65,140). Sum of RGB (Red+Green+Blue) = 87+65+140=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #57418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57418C is #A8BE73. Grayscale: #4F4F4F. Windows color (decimal): -11058804 or 9191767. OLE color: 9191767.
HSL color Cylindrical-coordinate representation of color #57418C: hue angle of 257.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57418C is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 65 | 140 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.45 |
| HSL | 257.6º | 0.37% | 0.4% | - |
| HSV(B) | 257.6º | 0.54% | 0.55% | - |
| XYZ | 10.55 | 7.7 | 25.74 | - |
| YUV | 80.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 140 | 0.38 | 0.54 | 0 | 0.45 | 257.6 | 0.37 | 0.4 |
| Hex | 57 | 41 | 8C | 26 | 36 | 0 | 2D | 102 | 25 | 28 |
| Octal | 127 | 101 | 214 | 46 | 66 | 0 | 55 | 402 | 45 | 50 |
| Binary | 1010111 | 1000001 | 10001100 | 100110 | 110110 | 0 | 101101 | 100000010 | 100101 | 101000 |
Color Harmonies of #57418C
Complementary color
Monochromatic Colors of #57418C
Black with #57418C
Text Example
Text Example
White with #57418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57418C; }
p { color: rgb(87,65,140); }
H1.HeaderClassName
{
color: #57418C;
}
.AnyTagClassName
{
color: #57418C;
}
</style>
background-color css
<style>
a { background-color: #57418C; }
a { background-color: rgb(87,65,140); }
div.DivClassName
{
background-color: #57418C;
}
.BgClassName
{
background-color: #57418C;
}
</style>
border-color css
<style>
span { border-color: #57418C; }
span { border-color: rgb(87,65,140); }
td.TdClassName
{
border-color: #57418C;
}
.TagClassName
{
border-color: #57418C;
}
</style>