Color Hex Logo

#536aba Color Hex

#536ABA
(83,106,186)
0 Favorites   0 Comments

Color spaces of #536aba

RGB 83106186
HSL0.630.430.53
HSV227°55°73°
CMYK 0.550.430.00   0.27
XYZ17.584215.692248.5565
Yxy15.69220.21490.1918
Hunter Lab39.61349.9119-44.9459
CIE-Lab46.568015.2138-44.9249

#536aba color RGB value is (83,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101010 10111010
Octal 123 152 272
Decimal 83 106 186
Hex 53 6A BA

RGB Percentages of Color #536aba

%22.13
%28.27
%49.60

CMYK Percentages of Color #536aba

%55
%43
%0
%27

Triadic Colors of #536aba

#536aba #ba536a #6aba53

Analogous Colors of #536aba

#536aba #7053ba #539eba

Monochromatic Colors of #536aba

#536aba

Complementary Color

#536aba #baa353

#536aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#536aba Color CSS Codes

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

#536aba Text Font Color

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

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


#536aba Background Color

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

This div background color is #536aba


#536aba Border Color

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

This div border color is #536aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,106,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 #536aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536aba


Comments

No comments written yet.

Please login to write comment.