Color Hex Logo

#05777d Color Hex

#05777D
(5,119,125)
0 Favorites   0 Comments

Color spaces of #05777d

RGB 5119125
HSL0.510.920.25
HSV183°96°49°
CMYK 0.960.050.00   0.51
XYZ10.361114.706621.6946
Yxy14.70660.22160.3145
Hunter Lab38.3492-18.8843-6.6966
CIE-Lab45.2297-25.0708-11.2453

#05777d color RGB value is (5,119,125).

#05777d hex color red value is 5, green value is 119 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #05777d hue: 0.51 , saturation: 0.92 and the lightness value of 05777d is 0.25.

The process color (four color CMYK) of #05777d color hex is 0.96, 0.05, 0.00, 0.51. Web safe color of #05777d is #006666. Color #05777d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110111 01111101
Octal 5 167 175
Decimal 5 119 125
Hex 5 77 7D

RGB Percentages of Color #05777d

%2.01
%47.79
%50.20

CMYK Percentages of Color #05777d

%96
%5
%0
%51

Triadic Colors of #05777d

#05777d #7d0577 #777d05

Analogous Colors of #05777d

#05777d #053b7d #057d47

Monochromatic Colors of #05777d

#05777d

Complementary Color

#05777d #7d0b05

#05777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05777d Color CSS Codes

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

#05777d Text Font Color

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

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


#05777d Background Color

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

This div background color is #05777d


#05777d Border Color

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

This div border color is #05777d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,119,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05777d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05777d;
  -webkit-box-shadow: 1px 1px 3px 2px #05777d;
  box-shadow:         1px 1px 3px 2px #05777d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05777d


Comments

No comments written yet.

Please login to write comment.