#5E4EB2

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

Shades of Blue Marguerite #5E4EB2

Tints of Blue Marguerite #5E4EB2

Color information

#5E4EB2 (or 0x5E4EB2) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4E and B2. RGB value is (94,78,178). Sum of RGB (Red+Green+Blue) = 94+78+178=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E4EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4EB2 is #A1B14D. Grayscale: #5D5D5D. Windows color (decimal): -10596686 or 11685470. OLE color: 11685470.

HSL color Cylindrical-coordinate representation of color #5E4EB2: hue angle of 249.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E4EB2 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9478178-
CMYK0.470.5600.30
HSL249.6º39.37%50.2%-
HSV(B)249.6º56.18%69.8%-
XYZ15.3811.0443.44-
YUV94.18175.3127.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 178 (69.92% from 255) = 50.86%
R=26.86%
G=22.29%
B=50.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94781780.470.5600.30249.639.3750.2
Hex5E4EB22F3801Efa2732
Octal13611626257700363724762
Binary101111010011101011001010111111100001111011111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,78,178); }

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

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

 a { background-color: rgb(94,78,178); }

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

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

 span { border-color: rgb(94,78,178); }

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