#5E4EAF

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

Shades of Blue Marguerite #5E4EAF

Tints of Blue Marguerite #5E4EAF

Color information

#5E4EAF (or 0x5E4EAF) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4E and AF. RGB value is (94,78,175). Sum of RGB (Red+Green+Blue) = 94+78+175=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4EAF is #A1B150. Grayscale: #5D5D5D. Windows color (decimal): -10596689 or 11488862. OLE color: 11488862.

HSL color Cylindrical-coordinate representation of color #5E4EAF: hue angle of 249.9º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4EAF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9478175-
CMYK0.460.5500.31
HSL249.9º38.34%49.61%-
HSV(B)249.9º55.43%68.63%-
XYZ15.0810.9241.87-
YUV93.84173.8128.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=27.09%
G=22.48%
B=50.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94781750.460.5500.31249.938.3449.61
Hex5E4EAF2E3701Ffa2632
Octal13611625756670373724662
Binary101111010011101010111110111011011101111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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