Color Hex Logo

#54758b Color Hex

#54758B
(84,117,139)
0 Favorites   0 Comments

Color spaces of #54758b

RGB 84117139
HSL0.570.250.44
HSV204°40°55°
CMYK 0.400.160.00   0.45
XYZ14.677616.471526.8318
Yxy16.47150.25310.2841
Hunter Lab40.5851-6.4694-10.7885
CIE-Lab47.5871-5.8308-15.7562

#54758b color RGB value is (84,117,139).

#54758b hex color red value is 84, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #54758b hue: 0.57 , saturation: 0.25 and the lightness value of 54758b is 0.44.

The process color (four color CMYK) of #54758b color hex is 0.40, 0.16, 0.00, 0.45. Web safe color of #54758b is #666699. Color #54758b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110101 10001011
Octal 124 165 213
Decimal 84 117 139
Hex 54 75 8B

RGB Percentages of Color #54758b

%24.71
%34.41
%40.88

CMYK Percentages of Color #54758b

%40
%16
%0
%45

Triadic Colors of #54758b

#54758b #8b5475 #758b54

Analogous Colors of #54758b

#54758b #54598b #548b86

Monochromatic Colors of #54758b

#54758b

Complementary Color

#54758b #8b6a54

#54758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54758b Color CSS Codes

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

#54758b Text Font Color

<p style="color:#54758b">Text here</p>

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


#54758b Background Color

<div style="background-color:#54758b">
Div content here</div>

This div background color is #54758b


#54758b Border Color

<div style="border:3px solid #54758b">
Div here</div>

This div border color is #54758b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,117,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54758b


Comments

No comments written yet.

Please login to write comment.