Color Hex Logo

#5c897f Color Hex

#5C897F
(92,137,127)
0 Favorites   0 Comments

Color spaces of #5c897f

RGB 92137127
HSL0.460.200.45
HSV167°33°54°
CMYK 0.330.000.07   0.46
XYZ17.190121.698923.3610
Yxy21.69890.27610.3486
Hunter Lab46.5821-15.64712.8734
CIE-Lab53.7061-17.69800.4517

#5c897f color RGB value is (92,137,127).

#5c897f hex color red value is 92, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5c897f hue: 0.46 , saturation: 0.20 and the lightness value of 5c897f is 0.45.

The process color (four color CMYK) of #5c897f color hex is 0.33, 0.00, 0.07, 0.46. Web safe color of #5c897f is #669966. Color #5c897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001001 01111111
Octal 134 211 177
Decimal 92 137 127
Hex 5C 89 7F

RGB Percentages of Color #5c897f

%25.84
%38.48
%35.67

CMYK Percentages of Color #5c897f

%33
%0
%7
%46

Triadic Colors of #5c897f

#5c897f #7f5c89 #897f5c

Analogous Colors of #5c897f

#5c897f #5c7d89 #5c8969

Monochromatic Colors of #5c897f

#5c897f

Complementary Color

#5c897f #895c66

#5c897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c897f Color CSS Codes

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

#5c897f Text Font Color

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

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


#5c897f Background Color

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

This div background color is #5c897f


#5c897f Border Color

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

This div border color is #5c897f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,137,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c897f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c897f;
  -webkit-box-shadow: 1px 1px 3px 2px #5c897f;
  box-shadow:         1px 1px 3px 2px #5c897f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,137,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c897f


Comments

No comments written yet.

Please login to write comment.