Color Hex Logo

#506175 Color Hex

#506175
(80,97,117)
0 Favorites   0 Comments

Color spaces of #506175

RGB 8097117
HSL0.590.190.39
HSV212°32°46°
CMYK 0.320.170.00   0.54
XYZ10.793811.539218.4880
Yxy11.53920.26440.2827
Hunter Lab33.9694-2.7279-8.4903
CIE-Lab40.4742-1.2931-13.3798

#506175 color RGB value is (80,97,117).

#506175 hex color red value is 80, green value is 97 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #506175 hue: 0.59 , saturation: 0.19 and the lightness value of 506175 is 0.39.

The process color (four color CMYK) of #506175 color hex is 0.32, 0.17, 0.00, 0.54. Web safe color of #506175 is #666666. Color #506175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 01110101
Octal 120 141 165
Decimal 80 97 117
Hex 50 61 75

RGB Percentages of Color #506175

%27.21
%32.99
%39.80

CMYK Percentages of Color #506175

%32
%17
%0
%54

Triadic Colors of #506175

#506175 #755061 #617550

Analogous Colors of #506175

#506175 #525075 #507475

Monochromatic Colors of #506175

#506175

Complementary Color

#506175 #756450

#506175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506175 Color CSS Codes

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

#506175 Text Font Color

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

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


#506175 Background Color

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

This div background color is #506175


#506175 Border Color

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

This div border color is #506175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506175


Comments

No comments written yet.

Please login to write comment.