Color Hex Logo

#558990 Color Hex

#558990
(85,137,144)
0 Favorites   0 Comments

Color spaces of #558990

RGB 85137144
HSL0.520.260.45
HSV187°41°56°
CMYK 0.410.050.00   0.44
XYZ17.726021.836229.6661
Yxy21.83620.25610.3154
Hunter Lab46.7292-14.0649-4.9299
CIE-Lab53.8528-15.4221-9.2214

#558990 color RGB value is (85,137,144).

#558990 hex color red value is 85, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #558990 hue: 0.52 , saturation: 0.26 and the lightness value of 558990 is 0.45.

The process color (four color CMYK) of #558990 color hex is 0.41, 0.05, 0.00, 0.44. Web safe color of #558990 is #669999. Color #558990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 10010000
Octal 125 211 220
Decimal 85 137 144
Hex 55 89 90

RGB Percentages of Color #558990

%23.22
%37.43
%39.34

CMYK Percentages of Color #558990

%41
%5
%0
%44

Triadic Colors of #558990

#558990 #905589 #899055

Analogous Colors of #558990

#558990 #556c90 #55907a

Monochromatic Colors of #558990

#558990

Complementary Color

#558990 #905c55

#558990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558990 Color CSS Codes

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

#558990 Text Font Color

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

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


#558990 Background Color

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

This div background color is #558990


#558990 Border Color

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

This div border color is #558990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558990


Comments

No comments written yet.

Please login to write comment.