Color Hex Logo

#536caa Color Hex

#536CAA
(83,108,170)
0 Favorites   0 Comments

Color spaces of #536caa

RGB 83108170
HSL0.620.340.50
HSV223°51°67°
CMYK 0.510.360.00   0.33
XYZ16.185515.466440.1625
Yxy15.46640.22540.2154
Hunter Lab39.32734.6403-33.0199
CIE-Lab46.26658.7500-36.0774

#536caa color RGB value is (83,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101100 10101010
Octal 123 154 252
Decimal 83 108 170
Hex 53 6C AA

RGB Percentages of Color #536caa

%22.99
%29.92
%47.09

CMYK Percentages of Color #536caa

%51
%36
%0
%33

Triadic Colors of #536caa

#536caa #aa536c #6caa53

Analogous Colors of #536caa

#536caa #6653aa #5398aa

Monochromatic Colors of #536caa

#536caa

Complementary Color

#536caa #aa9153

#536caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#536caa Color CSS Codes

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

#536caa Text Font Color

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

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


#536caa Background Color

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

This div background color is #536caa


#536caa Border Color

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

This div border color is #536caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536caa


Comments

No comments written yet.

Please login to write comment.