#705590

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

Shades of Butterfly Bush #705590

Tints of Butterfly Bush #705590

Color information

#705590 (or 0x705590) is unknown color: approx Butterfly Bush. HEX triplet: 70, 55 and 90. RGB value is (112,85,144). Sum of RGB (Red+Green+Blue) = 112+85+144=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #705590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705590 is #8FAA6F. Grayscale: #636363. Windows color (decimal): -9415280 or 9459056. OLE color: 9459056.

HSL color Cylindrical-coordinate representation of color #705590: hue angle of 267.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705590 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11285144-
CMYK0.220.4100.44
HSL267.46º25.76%44.9%-
HSV(B)267.46º40.97%56.47%-
XYZ14.9611.9627.9-
YUV99.8152.95136.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=32.84%
G=24.93%
B=42.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112851440.220.4100.44267.4625.7644.9
Hex705590162902C10b1a2d
Octal16012522026510544133255
Binary111000010101011001000010110101001010110010000101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705590; }

 p { color: rgb(112,85,144); }

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

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

 a { background-color: rgb(112,85,144); }

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

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

 span { border-color: rgb(112,85,144); }

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