Color Hex Logo

#55708a Color Hex

#55708A
(85,112,138)
0 Favorites   0 Comments

Color spaces of #55708a

RGB 85112138
HSL0.580.240.44
HSV209°38°54°
CMYK 0.380.190.00   0.46
XYZ14.127915.354626.2639
Yxy15.35460.25340.2754
Hunter Lab39.1849-4.2165-12.3099
CIE-Lab46.1161-2.8818-17.4015

#55708a color RGB value is (85,112,138).

#55708a hex color red value is 85, green value is 112 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #55708a hue: 0.58 , saturation: 0.24 and the lightness value of 55708a is 0.44.

The process color (four color CMYK) of #55708a color hex is 0.38, 0.19, 0.00, 0.46. Web safe color of #55708a is #666699. Color #55708a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 10001010
Octal 125 160 212
Decimal 85 112 138
Hex 55 70 8A

RGB Percentages of Color #55708a

%25.37
%33.43
%41.19

CMYK Percentages of Color #55708a

%38
%19
%0
%46

Triadic Colors of #55708a

#55708a #8a5570 #708a55

Analogous Colors of #55708a

#55708a #55568a #558a8a

Monochromatic Colors of #55708a

#55708a

Complementary Color

#55708a #8a6f55

#55708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55708a Color CSS Codes

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

#55708a Text Font Color

<p style="color:#55708a">Text here</p>

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


#55708a Background Color

<div style="background-color:#55708a">
Div content here</div>

This div background color is #55708a


#55708a Border Color

<div style="border:3px solid #55708a">
Div here</div>

This div border color is #55708a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,112,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55708a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55708a;
  -webkit-box-shadow: 1px 1px 3px 2px #55708a;
  box-shadow:         1px 1px 3px 2px #55708a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,112,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55708a


Comments

No comments written yet.

Please login to write comment.