Color Hex Logo

#54899e Color Hex

#54899E
(84,137,158)
0 Favorites   0 Comments

Color spaces of #54899e

RGB 84137158
HSL0.550.310.47
HSV197°47°62°
CMYK 0.470.130.00   0.38
XYZ18.773422.244835.6520
Yxy22.24480.24490.2901
Hunter Lab47.1644-11.4872-11.8028
CIE-Lab54.2858-11.7693-16.6669

#54899e color RGB value is (84,137,158).

#54899e hex color red value is 84, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #54899e hue: 0.55 , saturation: 0.31 and the lightness value of 54899e is 0.47.

The process color (four color CMYK) of #54899e color hex is 0.47, 0.13, 0.00, 0.38. Web safe color of #54899e is #669999. Color #54899e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001001 10011110
Octal 124 211 236
Decimal 84 137 158
Hex 54 89 9E

RGB Percentages of Color #54899e

%22.16
%36.15
%41.69

CMYK Percentages of Color #54899e

%47
%13
%0
%38

Triadic Colors of #54899e

#54899e #9e5489 #899e54

Analogous Colors of #54899e

#54899e #54649e #549e8e

Monochromatic Colors of #54899e

#54899e

Complementary Color

#54899e #9e6954

#54899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54899e Color CSS Codes

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

#54899e Text Font Color

<p style="color:#54899e">Text here</p>

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


#54899e Background Color

<div style="background-color:#54899e">
Div content here</div>

This div background color is #54899e


#54899e Border Color

<div style="border:3px solid #54899e">
Div here</div>

This div border color is #54899e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,137,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54899e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54899e;
  -webkit-box-shadow: 1px 1px 3px 2px #54899e;
  box-shadow:         1px 1px 3px 2px #54899e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54899e


Comments

No comments written yet.

Please login to write comment.