Color Hex Logo

#557450 Color Hex

#557450
(85,116,80)
0 Favorites   0 Comments

Color spaces of #557450

RGB 8511680
HSL0.310.180.38
HSV112°31°45°
CMYK 0.270.000.31   0.55
XYZ11.439715.00139.8820
Yxy15.00130.31490.4130
Hunter Lab38.7315-15.058611.9847
CIE-Lab45.6360-18.805916.3899

#557450 color RGB value is (85,116,80).

#557450 hex color red value is 85, green value is 116 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #557450 hue: 0.31 , saturation: 0.18 and the lightness value of 557450 is 0.38.

The process color (four color CMYK) of #557450 color hex is 0.27, 0.00, 0.31, 0.55. Web safe color of #557450 is #666666. Color #557450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 01010000
Octal 125 164 120
Decimal 85 116 80
Hex 55 74 50

RGB Percentages of Color #557450

%30.25
%41.28
%28.47

CMYK Percentages of Color #557450

%27
%0
%31
%55

Triadic Colors of #557450

#557450 #505574 #745055

Analogous Colors of #557450

#557450 #50745d #677450

Monochromatic Colors of #557450

#557450

Complementary Color

#557450 #6f5074

#557450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557450 Color CSS Codes

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

#557450 Text Font Color

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

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


#557450 Background Color

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

This div background color is #557450


#557450 Border Color

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

This div border color is #557450


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,116,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557450; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557450;
  -webkit-box-shadow: 1px 1px 3px 2px #557450;
  box-shadow:         1px 1px 3px 2px #557450; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557450


Comments

No comments written yet.

Please login to write comment.