Color Hex Logo

#519056 Color Hex

#519056
(81,144,86)
0 Favorites   0 Comments

Color spaces of #519056

RGB 8114486
HSL0.350.280.44
HSV125°44°56°
CMYK 0.440.000.40   0.44
XYZ15.046322.367712.3285
Yxy22.36770.30250.4497
Hunter Lab47.2945-25.977317.6507
CIE-Lab54.4150-33.033724.6487

#519056 color RGB value is (81,144,86).

#519056 hex color red value is 81, green value is 144 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #519056 hue: 0.35 , saturation: 0.28 and the lightness value of 519056 is 0.44.

The process color (four color CMYK) of #519056 color hex is 0.44, 0.00, 0.40, 0.44. Web safe color of #519056 is #669966. Color #519056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 01010110
Octal 121 220 126
Decimal 81 144 86
Hex 51 90 56

RGB Percentages of Color #519056

%26.05
%46.30
%27.65

CMYK Percentages of Color #519056

%44
%0
%40
%44

Triadic Colors of #519056

#519056 #565190 #905651

Analogous Colors of #519056

#519056 #519076 #6c9051

Monochromatic Colors of #519056

#519056

Complementary Color

#519056 #90518b

#519056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519056 Color CSS Codes

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

#519056 Text Font Color

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

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


#519056 Background Color

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

This div background color is #519056


#519056 Border Color

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

This div border color is #519056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519056

#519056 Color Palettes


Comments

No comments written yet.

Please login to write comment.