Color Hex Logo

#05524c Color Hex

#05524C
(5,82,76)
0 Favorites   0 Comments

Color spaces of #05524c

RGB 58276
HSL0.490.890.17
HSV175°94°32°
CMYK 0.940.000.07   0.68
XYZ4.38446.58877.8781
Yxy6.58870.23260.3495
Hunter Lab25.6685-14.4304-0.2292
CIE-Lab30.8516-22.6272-2.5608

#05524c color RGB value is (5,82,76).

#05524c hex color red value is 5, green value is 82 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #05524c hue: 0.49 , saturation: 0.89 and the lightness value of 05524c is 0.17.

The process color (four color CMYK) of #05524c color hex is 0.94, 0.00, 0.07, 0.68. Web safe color of #05524c is #006633. Color #05524c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 01001100
Octal 5 122 114
Decimal 5 82 76
Hex 5 52 4C

RGB Percentages of Color #05524c

%3.07
%50.31
%46.63

CMYK Percentages of Color #05524c

%94
%0
%7
%68

Triadic Colors of #05524c

#05524c #4c0552 #524c05

Analogous Colors of #05524c

#05524c #053252 #055226

Monochromatic Colors of #05524c

#05524c

Complementary Color

#05524c #52050b

#05524c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05524c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05524c Color CSS Codes

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

#05524c Text Font Color

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

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


#05524c Background Color

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

This div background color is #05524c


#05524c Border Color

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

This div border color is #05524c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,82,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05524c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05524c;
  -webkit-box-shadow: 1px 1px 3px 2px #05524c;
  box-shadow:         1px 1px 3px 2px #05524c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05524c


Comments

No comments written yet.

Please login to write comment.