#705A89

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

Shades of Butterfly Bush #705A89

Tints of Butterfly Bush #705A89

Color information

#705A89 (or 0x705A89) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5A and 89. RGB value is (112,90,137). Sum of RGB (Red+Green+Blue) = 112+90+137=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #705A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A89 is #8FA576. Grayscale: #656565. Windows color (decimal): -9414007 or 9001584. OLE color: 9001584.

HSL color Cylindrical-coordinate representation of color #705A89: hue angle of 268.09º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705A89 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11290137-
CMYK0.180.3400.46
HSL268.09º20.7%44.51%-
HSV(B)268.09º34.31%53.73%-
XYZ14.8512.5625.31-
YUV101.94147.79135.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=33.04%
G=26.55%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112901370.180.3400.46268.0920.744.51
Hex705A89122202E10c152d
Octal16013221122420564142555
Binary111000010110101000100110010100010010111010000110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,137); }

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

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

 a { background-color: rgb(112,90,137); }

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

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

 span { border-color: rgb(112,90,137); }

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