Color Hex Logo

#537dbb Color Hex

#537DBB
(83,125,187)
0 Favorites   0 Comments

Color spaces of #537dbb

RGB 83125187
HSL0.600.430.53
HSV216°56°73°
CMYK 0.560.330.00   0.27
XYZ19.870520.094149.8450
Yxy20.09410.22130.2237
Hunter Lab44.82640.6785-34.5493
CIE-Lab51.94343.8922-36.9968

#537dbb color RGB value is (83,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 10111011
Octal 123 175 273
Decimal 83 125 187
Hex 53 7D BB

RGB Percentages of Color #537dbb

%21.01
%31.65
%47.34

CMYK Percentages of Color #537dbb

%56
%33
%0
%27

Triadic Colors of #537dbb

#537dbb #bb537d #7dbb53

Analogous Colors of #537dbb

#537dbb #5d53bb #53b1bb

Monochromatic Colors of #537dbb

#537dbb

Complementary Color

#537dbb #bb9153

#537dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dbb Color CSS Codes

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

#537dbb Text Font Color

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

This sample text font color is #537dbb
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.


#537dbb Background Color

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

This div background color is #537dbb


#537dbb Border Color

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

This div border color is #537dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537dbb


Comments

No comments written yet.

Please login to write comment.