#5E49AA

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

Shades of Blue Marguerite #5E49AA

Tints of Blue Marguerite #5E49AA

Color information

#5E49AA (or 0x5E49AA) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 49 and AA. RGB value is (94,73,170). Sum of RGB (Red+Green+Blue) = 94+73+170=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E49AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49AA is #A1B655. Grayscale: #595959. Windows color (decimal): -10597974 or 11159902. OLE color: 11159902.

HSL color Cylindrical-coordinate representation of color #5E49AA: hue angle of 252.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E49AA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9473170-
CMYK0.450.5700.33
HSL252.99º39.92%47.65%-
HSV(B)252.99º57.06%66.67%-
XYZ14.2510.0539.22-
YUV90.34172.96130.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=27.89%
G=21.66%
B=50.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94731700.450.5700.33252.9939.9247.65
Hex5E49AA2D39021fd2830
Octal13611125255710413755060
Binary1011110100100110101010101101111001010000111111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E49AA; }

 p { color: rgb(94,73,170); }

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

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

 a { background-color: rgb(94,73,170); }

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

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

 span { border-color: rgb(94,73,170); }

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