Color Hex Logo

#05664b Color Hex

#05664B
(5,102,75)
0 Favorites   0 Comments

Color spaces of #05664b

RGB 510275
HSL0.450.910.21
HSV163°95°40°
CMYK 0.950.000.26   0.60
XYZ6.084010.04308.2744
Yxy10.04300.24930.4116
Hunter Lab31.6907-21.19026.7029
CIE-Lab37.9195-32.40078.2506

#05664b color RGB value is (5,102,75).

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

The process color (four color CMYK) of #05664b color hex is 0.95, 0.00, 0.26, 0.60. Web safe color of #05664b is #006633. Color #05664b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100110 01001011
Octal 5 146 113
Decimal 5 102 75
Hex 5 66 4B

RGB Percentages of Color #05664b

%2.75
%56.04
%41.21

CMYK Percentages of Color #05664b

%95
%0
%26
%60

Triadic Colors of #05664b

#05664b #4b0566 #664b05

Analogous Colors of #05664b

#05664b #055066 #05661b

Monochromatic Colors of #05664b

#05664b

Complementary Color

#05664b #660520

#05664b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05664b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05664b Color CSS Codes

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

#05664b Text Font Color

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

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


#05664b Background Color

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

This div background color is #05664b


#05664b Border Color

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

This div border color is #05664b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05664b


Comments

No comments written yet.

Please login to write comment.