#70588E

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

Shades of Butterfly Bush #70588E

Tints of Butterfly Bush #70588E

Color information

#70588E (or 0x70588E) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 8E. RGB value is (112,88,142). Sum of RGB (Red+Green+Blue) = 112+88+142=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #70588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588E is #8FA771. Grayscale: #656565. Windows color (decimal): -9414514 or 9328752. OLE color: 9328752.

HSL color Cylindrical-coordinate representation of color #70588E: hue angle of 266.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70588E is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11288142-
CMYK0.210.3800.44
HSL266.67º23.48%45.1%-
HSV(B)266.67º38.03%55.69%-
XYZ15.0512.3827.19-
YUV101.33150.95135.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=32.75%
G=25.73%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112881420.210.3800.44266.6723.4845.1
Hex70588E152602C10b172d
Octal16013021625460544132755
Binary111000010110001000111010101100110010110010000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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