Color Hex Logo

#056449 Color Hex

#056449
(5,100,73)
0 Favorites   0 Comments

Color spaces of #056449

RGB 510073
HSL0.450.900.21
HSV163°95°39°
CMYK 0.950.000.27   0.61
XYZ5.82249.62767.8548
Yxy9.62760.24980.4131
Hunter Lab31.0284-20.80466.7107
CIE-Lab37.1656-32.06008.4076

#056449 color RGB value is (5,100,73).

#056449 hex color red value is 5, green value is 100 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #056449 hue: 0.45 , saturation: 0.90 and the lightness value of 056449 is 0.21.

The process color (four color CMYK) of #056449 color hex is 0.95, 0.00, 0.27, 0.61. Web safe color of #056449 is #006633. Color #056449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100100 01001001
Octal 5 144 111
Decimal 5 100 73
Hex 5 64 49

RGB Percentages of Color #056449

%2.81
%56.18
%41.01

CMYK Percentages of Color #056449

%95
%0
%27
%61

Triadic Colors of #056449

#056449 #490564 #644905

Analogous Colors of #056449

#056449 #054f64 #05641a

Monochromatic Colors of #056449

#056449

Complementary Color

#056449 #640520

#056449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056449 Color CSS Codes

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

#056449 Text Font Color

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

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


#056449 Background Color

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

This div background color is #056449


#056449 Border Color

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

This div border color is #056449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056449


Comments

No comments written yet.

Please login to write comment.