Color Hex Logo

#54686b Color Hex

#54686B
(84,104,107)
0 Favorites   0 Comments

Color spaces of #54686b

RGB 84104107
HSL0.520.120.37
HSV188°21°42°
CMYK 0.210.030.00   0.58
XYZ11.260312.847015.7962
Yxy12.84700.28220.3220
Hunter Lab35.8427-6.6474-1.0397
CIE-Lab42.5318-6.7231-4.1730

#54686b color RGB value is (84,104,107).

#54686b hex color red value is 84, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #54686b hue: 0.52 , saturation: 0.12 and the lightness value of 54686b is 0.37.

The process color (four color CMYK) of #54686b color hex is 0.21, 0.03, 0.00, 0.58. Web safe color of #54686b is #666666. Color #54686b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101000 01101011
Octal 124 150 153
Decimal 84 104 107
Hex 54 68 6B

RGB Percentages of Color #54686b

%28.47
%35.25
%36.27

CMYK Percentages of Color #54686b

%21
%3
%0
%58

Triadic Colors of #54686b

#54686b #6b5468 #686b54

Analogous Colors of #54686b

#54686b #545d6b #546b63

Monochromatic Colors of #54686b

#54686b

Complementary Color

#54686b #6b5754

#54686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54686b Color CSS Codes

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

#54686b Text Font Color

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

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


#54686b Background Color

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

This div background color is #54686b


#54686b Border Color

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

This div border color is #54686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54686b


Comments

No comments written yet.

Please login to write comment.