Color Hex Logo

#536eba Color Hex

#536EBA
(83,110,186)
0 Favorites   0 Comments

Color spaces of #536eba

RGB 83110186
HSL0.620.430.53
HSV224°55°73°
CMYK 0.550.410.00   0.27
XYZ18.006116.536048.6971
Yxy16.53600.21630.1987
Hunter Lab40.66457.8764-42.5367
CIE-Lab47.670012.7247-43.1723

#536eba color RGB value is (83,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101110 10111010
Octal 123 156 272
Decimal 83 110 186
Hex 53 6E BA

RGB Percentages of Color #536eba

%21.90
%29.02
%49.08

CMYK Percentages of Color #536eba

%55
%41
%0
%27

Triadic Colors of #536eba

#536eba #ba536e #6eba53

Analogous Colors of #536eba

#536eba #6c53ba #53a2ba

Monochromatic Colors of #536eba

#536eba

Complementary Color

#536eba #ba9f53

#536eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#536eba Color CSS Codes

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

#536eba Text Font Color

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

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


#536eba Background Color

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

This div background color is #536eba


#536eba Border Color

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

This div border color is #536eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536eba


Comments

No comments written yet.

Please login to write comment.