Color Hex Logo

#056973 Color Hex

#056973
(5,105,115)
0 Favorites   0 Comments

Color spaces of #056973

RGB 5105115
HSL0.520.920.24
HSV185°96°45°
CMYK 0.960.090.00   0.55
XYZ8.208711.373217.9823
Yxy11.37320.21850.3028
Hunter Lab33.7242-15.5692-8.0075
CIE-Lab40.2021-21.2385-12.8298

#056973 color RGB value is (5,105,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101001 01110011
Octal 5 151 163
Decimal 5 105 115
Hex 5 69 73

RGB Percentages of Color #056973

%2.22
%46.67
%51.11

CMYK Percentages of Color #056973

%96
%9
%0
%55

Triadic Colors of #056973

#056973 #730569 #697305

Analogous Colors of #056973

#056973 #053273 #057346

Monochromatic Colors of #056973

#056973

Complementary Color

#056973 #730f05

#056973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056973 Color CSS Codes

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

#056973 Text Font Color

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

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


#056973 Background Color

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

This div background color is #056973


#056973 Border Color

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

This div border color is #056973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056973


Comments

No comments written yet.

Please login to write comment.