Color Hex Logo

#00577d Color Hex

#00577D
(0,87,125)
0 Favorites   0 Comments

Color spaces of #00577d

RGB 087125
HSL0.551.000.25
HSV198°100°49°
CMYK 1.000.300.00   0.51
XYZ7.10998.297120.6288
Yxy8.29710.19730.2302
Hunter Lab28.8047-6.3488-22.2979
CIE-Lab34.5941-7.4038-27.6373

#00577d color RGB value is (0,87,125).

#00577d hex color red value is 0, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #00577d hue: 0.55 , saturation: 1.00 and the lightness value of 00577d is 0.25.

The process color (four color CMYK) of #00577d color hex is 1.00, 0.30, 0.00, 0.51. Web safe color of #00577d is #006666. Color #00577d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010111 01111101
Octal 0 127 175
Decimal 0 87 125
Hex 0 57 7D

RGB Percentages of Color #00577d

%0.00
%41.04
%58.96

CMYK Percentages of Color #00577d

%100
%30
%0
%51

Triadic Colors of #00577d

#00577d #7d0057 #577d00

Analogous Colors of #00577d

#00577d #00197d #007d65

Monochromatic Colors of #00577d

#00577d

Complementary Color

#00577d #7d2600

#00577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00577d Color CSS Codes

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

#00577d Text Font Color

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

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


#00577d Background Color

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

This div background color is #00577d


#00577d Border Color

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

This div border color is #00577d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,87,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00577d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00577d;
  -webkit-box-shadow: 1px 1px 3px 2px #00577d;
  box-shadow:         1px 1px 3px 2px #00577d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,87,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00577d

#00577d Color Palettes


Comments

No comments written yet.

Please login to write comment.