Color Hex Logo

#556450 Color Hex

#556450
(85,100,80)
0 Favorites   0 Comments

Color spaces of #556450

RGB 8510080
HSL0.290.110.35
HSV105°20°39°
CMYK 0.150.000.20   0.61
XYZ9.751511.62489.3193
Yxy11.62480.31770.3787
Hunter Lab34.0952-8.61407.6608
CIE-Lab40.6135-9.95269.4698

#556450 color RGB value is (85,100,80).

#556450 hex color red value is 85, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #556450 hue: 0.29 , saturation: 0.11 and the lightness value of 556450 is 0.35.

The process color (four color CMYK) of #556450 color hex is 0.15, 0.00, 0.20, 0.61. Web safe color of #556450 is #666666. Color #556450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 01010000
Octal 125 144 120
Decimal 85 100 80
Hex 55 64 50

RGB Percentages of Color #556450

%32.08
%37.74
%30.19

CMYK Percentages of Color #556450

%15
%0
%20
%61

Triadic Colors of #556450

#556450 #505564 #645055

Analogous Colors of #556450

#556450 #506455 #5f6450

Monochromatic Colors of #556450

#556450

Complementary Color

#556450 #5f5064

#556450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556450 Color CSS Codes

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

#556450 Text Font Color

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

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


#556450 Background Color

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

This div background color is #556450


#556450 Border Color

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

This div border color is #556450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,100,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 #556450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556450


Comments

No comments written yet.

Please login to write comment.