Color Hex Logo

#539cb2 Color Hex

#539CB2
(83,156,178)
0 Favorites   0 Comments

Color spaces of #539cb2

RGB 83156178
HSL0.540.380.51
HSV194°53°70°
CMYK 0.530.120.00   0.30
XYZ23.491628.830346.4461
Yxy28.83030.23780.2919
Hunter Lab53.6939-15.8687-13.7012
CIE-Lab60.6316-16.5265-18.4309

#539cb2 color RGB value is (83,156,178).

#539cb2 hex color red value is 83, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #539cb2 hue: 0.54 , saturation: 0.38 and the lightness value of 539cb2 is 0.51.

The process color (four color CMYK) of #539cb2 color hex is 0.53, 0.12, 0.00, 0.30. Web safe color of #539cb2 is #669999. Color #539cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 10110010
Octal 123 234 262
Decimal 83 156 178
Hex 53 9C B2

RGB Percentages of Color #539cb2

%19.90
%37.41
%42.69

CMYK Percentages of Color #539cb2

%53
%12
%0
%30

Triadic Colors of #539cb2

#539cb2 #b2539c #9cb253

Analogous Colors of #539cb2

#539cb2 #536db2 #53b299

Monochromatic Colors of #539cb2

#539cb2

Complementary Color

#539cb2 #b26953

#539cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539cb2 Color CSS Codes

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

#539cb2 Text Font Color

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

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


#539cb2 Background Color

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

This div background color is #539cb2


#539cb2 Border Color

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

This div border color is #539cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539cb2


Comments

No comments written yet.

Please login to write comment.