Color Hex Logo

#506676 Color Hex

#506676
(80,102,118)
0 Favorites   0 Comments

Color spaces of #506676

RGB 80102118
HSL0.570.190.39
HSV205°32°46°
CMYK 0.320.140.00   0.54
XYZ11.329712.516218.9583
Yxy12.51620.26470.2924
Hunter Lab35.3782-4.7482-7.0072
CIE-Lab42.0250-4.0353-11.6371

#506676 color RGB value is (80,102,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 01110110
Octal 120 146 166
Decimal 80 102 118
Hex 50 66 76

RGB Percentages of Color #506676

%26.67
%34.00
%39.33

CMYK Percentages of Color #506676

%32
%14
%0
%54

Triadic Colors of #506676

#506676 #765066 #667650

Analogous Colors of #506676

#506676 #505376 #507673

Monochromatic Colors of #506676

#506676

Complementary Color

#506676 #766050

#506676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506676 Color CSS Codes

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

#506676 Text Font Color

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

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


#506676 Background Color

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

This div background color is #506676


#506676 Border Color

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

This div border color is #506676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506676


Comments

No comments written yet.

Please login to write comment.