#70588C

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

Shades of Butterfly Bush #70588C

Tints of Butterfly Bush #70588C

Color information

#70588C (or 0x70588C) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 8C. RGB value is (112,88,140). Sum of RGB (Red+Green+Blue) = 112+88+140=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #70588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588C is #8FA773. Grayscale: #646464. Windows color (decimal): -9414516 or 9197680. OLE color: 9197680.

HSL color Cylindrical-coordinate representation of color #70588C: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70588C is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11288140-
CMYK0.200.3700.45
HSL267.69º22.81%44.71%-
HSV(B)267.69º37.14%54.9%-
XYZ14.9112.3226.4-
YUV101.1149.95135.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=32.94%
G=25.88%
B=41.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112881400.200.3700.45267.6922.8144.71
Hex70588C142502D10c172d
Octal16013021424450554142755
Binary111000010110001000110010100100101010110110000110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70588C; }

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

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

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

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

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

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

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

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