Color Hex Logo

#54757f Color Hex

#54757F
(84,117,127)
0 Favorites   0 Comments

Color spaces of #54757f

RGB 84117127
HSL0.540.200.41
HSV194°34°50°
CMYK 0.340.080.00   0.50
XYZ13.848216.139722.4641
Yxy16.13970.26400.3077
Hunter Lab40.1742-8.7754-5.0310
CIE-Lab47.1572-9.1290-9.2870

#54757f color RGB value is (84,117,127).

#54757f hex color red value is 84, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #54757f hue: 0.54 , saturation: 0.20 and the lightness value of 54757f is 0.41.

The process color (four color CMYK) of #54757f color hex is 0.34, 0.08, 0.00, 0.50. Web safe color of #54757f is #666666. Color #54757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110101 01111111
Octal 124 165 177
Decimal 84 117 127
Hex 54 75 7F

RGB Percentages of Color #54757f

%25.61
%35.67
%38.72

CMYK Percentages of Color #54757f

%34
%8
%0
%50

Triadic Colors of #54757f

#54757f #7f5475 #757f54

Analogous Colors of #54757f

#54757f #54607f #547f74

Monochromatic Colors of #54757f

#54757f

Complementary Color

#54757f #7f5e54

#54757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54757f Color CSS Codes

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

#54757f Text Font Color

<p style="color:#54757f">Text here</p>

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


#54757f Background Color

<div style="background-color:#54757f">
Div content here</div>

This div background color is #54757f


#54757f Border Color

<div style="border:3px solid #54757f">
Div here</div>

This div border color is #54757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54757f;
  -webkit-box-shadow: 1px 1px 3px 2px #54757f;
  box-shadow:         1px 1px 3px 2px #54757f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,117,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 #54757f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54757f


Comments

No comments written yet.

Please login to write comment.