Color Hex Logo

#536dbe Color Hex

#536DBE
(83,109,190)
0 Favorites   0 Comments

Color spaces of #536dbe

RGB 83109190
HSL0.630.450.54
HSV225°56°75°
CMYK 0.560.430.00   0.25
XYZ18.330216.494050.9327
Yxy16.49400.21370.1923
Hunter Lab40.61289.4919-45.9269
CIE-Lab47.616014.6699-45.5710

#536dbe color RGB value is (83,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 10111110
Octal 123 155 276
Decimal 83 109 190
Hex 53 6D BE

RGB Percentages of Color #536dbe

%21.73
%28.53
%49.74

CMYK Percentages of Color #536dbe

%56
%43
%0
%25

Triadic Colors of #536dbe

#536dbe #be536d #6dbe53

Analogous Colors of #536dbe

#536dbe #6f53be #53a3be

Monochromatic Colors of #536dbe

#536dbe

Complementary Color

#536dbe #bea453

#536dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dbe Color CSS Codes

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

#536dbe Text Font Color

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

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


#536dbe Background Color

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

This div background color is #536dbe


#536dbe Border Color

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

This div border color is #536dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,109,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 #536dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dbe


Comments

No comments written yet.

Please login to write comment.