Color Hex Logo

#52879b Color Hex

#52879B
(82,135,155)
0 Favorites   0 Comments

Color spaces of #52879b

RGB 82135155
HSL0.550.310.46
HSV196°47°61°
CMYK 0.470.130.00   0.39
XYZ18.060021.488334.2061
Yxy21.48830.24490.2913
Hunter Lab46.3555-11.5788-11.3018
CIE-Lab53.4798-12.0314-16.1672

#52879b color RGB value is (82,135,155).

#52879b hex color red value is 82, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52879b hue: 0.55 , saturation: 0.31 and the lightness value of 52879b is 0.46.

The process color (four color CMYK) of #52879b color hex is 0.47, 0.13, 0.00, 0.39. Web safe color of #52879b is #669999. Color #52879b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000111 10011011
Octal 122 207 233
Decimal 82 135 155
Hex 52 87 9B

RGB Percentages of Color #52879b

%22.04
%36.29
%41.67

CMYK Percentages of Color #52879b

%47
%13
%0
%39

Triadic Colors of #52879b

#52879b #9b5287 #879b52

Analogous Colors of #52879b

#52879b #52639b #529b8b

Monochromatic Colors of #52879b

#52879b

Complementary Color

#52879b #9b6652

#52879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52879b Color CSS Codes

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

#52879b Text Font Color

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

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


#52879b Background Color

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

This div background color is #52879b


#52879b Border Color

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

This div border color is #52879b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,135,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52879b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52879b;
  -webkit-box-shadow: 1px 1px 3px 2px #52879b;
  box-shadow:         1px 1px 3px 2px #52879b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52879b


Comments

No comments written yet.

Please login to write comment.