Color Hex Logo

#506189 Color Hex

#506189
(80,97,137)
0 Favorites   0 Comments

Color spaces of #506189

RGB 8097137
HSL0.620.260.43
HSV222°42°54°
CMYK 0.420.290.00   0.46
XYZ12.098312.061025.3573
Yxy12.06100.24430.2436
Hunter Lab34.72901.4072-18.9803
CIE-Lab41.31294.4774-24.2335

#506189 color RGB value is (80,97,137).

#506189 hex color red value is 80, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #506189 hue: 0.62 , saturation: 0.26 and the lightness value of 506189 is 0.43.

The process color (four color CMYK) of #506189 color hex is 0.42, 0.29, 0.00, 0.46. Web safe color of #506189 is #666699. Color #506189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 10001001
Octal 120 141 211
Decimal 80 97 137
Hex 50 61 89

RGB Percentages of Color #506189

%25.48
%30.89
%43.63

CMYK Percentages of Color #506189

%42
%29
%0
%46

Triadic Colors of #506189

#506189 #895061 #618950

Analogous Colors of #506189

#506189 #5c5089 #507e89

Monochromatic Colors of #506189

#506189

Complementary Color

#506189 #897850

#506189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506189 Color CSS Codes

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

#506189 Text Font Color

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

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


#506189 Background Color

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

This div background color is #506189


#506189 Border Color

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

This div border color is #506189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506189


Comments

No comments written yet.

Please login to write comment.