Color Hex Logo

#537cbd Color Hex

#537CBD
(83,124,189)
0 Favorites   0 Comments

Color spaces of #537cbd

RGB 83124189
HSL0.600.450.53
HSV217°56°74°
CMYK 0.560.340.00   0.26
XYZ19.960219.928450.9387
Yxy19.92840.21980.2194
Hunter Lab44.64121.6896-36.4051
CIE-Lab51.75625.1453-38.4389

#537cbd color RGB value is (83,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 10111101
Octal 123 174 275
Decimal 83 124 189
Hex 53 7C BD

RGB Percentages of Color #537cbd

%20.96
%31.31
%47.73

CMYK Percentages of Color #537cbd

%56
%34
%0
%26

Triadic Colors of #537cbd

#537cbd #bd537c #7cbd53

Analogous Colors of #537cbd

#537cbd #5f53bd #53b1bd

Monochromatic Colors of #537cbd

#537cbd

Complementary Color

#537cbd #bd9453

#537cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#537cbd Color CSS Codes

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

#537cbd Text Font Color

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

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


#537cbd Background Color

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

This div background color is #537cbd


#537cbd Border Color

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

This div border color is #537cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537cbd


Comments

No comments written yet.

Please login to write comment.