Color Hex Logo

#509184 Color Hex

#509184
(80,145,132)
0 Favorites   0 Comments

Color spaces of #509184

RGB 80145132
HSL0.470.290.44
HSV168°45°57°
CMYK 0.450.000.09   0.43
XYZ17.598523.622225.4618
Yxy23.62220.26390.3542
Hunter Lab48.6027-20.42182.9612
CIE-Lab55.7075-24.10330.4160

#509184 color RGB value is (80,145,132).

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

The process color (four color CMYK) of #509184 color hex is 0.45, 0.00, 0.09, 0.43. Web safe color of #509184 is #669999. Color #509184 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 10000100
Octal 120 221 204
Decimal 80 145 132
Hex 50 91 84

RGB Percentages of Color #509184

%22.41
%40.62
%36.97

CMYK Percentages of Color #509184

%45
%0
%9
%43

Triadic Colors of #509184

#509184 #845091 #918450

Analogous Colors of #509184

#509184 #507e91 #509164

Monochromatic Colors of #509184

#509184

Complementary Color

#509184 #91505d

#509184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509184 Color CSS Codes

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

#509184 Text Font Color

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

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


#509184 Background Color

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

This div background color is #509184


#509184 Border Color

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

This div border color is #509184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509184


Comments

No comments written yet.

Please login to write comment.