Color Hex Logo

#537dbe Color Hex

#537DBE
(83,125,190)
0 Favorites   0 Comments

Color spaces of #537dbe

RGB 83125190
HSL0.600.450.54
HSV216°56°75°
CMYK 0.560.340.00   0.25
XYZ20.195220.223951.5544
Yxy20.22390.21960.2199
Hunter Lab44.97101.4601-36.4899
CIE-Lab52.08944.8707-38.4874

#537dbe color RGB value is (83,125,190).

#537dbe hex color red value is 83, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #537dbe hue: 0.60 , saturation: 0.45 and the lightness value of 537dbe is 0.54.

The process color (four color CMYK) of #537dbe color hex is 0.56, 0.34, 0.00, 0.25. Web safe color of #537dbe is #6666cc. Color #537dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 10111110
Octal 123 175 276
Decimal 83 125 190
Hex 53 7D BE

RGB Percentages of Color #537dbe

%20.85
%31.41
%47.74

CMYK Percentages of Color #537dbe

%56
%34
%0
%25

Triadic Colors of #537dbe

#537dbe #be537d #7dbe53

Analogous Colors of #537dbe

#537dbe #5e53be #53b3be

Monochromatic Colors of #537dbe

#537dbe

Complementary Color

#537dbe #be9453

#537dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dbe Color CSS Codes

.mybgcolor {background-color:#537dbe; } 
.myforecolor {color:#537dbe; }
.mybordercolor {border:3px solid #537dbe; }

#537dbe Text Font Color

<p style="color:#537dbe">Text here</p>

This sample text font color is #537dbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#537dbe Background Color

<div style="background-color:#537dbe">
Div content here</div>

This div background color is #537dbe


#537dbe Border Color

<div style="border:3px solid #537dbe">
Div here</div>

This div border color is #537dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,125,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #537dbe;
  box-shadow:         1px 1px 3px 2px #537dbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,125,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #537dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #537dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #537dbe;
  box-shadow:         1px 1px 3px 2px #537dbe;">
Div content here</div>

This div box has shadow with color #537dbe


Comments

No comments written yet.

Please login to write comment.