Color Hex Logo

#5a726f Color Hex

#5A726F
(90,114,111)
0 Favorites   0 Comments

Color spaces of #5a726f

RGB 90114111
HSL0.480.120.40
HSV173°21°45°
CMYK 0.210.000.03   0.55
XYZ13.103015.356017.3123
Yxy15.35600.28630.3355
Hunter Lab39.1867-8.89111.2370
CIE-Lab46.1180-9.4561-1.2499

#5a726f color RGB value is (90,114,111).

#5a726f hex color red value is 90, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5a726f hue: 0.48 , saturation: 0.12 and the lightness value of 5a726f is 0.40.

The process color (four color CMYK) of #5a726f color hex is 0.21, 0.00, 0.03, 0.55. Web safe color of #5a726f is #666666. Color #5a726f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110010 01101111
Octal 132 162 157
Decimal 90 114 111
Hex 5A 72 6F

RGB Percentages of Color #5a726f

%28.57
%36.19
%35.24

CMYK Percentages of Color #5a726f

%21
%0
%3
%55

Triadic Colors of #5a726f

#5a726f #6f5a72 #726f5a

Analogous Colors of #5a726f

#5a726f #5a6972 #5a7263

Monochromatic Colors of #5a726f

#5a726f

Complementary Color

#5a726f #725a5d

#5a726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a726f Color CSS Codes

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

#5a726f Text Font Color

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

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


#5a726f Background Color

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

This div background color is #5a726f


#5a726f Border Color

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

This div border color is #5a726f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,114,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a726f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a726f;
  -webkit-box-shadow: 1px 1px 3px 2px #5a726f;
  box-shadow:         1px 1px 3px 2px #5a726f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a726f

#5a726f Color Palettes


Comments

No comments written yet.

Please login to write comment.