#7059AB

Color #7059AB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7059AB

Tints of Blue Marguerite #7059AB

Color information

#7059AB (or 0x7059AB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 59 and AB. RGB value is (112,89,171). Sum of RGB (Red+Green+Blue) = 112+89+171=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7059AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AB is #8FA654. Grayscale: #686868. Windows color (decimal): -9414229 or 11229552. OLE color: 11229552.

HSL color Cylindrical-coordinate representation of color #7059AB: hue angle of 256.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7059AB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11289171-
CMYK0.350.4800.33
HSL256.83º32.8%50.98%-
HSV(B)256.83º47.95%67.06%-
XYZ17.6113.5340.21-
YUV105.22165.12132.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=30.11%
G=23.92%
B=45.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112891710.350.4800.33256.8332.850.98
Hex7059AB23300211012133
Octal16013125343600414014163
Binary11100001011001101010111000111100000100001100000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059AB; }

 p { color: rgb(112,89,171); }

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

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

 a { background-color: rgb(112,89,171); }

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

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

 span { border-color: rgb(112,89,171); }

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