Color Hex Logo

#057175 Color Hex

#057175
(5,113,117)
0 Favorites   0 Comments

Color spaces of #057175

RGB 5113117
HSL0.510.920.24
HSV182°96°46°
CMYK 0.960.030.00   0.54
XYZ9.178613.126918.8796
Yxy13.12690.22290.3187
Hunter Lab36.2311-18.1840-5.5336
CIE-Lab42.9538-24.7170-9.8810

#057175 color RGB value is (5,113,117).

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

The process color (four color CMYK) of #057175 color hex is 0.96, 0.03, 0.00, 0.54. Web safe color of #057175 is #006666. Color #057175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110001 01110101
Octal 5 161 165
Decimal 5 113 117
Hex 5 71 75

RGB Percentages of Color #057175

%2.13
%48.09
%49.79

CMYK Percentages of Color #057175

%96
%3
%0
%54

Triadic Colors of #057175

#057175 #750571 #717505

Analogous Colors of #057175

#057175 #053975 #057541

Monochromatic Colors of #057175

#057175

Complementary Color

#057175 #750905

#057175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057175 Color CSS Codes

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

#057175 Text Font Color

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

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


#057175 Background Color

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

This div background color is #057175


#057175 Border Color

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

This div border color is #057175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057175


Comments

No comments written yet.

Please login to write comment.