Color Hex Logo

#539caa Color Hex

#539CAA
(83,156,170)
0 Favorites   0 Comments

Color spaces of #539caa

RGB 83156170
HSL0.530.340.50
HSV190°51°67°
CMYK 0.510.080.00   0.33
XYZ22.711428.518242.3378
Yxy28.51820.24270.3048
Hunter Lab53.4024-17.5404-9.6238
CIE-Lab60.3540-18.8432-14.3327

#539caa color RGB value is (83,156,170).

#539caa hex color red value is 83, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #539caa hue: 0.53 , saturation: 0.34 and the lightness value of 539caa is 0.50.

The process color (four color CMYK) of #539caa color hex is 0.51, 0.08, 0.00, 0.33. Web safe color of #539caa is #669999. Color #539caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 10101010
Octal 123 234 252
Decimal 83 156 170
Hex 53 9C AA

RGB Percentages of Color #539caa

%20.29
%38.14
%41.56

CMYK Percentages of Color #539caa

%51
%8
%0
%33

Triadic Colors of #539caa

#539caa #aa539c #9caa53

Analogous Colors of #539caa

#539caa #5371aa #53aa8d

Monochromatic Colors of #539caa

#539caa

Complementary Color

#539caa #aa6153

#539caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#539caa Color CSS Codes

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

#539caa Text Font Color

<p style="color:#539caa">Text here</p>

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


#539caa Background Color

<div style="background-color:#539caa">
Div content here</div>

This div background color is #539caa


#539caa Border Color

<div style="border:3px solid #539caa">
Div here</div>

This div border color is #539caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,156,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539caa;
  -webkit-box-shadow: 1px 1px 3px 2px #539caa;
  box-shadow:         1px 1px 3px 2px #539caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539caa


Comments

No comments written yet.

Please login to write comment.