Color Hex Logo

#055973 Color Hex

#055973
(5,89,115)
0 Favorites   0 Comments

Color spaces of #055973

RGB 589115
HSL0.540.920.24
HSV194°96°45°
CMYK 0.960.230.00   0.55
XYZ6.72958.414817.4892
Yxy8.41480.20620.2579
Hunter Lab29.0083-9.3551-15.4404
CIE-Lab34.8322-12.2564-21.0758

#055973 color RGB value is (5,89,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011001 01110011
Octal 5 131 163
Decimal 5 89 115
Hex 5 59 73

RGB Percentages of Color #055973

%2.39
%42.58
%55.02

CMYK Percentages of Color #055973

%96
%23
%0
%55

Triadic Colors of #055973

#055973 #730559 #597305

Analogous Colors of #055973

#055973 #052273 #057356

Monochromatic Colors of #055973

#055973

Complementary Color

#055973 #731f05

#055973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055973 Color CSS Codes

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

#055973 Text Font Color

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

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


#055973 Background Color

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

This div background color is #055973


#055973 Border Color

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

This div border color is #055973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,89,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 #055973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055973


Comments

No comments written yet.

Please login to write comment.