Color Hex Logo

#5c737d Color Hex

#5C737D
(92,115,125)
0 Favorites   0 Comments

Color spaces of #5c737d

RGB 92115125
HSL0.550.150.43
HSV198°26°49°
CMYK 0.260.080.00   0.51
XYZ14.246016.017421.7429
Yxy16.01740.27390.3080
Hunter Lab40.0217-6.4998-4.1957
CIE-Lab46.9973-5.9441-8.2843

#5c737d color RGB value is (92,115,125).

#5c737d hex color red value is 92, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5c737d hue: 0.55 , saturation: 0.15 and the lightness value of 5c737d is 0.43.

The process color (four color CMYK) of #5c737d color hex is 0.26, 0.08, 0.00, 0.51. Web safe color of #5c737d is #666666. Color #5c737d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110011 01111101
Octal 134 163 175
Decimal 92 115 125
Hex 5C 73 7D

RGB Percentages of Color #5c737d

%27.71
%34.64
%37.65

CMYK Percentages of Color #5c737d

%26
%8
%0
%51

Triadic Colors of #5c737d

#5c737d #7d5c73 #737d5c

Analogous Colors of #5c737d

#5c737d #5c637d #5c7d77

Monochromatic Colors of #5c737d

#5c737d

Complementary Color

#5c737d #7d665c

#5c737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c737d Color CSS Codes

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

#5c737d Text Font Color

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

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


#5c737d Background Color

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

This div background color is #5c737d


#5c737d Border Color

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

This div border color is #5c737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c737d


Comments

No comments written yet.

Please login to write comment.