Color Hex Logo

#05757f Color Hex

#05757F
(5,117,127)
0 Favorites   0 Comments

Color spaces of #05757f

RGB 5117127
HSL0.510.920.26
HSV185°96°50°
CMYK 0.960.080.00   0.50
XYZ10.254614.287222.2959
Yxy14.28720.21890.3050
Hunter Lab37.7984-17.7207-8.5141
CIE-Lab44.6420-23.3589-13.3279

#05757f color RGB value is (5,117,127).

#05757f hex color red value is 5, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #05757f hue: 0.51 , saturation: 0.92 and the lightness value of 05757f is 0.26.

The process color (four color CMYK) of #05757f color hex is 0.96, 0.08, 0.00, 0.50. Web safe color of #05757f is #006666. Color #05757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110101 01111111
Octal 5 165 177
Decimal 5 117 127
Hex 5 75 7F

RGB Percentages of Color #05757f

%2.01
%46.99
%51.00

CMYK Percentages of Color #05757f

%96
%8
%0
%50

Triadic Colors of #05757f

#05757f #7f0575 #757f05

Analogous Colors of #05757f

#05757f #05387f #057f4c

Monochromatic Colors of #05757f

#05757f

Complementary Color

#05757f #7f0f05

#05757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05757f Color CSS Codes

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

#05757f Text Font Color

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

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


#05757f Background Color

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

This div background color is #05757f


#05757f Border Color

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

This div border color is #05757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05757f;
  -webkit-box-shadow: 1px 1px 3px 2px #05757f;
  box-shadow:         1px 1px 3px 2px #05757f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05757f


Comments

No comments written yet.

Please login to write comment.