#7559AE

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

Shades of Blue Marguerite #7559AE

Tints of Blue Marguerite #7559AE

Color information

#7559AE (or 0x7559AE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 59 and AE. RGB value is (117,89,174). Sum of RGB (Red+Green+Blue) = 117+89+174=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #7559AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559AE is #8AA651. Grayscale: #6A6A6A. Windows color (decimal): -9086546 or 11426165. OLE color: 11426165.

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

Color convert

RGB11789174-
CMYK0.330.4900.32
HSL259.76º34.41%51.57%-
HSV(B)259.76º48.85%68.24%-
XYZ18.5513.9841.77-
YUV107.06165.78135.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=30.79%
G=23.42%
B=45.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117891740.330.4900.32259.7634.4151.57
Hex7559AE21310201042234
Octal16513125641610404044264
Binary11101011011001101011101000011100010100000100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7559AE; }

 p { color: rgb(117,89,174); }

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

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

 a { background-color: rgb(117,89,174); }

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

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

 span { border-color: rgb(117,89,174); }

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