Color Hex Logo

#536aaf Color Hex

#536AAF
(83,106,175)
0 Favorites   0 Comments

Color spaces of #536aaf

RGB 83106175
HSL0.630.370.51
HSV225°53°69°
CMYK 0.530.390.00   0.31
XYZ16.459215.242242.6320
Yxy15.24220.22140.2051
Hunter Lab39.04136.9307-37.4142
CIE-Lab45.964211.6066-39.4801

#536aaf color RGB value is (83,106,175).

#536aaf hex color red value is 83, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #536aaf hue: 0.63 , saturation: 0.37 and the lightness value of 536aaf is 0.51.

The process color (four color CMYK) of #536aaf color hex is 0.53, 0.39, 0.00, 0.31. Web safe color of #536aaf is #666699. Color #536aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101010 10101111
Octal 123 152 257
Decimal 83 106 175
Hex 53 6A AF

RGB Percentages of Color #536aaf

%22.80
%29.12
%48.08

CMYK Percentages of Color #536aaf

%53
%39
%0
%31

Triadic Colors of #536aaf

#536aaf #af536a #6aaf53

Analogous Colors of #536aaf

#536aaf #6a53af #5398af

Monochromatic Colors of #536aaf

#536aaf

Complementary Color

#536aaf #af9853

#536aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#536aaf Color CSS Codes

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

#536aaf Text Font Color

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

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


#536aaf Background Color

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

This div background color is #536aaf


#536aaf Border Color

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

This div border color is #536aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536aaf


Comments

No comments written yet.

Please login to write comment.