Color Hex Logo

#557288 Color Hex

#557288
(85,114,136)
1 Favorites   0 Comments

Color spaces of #557288

RGB 85114136
HSL0.570.230.43
HSV206°38°53°
CMYK 0.380.160.00   0.47
XYZ14.207615.743525.5825
Yxy15.74350.25580.2835
Hunter Lab39.6781-5.5208-10.4527
CIE-Lab46.6362-4.6263-15.4187

#557288 color RGB value is (85,114,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 10001000
Octal 125 162 210
Decimal 85 114 136
Hex 55 72 88

RGB Percentages of Color #557288

%25.37
%34.03
%40.60

CMYK Percentages of Color #557288

%38
%16
%0
%47

Triadic Colors of #557288

#557288 #885572 #728855

Analogous Colors of #557288

#557288 #555988 #558885

Monochromatic Colors of #557288

#557288

Complementary Color

#557288 #886b55

#557288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557288 Color CSS Codes

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

#557288 Text Font Color

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

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


#557288 Background Color

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

This div background color is #557288


#557288 Border Color

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

This div border color is #557288


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,114,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 #557288">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557288


Comments

No comments written yet.

Please login to write comment.