Color Hex Logo

#52767d Color Hex

#52767D
(82,118,125)
0 Favorites   0 Comments

Color spaces of #52767d

RGB 82118125
HSL0.530.210.41
HSV190°34°49°
CMYK 0.340.060.00   0.51
XYZ13.659816.231421.8151
Yxy16.23140.26420.3139
Hunter Lab40.2882-9.9836-3.9024
CIE-Lab47.2766-10.8422-7.9320

#52767d color RGB value is (82,118,125).

#52767d hex color red value is 82, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #52767d hue: 0.53 , saturation: 0.21 and the lightness value of 52767d is 0.41.

The process color (four color CMYK) of #52767d color hex is 0.34, 0.06, 0.00, 0.51. Web safe color of #52767d is #666666. Color #52767d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110110 01111101
Octal 122 166 175
Decimal 82 118 125
Hex 52 76 7D

RGB Percentages of Color #52767d

%25.23
%36.31
%38.46

CMYK Percentages of Color #52767d

%34
%6
%0
%51

Triadic Colors of #52767d

#52767d #7d5276 #767d52

Analogous Colors of #52767d

#52767d #52617d #527d6f

Monochromatic Colors of #52767d

#52767d

Complementary Color

#52767d #7d5952

#52767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52767d Color CSS Codes

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

#52767d Text Font Color

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

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


#52767d Background Color

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

This div background color is #52767d


#52767d Border Color

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

This div border color is #52767d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,118,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 #52767d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52767d


Comments

No comments written yet.

Please login to write comment.