Color Hex Logo

#05664d Color Hex

#05664D
(5,102,77)
0 Favorites   0 Comments

Color spaces of #05664d

RGB 510277
HSL0.460.910.21
HSV165°95°40°
CMYK 0.950.000.25   0.60
XYZ6.153510.07088.6407
Yxy10.07080.24750.4050
Hunter Lab31.7345-20.92336.0706
CIE-Lab37.9692-31.85637.1042

#05664d color RGB value is (5,102,77).

#05664d hex color red value is 5, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #05664d hue: 0.46 , saturation: 0.91 and the lightness value of 05664d is 0.21.

The process color (four color CMYK) of #05664d color hex is 0.95, 0.00, 0.25, 0.60. Web safe color of #05664d is #006666. Color #05664d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100110 01001101
Octal 5 146 115
Decimal 5 102 77
Hex 5 66 4D

RGB Percentages of Color #05664d

%2.72
%55.43
%41.85

CMYK Percentages of Color #05664d

%95
%0
%25
%60

Triadic Colors of #05664d

#05664d #4d0566 #664d05

Analogous Colors of #05664d

#05664d #054e66 #05661d

Monochromatic Colors of #05664d

#05664d

Complementary Color

#05664d #66051e

#05664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05664d Color CSS Codes

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

#05664d Text Font Color

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

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


#05664d Background Color

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

This div background color is #05664d


#05664d Border Color

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

This div border color is #05664d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,102,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05664d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05664d;
  -webkit-box-shadow: 1px 1px 3px 2px #05664d;
  box-shadow:         1px 1px 3px 2px #05664d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05664d


Comments

No comments written yet.

Please login to write comment.