Color Hex Logo

#57929b Color Hex

#57929B
(87,146,155)
0 Favorites   0 Comments

Color spaces of #57929b

RGB 87146155
HSL0.520.280.47
HSV188°44°61°
CMYK 0.440.060.00   0.39
XYZ20.125824.950634.7655
Yxy24.95060.25210.3125
Hunter Lab49.9506-15.4933-6.3003
CIE-Lab57.0273-16.7553-10.7881

#57929b color RGB value is (87,146,155).

#57929b hex color red value is 87, green value is 146 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #57929b hue: 0.52 , saturation: 0.28 and the lightness value of 57929b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010010 10011011
Octal 127 222 233
Decimal 87 146 155
Hex 57 92 9B

RGB Percentages of Color #57929b

%22.42
%37.63
%39.95

CMYK Percentages of Color #57929b

%44
%6
%0
%39

Triadic Colors of #57929b

#57929b #9b5792 #929b57

Analogous Colors of #57929b

#57929b #57709b #579b82

Monochromatic Colors of #57929b

#57929b

Complementary Color

#57929b #9b6057

#57929b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57929b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57929b Color CSS Codes

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

#57929b Text Font Color

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

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


#57929b Background Color

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

This div background color is #57929b


#57929b Border Color

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

This div border color is #57929b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57929b


Comments

No comments written yet.

Please login to write comment.