Color Hex Logo

#5c747d Color Hex

#5C747D
(92,116,125)
0 Favorites   0 Comments

Color spaces of #5c747d

RGB 92116125
HSL0.550.150.43
HSV196°26°49°
CMYK 0.260.070.00   0.51
XYZ14.360716.246821.7811
Yxy16.24680.27410.3101
Hunter Lab40.3073-6.9418-3.8238
CIE-Lab47.2966-6.5234-7.8366

#5c747d color RGB value is (92,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110100 01111101
Octal 134 164 175
Decimal 92 116 125
Hex 5C 74 7D

RGB Percentages of Color #5c747d

%27.63
%34.83
%37.54

CMYK Percentages of Color #5c747d

%26
%7
%0
%51

Triadic Colors of #5c747d

#5c747d #7d5c74 #747d5c

Analogous Colors of #5c747d

#5c747d #5c647d #5c7d76

Monochromatic Colors of #5c747d

#5c747d

Complementary Color

#5c747d #7d655c

#5c747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c747d Color CSS Codes

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

#5c747d Text Font Color

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

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


#5c747d Background Color

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

This div background color is #5c747d


#5c747d Border Color

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

This div border color is #5c747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c747d


Comments

No comments written yet.

Please login to write comment.