Color Hex Logo

#54839e Color Hex

#54839E
(84,131,158)
0 Favorites   0 Comments

Color spaces of #54839e

RGB 84131158
HSL0.560.310.47
HSV202°47°62°
CMYK 0.470.170.00   0.38
XYZ17.944020.586035.3755
Yxy20.58600.24280.2785
Hunter Lab45.3718-8.8060-14.4670
CIE-Lab52.4934-8.3963-19.4000

#54839e color RGB value is (84,131,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000011 10011110
Octal 124 203 236
Decimal 84 131 158
Hex 54 83 9E

RGB Percentages of Color #54839e

%22.52
%35.12
%42.36

CMYK Percentages of Color #54839e

%47
%17
%0
%38

Triadic Colors of #54839e

#54839e #9e5483 #839e54

Analogous Colors of #54839e

#54839e #545e9e #549e94

Monochromatic Colors of #54839e

#54839e

Complementary Color

#54839e #9e6f54

#54839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54839e Color CSS Codes

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

#54839e Text Font Color

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

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


#54839e Background Color

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

This div background color is #54839e


#54839e Border Color

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

This div border color is #54839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54839e


Comments

No comments written yet.

Please login to write comment.