Shades of Butterfly Bush #705B86
Tints of Butterfly Bush #705B86
RGB
CMYK
RGB Variations
Color information
#705B86 (or 0x705B86) is known color: Butterfly Bush. HEX triplet: 70, 5B and 86. RGB value is (112,91,134). Sum of RGB (Red+Green+Blue) = 112+91+134=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #705B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B86 is #8FA479. Grayscale: #666666. Windows color (decimal): -9413754 or 8805232. OLE color: 8805232.
HSL color Cylindrical-coordinate representation of color #705B86: hue angle of 269.3º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705B86 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 91 | 134 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.47 |
| HSL | 269.3º | 0.19% | 0.44% | - |
| HSV(B) | 269.3º | 0.32% | 0.53% | - |
| XYZ | 14.73 | 12.65 | 24.22 | - |
| YUV | 102.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 134 | 0.16 | 0.32 | 0 | 0.47 | 269.3 | 0.19 | 0.44 |
| Hex | 70 | 5B | 86 | 10 | 20 | 0 | 2F | 10D | 13 | 2C |
| Octal | 160 | 133 | 206 | 20 | 40 | 0 | 57 | 415 | 23 | 54 |
| Binary | 1110000 | 1011011 | 10000110 | 10000 | 100000 | 0 | 101111 | 100001101 | 10011 | 101100 |
Color Harmonies of #705B86
Complementary color
Monochromatic Colors of #705B86
Black with #705B86
Text Example
Text Example
White with #705B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B86; }
p { color: rgb(112,91,134); }
H1.HeaderClassName
{
color: #705B86;
}
.AnyTagClassName
{
color: #705B86;
}
</style>
background-color css
<style>
a { background-color: #705B86; }
a { background-color: rgb(112,91,134); }
div.DivClassName
{
background-color: #705B86;
}
.BgClassName
{
background-color: #705B86;
}
</style>
border-color css
<style>
span { border-color: #705B86; }
span { border-color: rgb(112,91,134); }
td.TdClassName
{
border-color: #705B86;
}
.TagClassName
{
border-color: #705B86;
}
</style>