Color Hex Logo

#539bba Color Hex

#539BBA
(83,155,186)
0 Favorites   0 Comments

Color spaces of #539bba

RGB 83155186
HSL0.550.430.53
HSV198°55°73°
CMYK 0.550.170.00   0.27
XYZ24.151628.826950.7456
Yxy28.82690.23280.2779
Hunter Lab53.6907-13.6643-18.4543
CIE-Lab60.6286-13.6020-22.9452

#539bba color RGB value is (83,155,186).

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

The process color (four color CMYK) of #539bba color hex is 0.55, 0.17, 0.00, 0.27. Web safe color of #539bba is #6699cc. Color #539bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011011 10111010
Octal 123 233 272
Decimal 83 155 186
Hex 53 9B BA

RGB Percentages of Color #539bba

%19.58
%36.56
%43.87

CMYK Percentages of Color #539bba

%55
%17
%0
%27

Triadic Colors of #539bba

#539bba #ba539b #9bba53

Analogous Colors of #539bba

#539bba #5368ba #53baa6

Monochromatic Colors of #539bba

#539bba

Complementary Color

#539bba #ba7253

#539bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#539bba Color CSS Codes

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

#539bba Text Font Color

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

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


#539bba Background Color

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

This div background color is #539bba


#539bba Border Color

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

This div border color is #539bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539bba


Comments

No comments written yet.

Please login to write comment.