Color Hex Logo

#056372 Color Hex

#056372
(5,99,114)
0 Favorites   0 Comments

Color spaces of #056372

RGB 599114
HSL0.520.920.23
HSV188°96°45°
CMYK 0.960.130.00   0.55
XYZ7.561710.170917.4842
Yxy10.17090.21470.2888
Hunter Lab31.8918-13.4876-10.1805
CIE-Lab38.1474-18.3486-15.3496

#056372 color RGB value is (5,99,114).

#056372 hex color red value is 5, green value is 99 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #056372 hue: 0.52 , saturation: 0.92 and the lightness value of 056372 is 0.23.

The process color (four color CMYK) of #056372 color hex is 0.96, 0.13, 0.00, 0.55. Web safe color of #056372 is #006666. Color #056372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100011 01110010
Octal 5 143 162
Decimal 5 99 114
Hex 5 63 72

RGB Percentages of Color #056372

%2.29
%45.41
%52.29

CMYK Percentages of Color #056372

%96
%13
%0
%55

Triadic Colors of #056372

#056372 #720563 #637205

Analogous Colors of #056372

#056372 #052d72 #05724b

Monochromatic Colors of #056372

#056372

Complementary Color

#056372 #721405

#056372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056372 Color CSS Codes

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

#056372 Text Font Color

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

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


#056372 Background Color

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

This div background color is #056372


#056372 Border Color

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

This div border color is #056372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056372


Comments

No comments written yet.

Please login to write comment.