Color Hex Logo

#509778 Color Hex

#509778
(80,151,120)
0 Favorites   0 Comments

Color spaces of #509778

RGB 80151120
HSL0.430.310.45
HSV154°47°59°
CMYK 0.470.000.21   0.41
XYZ17.765025.194821.6961
Yxy25.19480.27480.3897
Hunter Lab50.1944-24.66489.5085
CIE-Lab57.2647-29.91949.5021

#509778 color RGB value is (80,151,120).

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

The process color (four color CMYK) of #509778 color hex is 0.47, 0.00, 0.21, 0.41. Web safe color of #509778 is #669966. Color #509778 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010111 01111000
Octal 120 227 170
Decimal 80 151 120
Hex 50 97 78

RGB Percentages of Color #509778

%22.79
%43.02
%34.19

CMYK Percentages of Color #509778

%47
%0
%21
%41

Triadic Colors of #509778

#509778 #785097 #977850

Analogous Colors of #509778

#509778 #509397 #509755

Monochromatic Colors of #509778

#509778

Complementary Color

#509778 #97506f

#509778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509778 Color CSS Codes

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

#509778 Text Font Color

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

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


#509778 Background Color

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

This div background color is #509778


#509778 Border Color

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

This div border color is #509778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509778


Comments

No comments written yet.

Please login to write comment.