Color Hex Logo

#536aad Color Hex

#536AAD
(83,106,173)
0 Favorites   0 Comments

Color spaces of #536aad

RGB 83106173
HSL0.620.350.50
HSV225°52°68°
CMYK 0.520.390.00   0.32
XYZ16.264115.164241.6049
Yxy15.16420.22270.2076
Hunter Lab38.94126.4047-36.0867
CIE-Lab45.858310.9574-38.4781

#536aad color RGB value is (83,106,173).

#536aad hex color red value is 83, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #536aad hue: 0.62 , saturation: 0.35 and the lightness value of 536aad is 0.50.

The process color (four color CMYK) of #536aad color hex is 0.52, 0.39, 0.00, 0.32. Web safe color of #536aad is #666699. Color #536aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101010 10101101
Octal 123 152 255
Decimal 83 106 173
Hex 53 6A AD

RGB Percentages of Color #536aad

%22.93
%29.28
%47.79

CMYK Percentages of Color #536aad

%52
%39
%0
%32

Triadic Colors of #536aad

#536aad #ad536a #6aad53

Analogous Colors of #536aad

#536aad #6953ad #5397ad

Monochromatic Colors of #536aad

#536aad

Complementary Color

#536aad #ad9653

#536aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#536aad Color CSS Codes

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

#536aad Text Font Color

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

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


#536aad Background Color

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

This div background color is #536aad


#536aad Border Color

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

This div border color is #536aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536aad


Comments

No comments written yet.

Please login to write comment.