Color Hex Logo

#539aab Color Hex

#539AAB
(83,154,171)
0 Favorites   0 Comments

Color spaces of #539aab

RGB 83154171
HSL0.530.350.50
HSV192°51°67°
CMYK 0.510.100.00   0.33
XYZ22.473627.890542.7270
Yxy27.89050.24140.2996
Hunter Lab52.8115-16.4604-11.0004
CIE-Lab59.7897-17.4973-15.7516

#539aab color RGB value is (83,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 10101011
Octal 123 232 253
Decimal 83 154 171
Hex 53 9A AB

RGB Percentages of Color #539aab

%20.34
%37.75
%41.91

CMYK Percentages of Color #539aab

%51
%10
%0
%33

Triadic Colors of #539aab

#539aab #ab539a #9aab53

Analogous Colors of #539aab

#539aab #536eab #53ab90

Monochromatic Colors of #539aab

#539aab

Complementary Color

#539aab #ab6453

#539aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#539aab Color CSS Codes

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

#539aab Text Font Color

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

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


#539aab Background Color

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

This div background color is #539aab


#539aab Border Color

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

This div border color is #539aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539aab


Comments

No comments written yet.

Please login to write comment.