#5E47AA

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

Shades of Blue Marguerite #5E47AA

Tints of Blue Marguerite #5E47AA

Color information

#5E47AA (or 0x5E47AA) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 47 and AA. RGB value is (94,71,170). Sum of RGB (Red+Green+Blue) = 94+71+170=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E47AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E47AA is #A1B855. Grayscale: #585858. Windows color (decimal): -10598486 or 11159390. OLE color: 11159390.

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

Color convert

RGB9471170-
CMYK0.450.5800.33
HSL253.94º41.08%47.25%-
HSV(B)253.94º58.24%66.67%-
XYZ14.139.7939.18-
YUV89.16173.62131.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=28.06%
G=21.19%
B=50.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94711700.450.5800.33253.9441.0847.25
Hex5E47AA2D3A021fe292f
Octal13610725255720413765157
Binary1011110100011110101010101101111010010000111111110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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