Color Hex Logo

#52919b Color Hex

#52919B
(82,145,155)
0 Favorites   0 Comments

Color spaces of #52919b

RGB 82145155
HSL0.520.310.46
HSV188°47°61°
CMYK 0.470.060.00   0.39
XYZ19.521524.411234.6933
Yxy24.41120.24830.3105
Hunter Lab49.4077-15.9362-7.0471
CIE-Lab56.4972-17.4835-11.6073

#52919b color RGB value is (82,145,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010001 10011011
Octal 122 221 233
Decimal 82 145 155
Hex 52 91 9B

RGB Percentages of Color #52919b

%21.47
%37.96
%40.58

CMYK Percentages of Color #52919b

%47
%6
%0
%39

Triadic Colors of #52919b

#52919b #9b5291 #919b52

Analogous Colors of #52919b

#52919b #526d9b #529b81

Monochromatic Colors of #52919b

#52919b

Complementary Color

#52919b #9b5c52

#52919b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52919b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52919b Color CSS Codes

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

#52919b Text Font Color

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

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


#52919b Background Color

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

This div background color is #52919b


#52919b Border Color

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

This div border color is #52919b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52919b


Comments

No comments written yet.

Please login to write comment.