Color Hex Logo

#506697 Color Hex

#506697
(80,102,151)
0 Favorites   0 Comments

Color spaces of #506697

RGB 80102151
HSL0.620.310.45
HSV221°47°59°
CMYK 0.470.320.00   0.41
XYZ13.645613.442631.1536
Yxy13.44260.23430.2308
Hunter Lab36.66422.2716-24.7139
CIE-Lab43.42275.6788-29.3361

#506697 color RGB value is (80,102,151).

#506697 hex color red value is 80, green value is 102 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #506697 hue: 0.62 , saturation: 0.31 and the lightness value of 506697 is 0.45.

The process color (four color CMYK) of #506697 color hex is 0.47, 0.32, 0.00, 0.41. Web safe color of #506697 is #666699. Color #506697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 10010111
Octal 120 146 227
Decimal 80 102 151
Hex 50 66 97

RGB Percentages of Color #506697

%24.02
%30.63
%45.35

CMYK Percentages of Color #506697

%47
%32
%0
%41

Triadic Colors of #506697

#506697 #975066 #669750

Analogous Colors of #506697

#506697 #5e5097 #508a97

Monochromatic Colors of #506697

#506697

Complementary Color

#506697 #978150

#506697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506697 Color CSS Codes

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

#506697 Text Font Color

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

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


#506697 Background Color

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

This div background color is #506697


#506697 Border Color

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

This div border color is #506697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506697


Comments

No comments written yet.

Please login to write comment.