Color Hex Logo

#558094 Color Hex

#558094
(85,128,148)
0 Favorites   0 Comments

Color spaces of #558094

RGB 85128148
HSL0.550.270.46
HSV199°43°58°
CMYK 0.430.140.00   0.42
XYZ16.810819.507830.8963
Yxy19.50780.25010.2902
Hunter Lab44.1676-9.3538-10.5574
CIE-Lab51.2761-9.3192-15.4320

#558094 color RGB value is (85,128,148).

#558094 hex color red value is 85, green value is 128 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #558094 hue: 0.55 , saturation: 0.27 and the lightness value of 558094 is 0.46.

The process color (four color CMYK) of #558094 color hex is 0.43, 0.14, 0.00, 0.42. Web safe color of #558094 is #669999. Color #558094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 10010100
Octal 125 200 224
Decimal 85 128 148
Hex 55 80 94

RGB Percentages of Color #558094

%23.55
%35.46
%41.00

CMYK Percentages of Color #558094

%43
%14
%0
%42

Triadic Colors of #558094

#558094 #945580 #809455

Analogous Colors of #558094

#558094 #556194 #559489

Monochromatic Colors of #558094

#558094

Complementary Color

#558094 #946955

#558094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558094 Color CSS Codes

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

#558094 Text Font Color

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

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


#558094 Background Color

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

This div background color is #558094


#558094 Border Color

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

This div border color is #558094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558094


Comments

No comments written yet.

Please login to write comment.