Color Hex Logo

#556658 Color Hex

#556658
(85,102,88)
1 Favorites   0 Comments

Color spaces of #556658

RGB 8510288
HSL0.360.090.37
HSV131°17°40°
CMYK 0.170.000.14   0.60
XYZ10.259112.138611.0348
Yxy12.13860.30690.3631
Hunter Lab34.8405-8.40995.6098
CIE-Lab41.4356-9.50315.7806

#556658 color RGB value is (85,102,88).

#556658 hex color red value is 85, green value is 102 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #556658 hue: 0.36 , saturation: 0.09 and the lightness value of 556658 is 0.37.

The process color (four color CMYK) of #556658 color hex is 0.17, 0.00, 0.14, 0.60. Web safe color of #556658 is #666666. Color #556658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100110 01011000
Octal 125 146 130
Decimal 85 102 88
Hex 55 66 58

RGB Percentages of Color #556658

%30.91
%37.09
%32.00

CMYK Percentages of Color #556658

%17
%0
%14
%60

Triadic Colors of #556658

#556658 #585566 #665855

Analogous Colors of #556658

#556658 #556661 #5b6655

Monochromatic Colors of #556658

#556658

Complementary Color

#556658 #665563

#556658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556658 Color CSS Codes

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

#556658 Text Font Color

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

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


#556658 Background Color

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

This div background color is #556658


#556658 Border Color

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

This div border color is #556658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556658


Comments

No comments written yet.

Please login to write comment.