Color Hex Logo

#537bba Color Hex

#537BBA
(83,123,186)
0 Favorites   0 Comments

Color spaces of #537bba

RGB 83123186
HSL0.600.430.53
HSV217°55°73°
CMYK 0.550.340.00   0.27
XYZ19.513219.550149.1995
Yxy19.55010.22110.2215
Hunter Lab44.21551.3986-35.0224
CIE-Lab51.32474.7698-37.3953

#537bba color RGB value is (83,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 10111010
Octal 123 173 272
Decimal 83 123 186
Hex 53 7B BA

RGB Percentages of Color #537bba

%21.17
%31.38
%47.45

CMYK Percentages of Color #537bba

%55
%34
%0
%27

Triadic Colors of #537bba

#537bba #ba537b #7bba53

Analogous Colors of #537bba

#537bba #5f53ba #53afba

Monochromatic Colors of #537bba

#537bba

Complementary Color

#537bba #ba9253

#537bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bba Color CSS Codes

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

#537bba Text Font Color

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

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


#537bba Background Color

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

This div background color is #537bba


#537bba Border Color

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

This div border color is #537bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bba


Comments

No comments written yet.

Please login to write comment.