Color Hex Logo

#54597d Color Hex

#54597D
(84,89,125)
0 Favorites   0 Comments

Color spaces of #54597d

RGB 8489125
HSL0.650.200.41
HSV233°33°49°
CMYK 0.330.290.00   0.51
XYZ10.930210.510220.8546
Yxy10.51020.25840.2485
Hunter Lab32.41943.4472-15.4461
CIE-Lab38.74307.1846-20.9018

#54597d color RGB value is (84,89,125).

#54597d hex color red value is 84, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #54597d hue: 0.65 , saturation: 0.20 and the lightness value of 54597d is 0.41.

The process color (four color CMYK) of #54597d color hex is 0.33, 0.29, 0.00, 0.51. Web safe color of #54597d is #666666. Color #54597d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011001 01111101
Octal 124 131 175
Decimal 84 89 125
Hex 54 59 7D

RGB Percentages of Color #54597d

%28.19
%29.87
%41.95

CMYK Percentages of Color #54597d

%33
%29
%0
%51

Triadic Colors of #54597d

#54597d #7d5459 #597d54

Analogous Colors of #54597d

#54597d #63547d #546e7d

Monochromatic Colors of #54597d

#54597d

Complementary Color

#54597d #7d7854

#54597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54597d Color CSS Codes

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

#54597d Text Font Color

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

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


#54597d Background Color

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

This div background color is #54597d


#54597d Border Color

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

This div border color is #54597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54597d

#54597d Color Palettes


Comments

No comments written yet.

Please login to write comment.