Color Hex Logo

#054755 Color Hex

#054755
(5,71,85)
0 Favorites   0 Comments

Color spaces of #054755

RGB 57185
HSL0.530.890.18
HSV191°94°33°
CMYK 0.940.160.00   0.67
XYZ3.95555.19469.3885
Yxy5.19460.21340.2802
Hunter Lab22.7917-8.9067-8.4690
CIE-Lab27.2821-13.2906-13.7328

#054755 color RGB value is (5,71,85).

#054755 hex color red value is 5, green value is 71 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #054755 hue: 0.53 , saturation: 0.89 and the lightness value of 054755 is 0.18.

The process color (four color CMYK) of #054755 color hex is 0.94, 0.16, 0.00, 0.67. Web safe color of #054755 is #003366. Color #054755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000111 01010101
Octal 5 107 125
Decimal 5 71 85
Hex 5 47 55

RGB Percentages of Color #054755

%3.11
%44.10
%52.80

CMYK Percentages of Color #054755

%94
%16
%0
%67

Triadic Colors of #054755

#054755 #550547 #475505

Analogous Colors of #054755

#054755 #051f55 #05553b

Monochromatic Colors of #054755

#054755

Complementary Color

#054755 #551305

#054755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054755 Color CSS Codes

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

#054755 Text Font Color

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

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


#054755 Background Color

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

This div background color is #054755


#054755 Border Color

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

This div border color is #054755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054755


Comments

No comments written yet.

Please login to write comment.