Color Hex Logo

#537abd Color Hex

#537ABD
(83,122,189)
0 Favorites   0 Comments

Color spaces of #537abd

RGB 83122189
HSL0.610.450.53
HSV218°56°74°
CMYK 0.560.350.00   0.26
XYZ19.712119.432250.8560
Yxy19.43220.21900.2159
Hunter Lab44.08202.6763-37.5437
CIE-Lab51.18916.3532-39.3326

#537abd color RGB value is (83,122,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 10111101
Octal 123 172 275
Decimal 83 122 189
Hex 53 7A BD

RGB Percentages of Color #537abd

%21.07
%30.96
%47.97

CMYK Percentages of Color #537abd

%56
%35
%0
%26

Triadic Colors of #537abd

#537abd #bd537a #7abd53

Analogous Colors of #537abd

#537abd #6153bd #53afbd

Monochromatic Colors of #537abd

#537abd

Complementary Color

#537abd #bd9653

#537abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#537abd Color CSS Codes

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

#537abd Text Font Color

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

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


#537abd Background Color

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

This div background color is #537abd


#537abd Border Color

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

This div border color is #537abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537abd


Comments

No comments written yet.

Please login to write comment.