Color Hex Logo

#556150 Color Hex

#556150
(85,97,80)
0 Favorites   0 Comments

Color spaces of #556150

RGB 859780
HSL0.280.100.35
HSV102°18°38°
CMYK 0.120.000.18   0.62
XYZ9.469011.05999.2251
Yxy11.05990.31820.3717
Hunter Lab33.2564-7.37506.8329
CIE-Lab39.6812-8.21668.1604

#556150 color RGB value is (85,97,80).

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

The process color (four color CMYK) of #556150 color hex is 0.12, 0.00, 0.18, 0.62. Web safe color of #556150 is #666666. Color #556150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01010000
Octal 125 141 120
Decimal 85 97 80
Hex 55 61 50

RGB Percentages of Color #556150

%32.44
%37.02
%30.53

CMYK Percentages of Color #556150

%12
%0
%18
%62

Triadic Colors of #556150

#556150 #505561 #615055

Analogous Colors of #556150

#556150 #506154 #5e6150

Monochromatic Colors of #556150

#556150

Complementary Color

#556150 #5c5061

#556150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556150 Color CSS Codes

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

#556150 Text Font Color

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

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


#556150 Background Color

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

This div background color is #556150


#556150 Border Color

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

This div border color is #556150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556150


Comments

No comments written yet.

Please login to write comment.