Color Hex Logo

#055d68 Color Hex

#055D68
(5,93,104)
0 Favorites   0 Comments

Color spaces of #055d68

RGB 593104
HSL0.520.910.21
HSV187°95°41°
CMYK 0.950.110.00   0.59
XYZ6.47568.860414.4656
Yxy8.86040.21730.2973
Hunter Lab29.7664-13.2591-7.9767
CIE-Lab35.7141-18.6924-12.8899

#055d68 color RGB value is (5,93,104).

#055d68 hex color red value is 5, green value is 93 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #055d68 hue: 0.52 , saturation: 0.91 and the lightness value of 055d68 is 0.21.

The process color (four color CMYK) of #055d68 color hex is 0.95, 0.11, 0.00, 0.59. Web safe color of #055d68 is #006666. Color #055d68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 01101000
Octal 5 135 150
Decimal 5 93 104
Hex 5 5D 68

RGB Percentages of Color #055d68

%2.48
%46.04
%51.49

CMYK Percentages of Color #055d68

%95
%11
%0
%59

Triadic Colors of #055d68

#055d68 #68055d #5d6805

Analogous Colors of #055d68

#055d68 #052c68 #056841

Monochromatic Colors of #055d68

#055d68

Complementary Color

#055d68 #681005

#055d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055d68 Color CSS Codes

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

#055d68 Text Font Color

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

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


#055d68 Background Color

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

This div background color is #055d68


#055d68 Border Color

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

This div border color is #055d68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,93,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055d68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055d68;
  -webkit-box-shadow: 1px 1px 3px 2px #055d68;
  box-shadow:         1px 1px 3px 2px #055d68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055d68


Comments

No comments written yet.

Please login to write comment.