Color Hex Logo

#536dbb Color Hex

#536DBB
(83,109,187)
0 Favorites   0 Comments

Color spaces of #536dbb

RGB 83109187
HSL0.630.430.53
HSV225°56°73°
CMYK 0.560.420.00   0.27
XYZ18.005616.364149.2233
Yxy16.36410.21540.1958
Hunter Lab40.45268.6591-43.8282
CIE-Lab47.448613.6763-44.1030

#536dbb color RGB value is (83,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 10111011
Octal 123 155 273
Decimal 83 109 187
Hex 53 6D BB

RGB Percentages of Color #536dbb

%21.90
%28.76
%49.34

CMYK Percentages of Color #536dbb

%56
%42
%0
%27

Triadic Colors of #536dbb

#536dbb #bb536d #6dbb53

Analogous Colors of #536dbb

#536dbb #6d53bb #53a1bb

Monochromatic Colors of #536dbb

#536dbb

Complementary Color

#536dbb #bba153

#536dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dbb Color CSS Codes

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

#536dbb Text Font Color

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

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


#536dbb Background Color

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

This div background color is #536dbb


#536dbb Border Color

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

This div border color is #536dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dbb


Comments

No comments written yet.

Please login to write comment.