Color Hex Logo

#557088 Color Hex

#557088
(85,112,136)
0 Favorites   0 Comments

Color spaces of #557088

RGB 85112136
HSL0.580.230.43
HSV208°38°53°
CMYK 0.380.180.00   0.47
XYZ13.984415.297225.5082
Yxy15.29720.25520.2792
Hunter Lab39.1116-4.6225-11.2902
CIE-Lab46.0386-3.4475-16.3294

#557088 color RGB value is (85,112,136).

#557088 hex color red value is 85, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #557088 hue: 0.58 , saturation: 0.23 and the lightness value of 557088 is 0.43.

The process color (four color CMYK) of #557088 color hex is 0.38, 0.18, 0.00, 0.47. Web safe color of #557088 is #666699. Color #557088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 10001000
Octal 125 160 210
Decimal 85 112 136
Hex 55 70 88

RGB Percentages of Color #557088

%25.53
%33.63
%40.84

CMYK Percentages of Color #557088

%38
%18
%0
%47

Triadic Colors of #557088

#557088 #885570 #708855

Analogous Colors of #557088

#557088 #555788 #558887

Monochromatic Colors of #557088

#557088

Complementary Color

#557088 #886d55

#557088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557088 Color CSS Codes

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

#557088 Text Font Color

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

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


#557088 Background Color

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

This div background color is #557088


#557088 Border Color

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

This div border color is #557088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557088


Comments

No comments written yet.

Please login to write comment.