Color Hex Logo

#55757d Color Hex

#55757D
(85,117,125)
0 Favorites   0 Comments

Color spaces of #55757d

RGB 85117125
HSL0.530.190.41
HSV192°32°49°
CMYK 0.320.060.00   0.51
XYZ13.809316.134521.7885
Yxy16.13450.26690.3119
Hunter Lab40.1678-8.9270-4.0437
CIE-Lab47.1505-9.3463-8.1019

#55757d color RGB value is (85,117,125).

#55757d hex color red value is 85, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #55757d hue: 0.53 , saturation: 0.19 and the lightness value of 55757d is 0.41.

The process color (four color CMYK) of #55757d color hex is 0.32, 0.06, 0.00, 0.51. Web safe color of #55757d is #666666. Color #55757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 01111101
Octal 125 165 175
Decimal 85 117 125
Hex 55 75 7D

RGB Percentages of Color #55757d

%25.99
%35.78
%38.23

CMYK Percentages of Color #55757d

%32
%6
%0
%51

Triadic Colors of #55757d

#55757d #7d5575 #757d55

Analogous Colors of #55757d

#55757d #55617d #557d71

Monochromatic Colors of #55757d

#55757d

Complementary Color

#55757d #7d5d55

#55757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55757d Color CSS Codes

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

#55757d Text Font Color

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

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


#55757d Background Color

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

This div background color is #55757d


#55757d Border Color

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

This div border color is #55757d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,117,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55757d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55757d;
  -webkit-box-shadow: 1px 1px 3px 2px #55757d;
  box-shadow:         1px 1px 3px 2px #55757d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55757d


Comments

No comments written yet.

Please login to write comment.