Color Hex Logo

#506575 Color Hex

#506575
(80,101,117)
0 Favorites   0 Comments

Color spaces of #506575

RGB 80101117
HSL0.570.190.39
HSV206°32°46°
CMYK 0.320.140.00   0.54
XYZ11.172812.297218.6143
Yxy12.29720.26550.2922
Hunter Lab35.0674-4.4961-6.9249
CIE-Lab41.6846-3.7092-11.5444

#506575 color RGB value is (80,101,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 01110101
Octal 120 145 165
Decimal 80 101 117
Hex 50 65 75

RGB Percentages of Color #506575

%26.85
%33.89
%39.26

CMYK Percentages of Color #506575

%32
%14
%0
%54

Triadic Colors of #506575

#506575 #755065 #657550

Analogous Colors of #506575

#506575 #505375 #507573

Monochromatic Colors of #506575

#506575

Complementary Color

#506575 #756050

#506575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506575 Color CSS Codes

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

#506575 Text Font Color

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

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


#506575 Background Color

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

This div background color is #506575


#506575 Border Color

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

This div border color is #506575


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,101,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 #506575">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506575


Comments

No comments written yet.

Please login to write comment.