Color Hex Logo

#558eae Color Hex

#558EAE
(85,142,174)
0 Favorites   0 Comments

Color spaces of #558eae

RGB 85142174
HSL0.560.350.51
HSV202°51°68°
CMYK 0.510.180.00   0.32
XYZ21.059324.333343.6313
Yxy24.33330.23660.2733
Hunter Lab49.3288-10.1207-17.9118
CIE-Lab56.4200-9.5994-22.5873

#558eae color RGB value is (85,142,174).

#558eae hex color red value is 85, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #558eae hue: 0.56 , saturation: 0.35 and the lightness value of 558eae is 0.51.

The process color (four color CMYK) of #558eae color hex is 0.51, 0.18, 0.00, 0.32. Web safe color of #558eae is #669999. Color #558eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 10101110
Octal 125 216 256
Decimal 85 142 174
Hex 55 8E AE

RGB Percentages of Color #558eae

%21.20
%35.41
%43.39

CMYK Percentages of Color #558eae

%51
%18
%0
%32

Triadic Colors of #558eae

#558eae #ae558e #8eae55

Analogous Colors of #558eae

#558eae #5562ae #55aea2

Monochromatic Colors of #558eae

#558eae

Complementary Color

#558eae #ae7555

#558eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#558eae Color CSS Codes

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

#558eae Text Font Color

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

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


#558eae Background Color

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

This div background color is #558eae


#558eae Border Color

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

This div border color is #558eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,142,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558eae;
  -webkit-box-shadow: 1px 1px 3px 2px #558eae;
  box-shadow:         1px 1px 3px 2px #558eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558eae


Comments

No comments written yet.

Please login to write comment.