Color Hex Logo

#50587b Color Hex

#50587B
(80,88,123)
0 Favorites   0 Comments

Color spaces of #50587b

RGB 8088123
HSL0.640.210.40
HSV229°35°48°
CMYK 0.350.280.00   0.52
XYZ10.373110.115020.1446
Yxy10.11500.25530.2489
Hunter Lab31.80412.5617-15.2912
CIE-Lab38.04805.9768-20.7765

#50587b color RGB value is (80,88,123).

#50587b hex color red value is 80, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #50587b hue: 0.64 , saturation: 0.21 and the lightness value of 50587b is 0.40.

The process color (four color CMYK) of #50587b color hex is 0.35, 0.28, 0.00, 0.52. Web safe color of #50587b is #666666. Color #50587b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01111011
Octal 120 130 173
Decimal 80 88 123
Hex 50 58 7B

RGB Percentages of Color #50587b

%27.49
%30.24
%42.27

CMYK Percentages of Color #50587b

%35
%28
%0
%52

Triadic Colors of #50587b

#50587b #7b5058 #587b50

Analogous Colors of #50587b

#50587b #5e507b #506e7b

Monochromatic Colors of #50587b

#50587b

Complementary Color

#50587b #7b7350

#50587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50587b Color CSS Codes

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

#50587b Text Font Color

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

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


#50587b Background Color

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

This div background color is #50587b


#50587b Border Color

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

This div border color is #50587b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,88,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50587b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50587b;
  -webkit-box-shadow: 1px 1px 3px 2px #50587b;
  box-shadow:         1px 1px 3px 2px #50587b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50587b


Comments

No comments written yet.

Please login to write comment.