Color Hex Logo

#536fbe Color Hex

#536FBE
(83,111,190)
0 Favorites   0 Comments

Color spaces of #536fbe

RGB 83111190
HSL0.620.450.54
HSV224°56°75°
CMYK 0.560.420.00   0.25
XYZ18.546016.925651.0047
Yxy16.92560.21450.1957
Hunter Lab41.14078.4705-44.7069
CIE-Lab48.166213.4279-44.6956

#536fbe color RGB value is (83,111,190).

#536fbe hex color red value is 83, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #536fbe hue: 0.62 , saturation: 0.45 and the lightness value of 536fbe is 0.54.

The process color (four color CMYK) of #536fbe color hex is 0.56, 0.42, 0.00, 0.25. Web safe color of #536fbe is #6666cc. Color #536fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101111 10111110
Octal 123 157 276
Decimal 83 111 190
Hex 53 6F BE

RGB Percentages of Color #536fbe

%21.61
%28.91
%49.48

CMYK Percentages of Color #536fbe

%56
%42
%0
%25

Triadic Colors of #536fbe

#536fbe #be536f #6fbe53

Analogous Colors of #536fbe

#536fbe #6d53be #53a5be

Monochromatic Colors of #536fbe

#536fbe

Complementary Color

#536fbe #bea253

#536fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#536fbe Color CSS Codes

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

#536fbe Text Font Color

<p style="color:#536fbe">Text here</p>

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


#536fbe Background Color

<div style="background-color:#536fbe">
Div content here</div>

This div background color is #536fbe


#536fbe Border Color

<div style="border:3px solid #536fbe">
Div here</div>

This div border color is #536fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,111,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #536fbe;
  box-shadow:         1px 1px 3px 2px #536fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536fbe


Comments

No comments written yet.

Please login to write comment.