Color Hex Logo

#539ebf Color Hex

#539EBF
(83,158,191)
0 Favorites   0 Comments

Color spaces of #539ebf

RGB 83158191
HSL0.550.460.54
HSV198°57°75°
CMYK 0.570.170.00   0.25
XYZ25.198130.054353.7632
Yxy30.05430.23110.2757
Hunter Lab54.8218-13.8930-19.7699
CIE-Lab61.7010-13.7151-24.1108

#539ebf color RGB value is (83,158,191).

#539ebf hex color red value is 83, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #539ebf hue: 0.55 , saturation: 0.46 and the lightness value of 539ebf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 10111111
Octal 123 236 277
Decimal 83 158 191
Hex 53 9E BF

RGB Percentages of Color #539ebf

%19.21
%36.57
%44.21

CMYK Percentages of Color #539ebf

%57
%17
%0
%25

Triadic Colors of #539ebf

#539ebf #bf539e #9ebf53

Analogous Colors of #539ebf

#539ebf #5368bf #53bfaa

Monochromatic Colors of #539ebf

#539ebf

Complementary Color

#539ebf #bf7453

#539ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#539ebf Color CSS Codes

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

#539ebf Text Font Color

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

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


#539ebf Background Color

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

This div background color is #539ebf


#539ebf Border Color

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

This div border color is #539ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539ebf


Comments

No comments written yet.

Please login to write comment.