Color Hex Logo

#536dbd Color Hex

#536DBD
(83,109,189)
0 Favorites   0 Comments

Color spaces of #536dbd

RGB 83109189
HSL0.630.450.53
HSV225°56°74°
CMYK 0.560.420.00   0.26
XYZ18.221216.450450.3590
Yxy16.45040.21430.1935
Hunter Lab40.55919.2128-45.2243
CIE-Lab47.559914.3380-45.0826

#536dbd color RGB value is (83,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 10111101
Octal 123 155 275
Decimal 83 109 189
Hex 53 6D BD

RGB Percentages of Color #536dbd

%21.78
%28.61
%49.61

CMYK Percentages of Color #536dbd

%56
%42
%0
%26

Triadic Colors of #536dbd

#536dbd #bd536d #6dbd53

Analogous Colors of #536dbd

#536dbd #6e53bd #53a2bd

Monochromatic Colors of #536dbd

#536dbd

Complementary Color

#536dbd #bda353

#536dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dbd Color CSS Codes

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

#536dbd Text Font Color

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

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


#536dbd Background Color

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

This div background color is #536dbd


#536dbd Border Color

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

This div border color is #536dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dbd


Comments

No comments written yet.

Please login to write comment.