Color Hex Logo

#537bbd Color Hex

#537BBD
(83,123,189)
0 Favorites   0 Comments

Color spaces of #537bbd

RGB 83123189
HSL0.600.450.53
HSV217°56°74°
CMYK 0.560.350.00   0.26
XYZ19.835519.679050.8971
Yxy19.67900.21940.2177
Hunter Lab44.36102.1824-36.9730
CIE-Lab51.47235.7486-38.8860

#537bbd color RGB value is (83,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 10111101
Octal 123 173 275
Decimal 83 123 189
Hex 53 7B BD

RGB Percentages of Color #537bbd

%21.01
%31.14
%47.85

CMYK Percentages of Color #537bbd

%56
%35
%0
%26

Triadic Colors of #537bbd

#537bbd #bd537b #7bbd53

Analogous Colors of #537bbd

#537bbd #6053bd #53b0bd

Monochromatic Colors of #537bbd

#537bbd

Complementary Color

#537bbd #bd9553

#537bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bbd Color CSS Codes

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

#537bbd Text Font Color

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

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


#537bbd Background Color

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

This div background color is #537bbd


#537bbd Border Color

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

This div border color is #537bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,123,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 #537bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bbd


Comments

No comments written yet.

Please login to write comment.