Color Hex Logo

#55806b Color Hex

#55806B
(85,128,107)
0 Favorites   0 Comments

Color spaces of #55806b

RGB 85128107
HSL0.420.200.42
HSV151°34°50°
CMYK 0.340.000.16   0.50
XYZ14.119318.431216.7233
Yxy18.43120.28650.3741
Hunter Lab42.9316-16.42536.9566
CIE-Lab50.0150-19.74116.7121

#55806b color RGB value is (85,128,107).

#55806b hex color red value is 85, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #55806b hue: 0.42 , saturation: 0.20 and the lightness value of 55806b is 0.42.

The process color (four color CMYK) of #55806b color hex is 0.34, 0.00, 0.16, 0.50. Web safe color of #55806b is #669966. Color #55806b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 01101011
Octal 125 200 153
Decimal 85 128 107
Hex 55 80 6B

RGB Percentages of Color #55806b

%26.56
%40.00
%33.44

CMYK Percentages of Color #55806b

%34
%0
%16
%50

Triadic Colors of #55806b

#55806b #6b5580 #806b55

Analogous Colors of #55806b

#55806b #558080 #558056

Monochromatic Colors of #55806b

#55806b

Complementary Color

#55806b #80556a

#55806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55806b Color CSS Codes

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

#55806b Text Font Color

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

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


#55806b Background Color

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

This div background color is #55806b


#55806b Border Color

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

This div border color is #55806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55806b;
  -webkit-box-shadow: 1px 1px 3px 2px #55806b;
  box-shadow:         1px 1px 3px 2px #55806b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55806b


Comments

No comments written yet.

Please login to write comment.