Color Hex Logo

#536eaa Color Hex

#536EAA
(83,110,170)
0 Favorites   0 Comments

Color spaces of #536eaa

RGB 83110170
HSL0.610.340.50
HSV221°51°67°
CMYK 0.510.350.00   0.33
XYZ16.398915.893140.2336
Yxy15.89310.22610.2191
Hunter Lab39.86623.6600-31.9302
CIE-Lab46.83397.5168-35.1836

#536eaa color RGB value is (83,110,170).

#536eaa hex color red value is 83, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #536eaa hue: 0.61 , saturation: 0.34 and the lightness value of 536eaa is 0.50.

The process color (four color CMYK) of #536eaa color hex is 0.51, 0.35, 0.00, 0.33. Web safe color of #536eaa is #666699. Color #536eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101110 10101010
Octal 123 156 252
Decimal 83 110 170
Hex 53 6E AA

RGB Percentages of Color #536eaa

%22.87
%30.30
%46.83

CMYK Percentages of Color #536eaa

%51
%35
%0
%33

Triadic Colors of #536eaa

#536eaa #aa536e #6eaa53

Analogous Colors of #536eaa

#536eaa #6453aa #539aaa

Monochromatic Colors of #536eaa

#536eaa

Complementary Color

#536eaa #aa8f53

#536eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#536eaa Color CSS Codes

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

#536eaa Text Font Color

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

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


#536eaa Background Color

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

This div background color is #536eaa


#536eaa Border Color

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

This div border color is #536eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536eaa


Comments

No comments written yet.

Please login to write comment.