Color Hex Logo

#536057 Color Hex

#536057
(83,96,87)
0 Favorites   0 Comments

Color spaces of #536057

RGB 839687
HSL0.380.070.35
HSV138°14°38°
CMYK 0.140.000.09   0.62
XYZ9.470410.892910.6202
Yxy10.89290.30570.3516
Hunter Lab33.0044-6.53834.0247
CIE-Lab39.3995-6.99103.4529

#536057 color RGB value is (83,96,87).

#536057 hex color red value is 83, green value is 96 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #536057 hue: 0.38 , saturation: 0.07 and the lightness value of 536057 is 0.35.

The process color (four color CMYK) of #536057 color hex is 0.14, 0.00, 0.09, 0.62. Web safe color of #536057 is #666666. Color #536057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 01010111
Octal 123 140 127
Decimal 83 96 87
Hex 53 60 57

RGB Percentages of Color #536057

%31.20
%36.09
%32.71

CMYK Percentages of Color #536057

%14
%0
%9
%62

Triadic Colors of #536057

#536057 #575360 #605753

Analogous Colors of #536057

#536057 #53605e #566053

Monochromatic Colors of #536057

#536057

Complementary Color

#536057 #60535c

#536057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536057 Color CSS Codes

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

#536057 Text Font Color

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

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


#536057 Background Color

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

This div background color is #536057


#536057 Border Color

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

This div border color is #536057


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,96,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536057; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536057;
  -webkit-box-shadow: 1px 1px 3px 2px #536057;
  box-shadow:         1px 1px 3px 2px #536057; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536057


Comments

No comments written yet.

Please login to write comment.