Color Hex Logo

#055669 Color Hex

#055669
(5,86,105)
0 Favorites   0 Comments

Color spaces of #055669

RGB 586105
HSL0.530.910.22
HSV191°95°41°
CMYK 0.950.180.00   0.59
XYZ5.94027.707814.5393
Yxy7.70780.21070.2734
Hunter Lab27.7629-10.3930-11.6158
CIE-Lab33.3668-14.3654-17.1100

#055669 color RGB value is (5,86,105).

#055669 hex color red value is 5, green value is 86 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #055669 hue: 0.53 , saturation: 0.91 and the lightness value of 055669 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 01101001
Octal 5 126 151
Decimal 5 86 105
Hex 5 56 69

RGB Percentages of Color #055669

%2.55
%43.88
%53.57

CMYK Percentages of Color #055669

%95
%18
%0
%59

Triadic Colors of #055669

#055669 #690556 #566905

Analogous Colors of #055669

#055669 #052469 #05694a

Monochromatic Colors of #055669

#055669

Complementary Color

#055669 #691805

#055669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055669 Color CSS Codes

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

#055669 Text Font Color

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

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


#055669 Background Color

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

This div background color is #055669


#055669 Border Color

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

This div border color is #055669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055669


Comments

No comments written yet.

Please login to write comment.