Color Hex Logo

#54899d Color Hex

#54899D
(84,137,157)
0 Favorites   0 Comments

Color spaces of #54899d

RGB 84137157
HSL0.550.300.47
HSV196°46°62°
CMYK 0.460.130.00   0.38
XYZ18.687622.210535.2004
Yxy22.21050.24560.2919
Hunter Lab47.1280-11.6937-11.2947
CIE-Lab54.2496-12.0578-16.1447

#54899d color RGB value is (84,137,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001001 10011101
Octal 124 211 235
Decimal 84 137 157
Hex 54 89 9D

RGB Percentages of Color #54899d

%22.22
%36.24
%41.53

CMYK Percentages of Color #54899d

%46
%13
%0
%38

Triadic Colors of #54899d

#54899d #9d5489 #899d54

Analogous Colors of #54899d

#54899d #54659d #549d8d

Monochromatic Colors of #54899d

#54899d

Complementary Color

#54899d #9d6854

#54899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54899d Color CSS Codes

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

#54899d Text Font Color

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

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


#54899d Background Color

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

This div background color is #54899d


#54899d Border Color

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

This div border color is #54899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54899d


Comments

No comments written yet.

Please login to write comment.