Color Hex Logo

#54859d Color Hex

#54859D
(84,133,157)
0 Favorites   0 Comments

Color spaces of #54859d

RGB 84133157
HSL0.550.300.47
HSV200°46°62°
CMYK 0.460.150.00   0.38
XYZ18.129521.094235.0143
Yxy21.09420.24420.2841
Hunter Lab45.9284-9.9148-13.0508
CIE-Lab53.0524-9.8210-17.9665

#54859d color RGB value is (84,133,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000101 10011101
Octal 124 205 235
Decimal 84 133 157
Hex 54 85 9D

RGB Percentages of Color #54859d

%22.46
%35.56
%41.98

CMYK Percentages of Color #54859d

%46
%15
%0
%38

Triadic Colors of #54859d

#54859d #9d5485 #859d54

Analogous Colors of #54859d

#54859d #54609d #549d91

Monochromatic Colors of #54859d

#54859d

Complementary Color

#54859d #9d6c54

#54859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54859d Color CSS Codes

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

#54859d Text Font Color

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

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


#54859d Background Color

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

This div background color is #54859d


#54859d Border Color

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

This div border color is #54859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54859d


Comments

No comments written yet.

Please login to write comment.