Color Hex Logo

#506197 Color Hex

#506197
(80,97,151)
0 Favorites   0 Comments

Color spaces of #506197

RGB 8097151
HSL0.630.310.45
HSV226°47°59°
CMYK 0.470.360.00   0.41
XYZ13.168912.489230.9947
Yxy12.48920.23240.2205
Hunter Lab35.34014.6700-27.2617
CIE-Lab41.98338.7982-31.5934

#506197 color RGB value is (80,97,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 10010111
Octal 120 141 227
Decimal 80 97 151
Hex 50 61 97

RGB Percentages of Color #506197

%24.39
%29.57
%46.04

CMYK Percentages of Color #506197

%47
%36
%0
%41

Triadic Colors of #506197

#506197 #975061 #619750

Analogous Colors of #506197

#506197 #635097 #508597

Monochromatic Colors of #506197

#506197

Complementary Color

#506197 #978650

#506197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506197 Color CSS Codes

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

#506197 Text Font Color

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

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


#506197 Background Color

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

This div background color is #506197


#506197 Border Color

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

This div border color is #506197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506197


Comments

No comments written yet.

Please login to write comment.