Color Hex Logo

#539bae Color Hex

#539BAE
(83,155,174)
0 Favorites   0 Comments

Color spaces of #539bae

RGB 83155174
HSL0.530.360.50
HSV193°52°68°
CMYK 0.520.110.00   0.32
XYZ22.928628.337744.3057
Yxy28.33770.23990.2965
Hunter Lab53.2332-16.2745-12.0836
CIE-Lab60.1926-17.1614-16.8385

#539bae color RGB value is (83,155,174).

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

The process color (four color CMYK) of #539bae color hex is 0.52, 0.11, 0.00, 0.32. Web safe color of #539bae is #669999. Color #539bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011011 10101110
Octal 123 233 256
Decimal 83 155 174
Hex 53 9B AE

RGB Percentages of Color #539bae

%20.15
%37.62
%42.23

CMYK Percentages of Color #539bae

%52
%11
%0
%32

Triadic Colors of #539bae

#539bae #ae539b #9bae53

Analogous Colors of #539bae

#539bae #536eae #53ae94

Monochromatic Colors of #539bae

#539bae

Complementary Color

#539bae #ae6653

#539bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#539bae Color CSS Codes

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

#539bae Text Font Color

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

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


#539bae Background Color

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

This div background color is #539bae


#539bae Border Color

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

This div border color is #539bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539bae


Comments

No comments written yet.

Please login to write comment.