#705C86

Color #705C86 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #705C86

Tints of Butterfly Bush #705C86

Color information

#705C86 (or 0x705C86) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5C and 86. RGB value is (112,92,134). Sum of RGB (Red+Green+Blue) = 112+92+134=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #705C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C86 is #8FA379. Grayscale: #666666. Windows color (decimal): -9413498 or 8805488. OLE color: 8805488.

HSL color Cylindrical-coordinate representation of color #705C86: hue angle of 268.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705C86 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11292134-
CMYK0.160.3100.47
HSL268.57º18.58%44.31%-
HSV(B)268.57º31.34%52.55%-
XYZ14.8112.8224.25-
YUV102.77145.63134.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=33.14%
G=27.22%
B=39.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112921340.160.3100.47268.5718.5844.31
Hex705C86101F02F10d132c
Octal16013420620370574152354
Binary11100001011100100001101000011111010111110000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C86; }

 p { color: rgb(112,92,134); }

 H1.HeaderClassName
 {
   color: #705C86;
 }
 .AnyTagClassName
 {
   color: #705C86;
 }
</style>
background-color css

<style>
 a { background-color: #705C86; }

 a { background-color: rgb(112,92,134); }

 div.DivClassName
 {
   background-color: #705C86;
 }
 .BgClassName
 {
   background-color: #705C86;
 }
</style>
border-color css

<style>
 span { border-color: #705C86; }

 span { border-color: rgb(112,92,134); }

 td.TdClassName
 {
   border-color: #705C86;
 }
 .TagClassName
 {
   border-color: #705C86;
 }
</style>