#5e50af

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

Shades of Blue Marguerite #5E50AF

Tints of Blue Marguerite #5E50AF

Color information

#5E50AF (or 0x5E50AF) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 50 and AF. RGB value is (94,80,175). Sum of RGB (Red+Green+Blue) = 94+80+175=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E50AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E50AF is #A1AF50. Grayscale: #5E5E5E. Windows color (decimal): -10596177 or 11489374. OLE color: 11489374.

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

Color convert

RGB9480175-
CMYK0.460.5400.31
HSL248.84º37.25%50%-
HSV(B)248.84º54.29%68.63%-
XYZ15.2211.2141.92-
YUV95.02173.14127.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=26.93%
G=22.92%
B=50.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94801750.460.5400.31248.8437.2550
Hex5E50AF2E3601Ff92532
Octal13612025756660373714562
Binary101111010100001010111110111011011001111111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e50af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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