Color Hex Logo

#535d5a Color Hex

#535D5A
(83,93,90)
0 Favorites   0 Comments

Color spaces of #535d5a

RGB 839390
HSL0.450.060.35
HSV162°11°36°
CMYK 0.110.000.03   0.64
XYZ9.327110.405911.1898
Yxy10.40590.30160.3365
Hunter Lab32.2582-4.84052.0141
CIE-Lab38.5613-4.55310.3903

#535d5a color RGB value is (83,93,90).

#535d5a hex color red value is 83, green value is 93 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #535d5a hue: 0.45 , saturation: 0.06 and the lightness value of 535d5a is 0.35.

The process color (four color CMYK) of #535d5a color hex is 0.11, 0.00, 0.03, 0.64. Web safe color of #535d5a is #666666. Color #535d5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 01011010
Octal 123 135 132
Decimal 83 93 90
Hex 53 5D 5A

RGB Percentages of Color #535d5a

%31.20
%34.96
%33.83

CMYK Percentages of Color #535d5a

%11
%0
%3
%64

Triadic Colors of #535d5a

#535d5a #5a535d #5d5a53

Analogous Colors of #535d5a

#535d5a #535b5d #535d55

Monochromatic Colors of #535d5a

#535d5a

Complementary Color

#535d5a #5d5356

#535d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#535d5a Color CSS Codes

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

#535d5a Text Font Color

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

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


#535d5a Background Color

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

This div background color is #535d5a


#535d5a Border Color

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

This div border color is #535d5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535d5a


Comments

No comments written yet.

Please login to write comment.