Color Hex Logo

#057475 Color Hex

#057475
(5,116,117)
0 Favorites   0 Comments

Color spaces of #057475

RGB 5116117
HSL0.500.920.24
HSV181°96°46°
CMYK 0.960.010.00   0.54
XYZ9.518913.807418.9930
Yxy13.80740.22490.3263
Hunter Lab37.1583-19.3004-4.2945
CIE-Lab43.9554-26.2337-8.3769

#057475 color RGB value is (5,116,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110100 01110101
Octal 5 164 165
Decimal 5 116 117
Hex 5 74 75

RGB Percentages of Color #057475

%2.10
%48.74
%49.16

CMYK Percentages of Color #057475

%96
%1
%0
%54

Triadic Colors of #057475

#057475 #750574 #747505

Analogous Colors of #057475

#057475 #053c75 #05753e

Monochromatic Colors of #057475

#057475

Complementary Color

#057475 #750605

#057475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057475 Color CSS Codes

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

#057475 Text Font Color

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

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


#057475 Background Color

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

This div background color is #057475


#057475 Border Color

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

This div border color is #057475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,116,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 #057475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057475


Comments

No comments written yet.

Please login to write comment.