Color Hex Logo

#05514e Color Hex

#05514E
(5,81,78)
0 Favorites   0 Comments

Color spaces of #05514e

RGB 58178
HSL0.490.880.17
HSV178°94°32°
CMYK 0.940.000.04   0.68
XYZ4.38026.46728.2252
Yxy6.46720.22970.3391
Hunter Lab25.4307-13.7587-1.3750
CIE-Lab30.5618-21.4355-4.2668

#05514e color RGB value is (5,81,78).

#05514e hex color red value is 5, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #05514e hue: 0.49 , saturation: 0.88 and the lightness value of 05514e is 0.17.

The process color (four color CMYK) of #05514e color hex is 0.94, 0.00, 0.04, 0.68. Web safe color of #05514e is #006666. Color #05514e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 01001110
Octal 5 121 116
Decimal 5 81 78
Hex 5 51 4E

RGB Percentages of Color #05514e

%3.05
%49.39
%47.56

CMYK Percentages of Color #05514e

%94
%0
%4
%68

Triadic Colors of #05514e

#05514e #4e0551 #514e05

Analogous Colors of #05514e

#05514e #052e51 #055128

Monochromatic Colors of #05514e

#05514e

Complementary Color

#05514e #510508

#05514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05514e Color CSS Codes

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

#05514e Text Font Color

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

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


#05514e Background Color

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

This div background color is #05514e


#05514e Border Color

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

This div border color is #05514e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,81,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05514e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05514e;
  -webkit-box-shadow: 1px 1px 3px 2px #05514e;
  box-shadow:         1px 1px 3px 2px #05514e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05514e


Comments

No comments written yet.

Please login to write comment.