Color Hex Logo

#005761 Color Hex

#005761
(0,87,97)
0 Favorites   0 Comments

Color spaces of #005761

RGB 08797
HSL0.521.000.19
HSV186°100°38°
CMYK 1.000.100.00   0.62
XYZ5.56597.679512.4982
Yxy7.67950.21620.2983
Hunter Lab27.7119-12.6444-7.3417
CIE-Lab33.3063-18.3630-12.1876

#005761 color RGB value is (0,87,97).

#005761 hex color red value is 0, green value is 87 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #005761 hue: 0.52 , saturation: 1.00 and the lightness value of 005761 is 0.19.

The process color (four color CMYK) of #005761 color hex is 1.00, 0.10, 0.00, 0.62. Web safe color of #005761 is #006666. Color #005761 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010111 01100001
Octal 0 127 141
Decimal 0 87 97
Hex 0 57 61

RGB Percentages of Color #005761

%0.00
%47.28
%52.72

CMYK Percentages of Color #005761

%100
%10
%0
%62

Triadic Colors of #005761

#005761 #610057 #576100

Analogous Colors of #005761

#005761 #002761 #00613b

Monochromatic Colors of #005761

#005761

Complementary Color

#005761 #610a00

#005761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005761 Color CSS Codes

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

#005761 Text Font Color

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

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


#005761 Background Color

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

This div background color is #005761


#005761 Border Color

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

This div border color is #005761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005761

#005761 Color Palettes


Comments

No comments written yet.

Please login to write comment.