Color Hex Logo

#508990 Color Hex

#508990
(80,137,144)
0 Favorites   0 Comments

Color spaces of #508990

RGB 80137144
HSL0.520.290.44
HSV187°44°56°
CMYK 0.440.050.00   0.44
XYZ17.288021.610429.6456
Yxy21.61040.25220.3153
Hunter Lab46.4870-14.9700-5.2694
CIE-Lab53.6112-16.7532-9.6081

#508990 color RGB value is (80,137,144).

#508990 hex color red value is 80, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #508990 hue: 0.52 , saturation: 0.29 and the lightness value of 508990 is 0.44.

The process color (four color CMYK) of #508990 color hex is 0.44, 0.05, 0.00, 0.44. Web safe color of #508990 is #669999. Color #508990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001001 10010000
Octal 120 211 220
Decimal 80 137 144
Hex 50 89 90

RGB Percentages of Color #508990

%22.16
%37.95
%39.89

CMYK Percentages of Color #508990

%44
%5
%0
%44

Triadic Colors of #508990

#508990 #905089 #899050

Analogous Colors of #508990

#508990 #506990 #509077

Monochromatic Colors of #508990

#508990

Complementary Color

#508990 #905750

#508990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508990 Color CSS Codes

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

#508990 Text Font Color

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

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


#508990 Background Color

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

This div background color is #508990


#508990 Border Color

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

This div border color is #508990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508990


Comments

No comments written yet.

Please login to write comment.