Color Hex Logo

#55807b Color Hex

#55807B
(85,128,123)
0 Favorites   0 Comments

Color spaces of #55807b

RGB 85128123
HSL0.480.200.42
HSV173°34°50°
CMYK 0.340.000.04   0.50
XYZ15.040618.799721.5749
Yxy18.79970.27140.3393
Hunter Lab43.3586-13.95800.8488
CIE-Lab50.4520-15.9862-2.0260

#55807b color RGB value is (85,128,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 01111011
Octal 125 200 173
Decimal 85 128 123
Hex 55 80 7B

RGB Percentages of Color #55807b

%25.30
%38.10
%36.61

CMYK Percentages of Color #55807b

%34
%0
%4
%50

Triadic Colors of #55807b

#55807b #7b5580 #807b55

Analogous Colors of #55807b

#55807b #557080 #558066

Monochromatic Colors of #55807b

#55807b

Complementary Color

#55807b #80555a

#55807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55807b Color CSS Codes

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

#55807b Text Font Color

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

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


#55807b Background Color

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

This div background color is #55807b


#55807b Border Color

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

This div border color is #55807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55807b


Comments

No comments written yet.

Please login to write comment.