#5E50B0

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

Shades of Blue Marguerite #5E50B0

Tints of Blue Marguerite #5E50B0

Color information

#5E50B0 (or 0x5E50B0) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 50 and B0. RGB value is (94,80,176). Sum of RGB (Red+Green+Blue) = 94+80+176=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #5E50B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E50B0 is #A1AF4F. Grayscale: #5E5E5E. Windows color (decimal): -10596176 or 11554910. OLE color: 11554910.

HSL color Cylindrical-coordinate representation of color #5E50B0: hue angle of 248.75º 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 #5E50B0 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9480176-
CMYK0.470.5500.31
HSL248.75º37.8%50.2%-
HSV(B)248.75º54.55%69.02%-
XYZ15.3211.2542.44-
YUV95.13173.64127.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=26.86%
G=22.86%
B=50.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94801760.470.5500.31248.7537.850.2
Hex5E50B02F3701Ff92632
Octal13612026057670373714662
Binary101111010100001011000010111111011101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E50B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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