#7059AD

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

Shades of Blue Marguerite #7059AD

Tints of Blue Marguerite #7059AD

Color information

#7059AD (or 0x7059AD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 59 and AD. RGB value is (112,89,173). Sum of RGB (Red+Green+Blue) = 112+89+173=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7059AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AD is #8FA652. Grayscale: #696969. Windows color (decimal): -9414227 or 11360624. OLE color: 11360624.

HSL color Cylindrical-coordinate representation of color #7059AD: hue angle of 256.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7059AD is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11289173-
CMYK0.350.4900.32
HSL256.43º33.87%51.37%-
HSV(B)256.43º48.55%67.84%-
XYZ17.813.6141.22-
YUV105.45166.12132.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=29.95%
G=23.80%
B=46.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112891730.350.4900.32256.4333.8751.37
Hex7059AD23310201002233
Octal16013125543610404004263
Binary11100001011001101011011000111100010100000100000000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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