Color Hex Logo

#506077 Color Hex

#506077
(80,96,119)
0 Favorites   0 Comments

Color spaces of #506077

RGB 8096119
HSL0.600.200.39
HSV215°33°47°
CMYK 0.330.190.00   0.53
XYZ10.820911.403119.0835
Yxy11.40310.26200.2761
Hunter Lab33.7685-1.8956-9.8685
CIE-Lab40.2513-0.1299-14.9406

#506077 color RGB value is (80,96,119).

#506077 hex color red value is 80, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #506077 hue: 0.60 , saturation: 0.20 and the lightness value of 506077 is 0.39.

The process color (four color CMYK) of #506077 color hex is 0.33, 0.19, 0.00, 0.53. Web safe color of #506077 is #666666. Color #506077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 01110111
Octal 120 140 167
Decimal 80 96 119
Hex 50 60 77

RGB Percentages of Color #506077

%27.12
%32.54
%40.34

CMYK Percentages of Color #506077

%33
%19
%0
%53

Triadic Colors of #506077

#506077 #775060 #607750

Analogous Colors of #506077

#506077 #535077 #507477

Monochromatic Colors of #506077

#506077

Complementary Color

#506077 #776750

#506077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506077 Color CSS Codes

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

#506077 Text Font Color

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

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


#506077 Background Color

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

This div background color is #506077


#506077 Border Color

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

This div border color is #506077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506077


Comments

No comments written yet.

Please login to write comment.