#705889

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

Shades of Butterfly Bush #705889

Tints of Butterfly Bush #705889

Color information

#705889 (or 0x705889) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 89. RGB value is (112,88,137). Sum of RGB (Red+Green+Blue) = 112+88+137=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #705889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705889 is #8FA776. Grayscale: #646464. Windows color (decimal): -9414519 or 9001072. OLE color: 9001072.

HSL color Cylindrical-coordinate representation of color #705889: hue angle of 269.39º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705889 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11288137-
CMYK0.180.3600.46
HSL269.39º21.78%44.12%-
HSV(B)269.39º35.77%53.73%-
XYZ14.6912.2325.25-
YUV100.76148.45136.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=33.23%
G=26.11%
B=40.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112881370.180.3600.46269.3921.7844.12
Hex705889122402E10d162c
Octal16013021122440564152654
Binary111000010110001000100110010100100010111010000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705889; }

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

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

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

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

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

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

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

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