Color Hex Logo

#535357 Color Hex

#535357
(83,83,87)
0 Favorites   0 Comments

Color spaces of #535357

RGB 838387
HSL0.670.020.33
HSV240°34°
CMYK 0.050.050.00   0.66
XYZ8.38088.713610.2570
Yxy8.71360.30640.3186
Hunter Lab29.5188-0.97930.0615
CIE-Lab35.42690.8778-2.3347

#535357 color RGB value is (83,83,87).

#535357 hex color red value is 83, green value is 83 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #535357 hue: 0.67 , saturation: 0.02 and the lightness value of 535357 is 0.33.

The process color (four color CMYK) of #535357 color hex is 0.05, 0.05, 0.00, 0.66. Web safe color of #535357 is #666666. Color #535357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 01010111
Octal 123 123 127
Decimal 83 83 87
Hex 53 53 57

RGB Percentages of Color #535357

%32.81
%32.81
%34.39

CMYK Percentages of Color #535357

%5
%5
%0
%66

Triadic Colors of #535357

#535357 #575353 #535753

Analogous Colors of #535357

#535357 #555357 #535557

Monochromatic Colors of #535357

#535357

Complementary Color

#535357 #575753

#535357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535357 Color CSS Codes

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

#535357 Text Font Color

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

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


#535357 Background Color

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

This div background color is #535357


#535357 Border Color

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

This div border color is #535357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535357

#535357 Color Palettes


Comments

No comments written yet.

Please login to write comment.