Color Hex Logo

#54557f Color Hex

#54557F
(84,85,127)
0 Favorites   0 Comments

Color spaces of #54557f

RGB 8485127
HSL0.660.200.41
HSV239°34°50°
CMYK 0.340.330.00   0.50
XYZ10.73549.914121.4265
Yxy9.91410.25510.2356
Hunter Lab31.48675.7580-18.3059
CIE-Lab37.687810.2795-23.7653

#54557f color RGB value is (84,85,127).

#54557f hex color red value is 84, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #54557f hue: 0.66 , saturation: 0.20 and the lightness value of 54557f is 0.41.

The process color (four color CMYK) of #54557f color hex is 0.34, 0.33, 0.00, 0.50. Web safe color of #54557f is #666666. Color #54557f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010101 01111111
Octal 124 125 177
Decimal 84 85 127
Hex 54 55 7F

RGB Percentages of Color #54557f

%28.38
%28.72
%42.91

CMYK Percentages of Color #54557f

%34
%33
%0
%50

Triadic Colors of #54557f

#54557f #7f5455 #557f54

Analogous Colors of #54557f

#54557f #69547f #546b7f

Monochromatic Colors of #54557f

#54557f

Complementary Color

#54557f #7f7e54

#54557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54557f Color CSS Codes

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

#54557f Text Font Color

<p style="color:#54557f">Text here</p>

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


#54557f Background Color

<div style="background-color:#54557f">
Div content here</div>

This div background color is #54557f


#54557f Border Color

<div style="border:3px solid #54557f">
Div here</div>

This div border color is #54557f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,85,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54557f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54557f;
  -webkit-box-shadow: 1px 1px 3px 2px #54557f;
  box-shadow:         1px 1px 3px 2px #54557f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54557f


Comments

No comments written yet.

Please login to write comment.