Color Hex Logo

#558aae Color Hex

#558AAE
(85,138,174)
0 Favorites   0 Comments

Color spaces of #558aae

RGB 85138174
HSL0.570.350.51
HSV204°51°68°
CMYK 0.510.210.00   0.32
XYZ20.474823.164243.4364
Yxy23.16420.23510.2660
Hunter Lab48.1292-8.2898-19.8185
CIE-Lab55.2411-7.3434-24.4000

#558aae color RGB value is (85,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 10101110
Octal 125 212 256
Decimal 85 138 174
Hex 55 8A AE

RGB Percentages of Color #558aae

%21.41
%34.76
%43.83

CMYK Percentages of Color #558aae

%51
%21
%0
%32

Triadic Colors of #558aae

#558aae #ae558a #8aae55

Analogous Colors of #558aae

#558aae #555eae #55aea6

Monochromatic Colors of #558aae

#558aae

Complementary Color

#558aae #ae7955

#558aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#558aae Color CSS Codes

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

#558aae Text Font Color

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

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


#558aae Background Color

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

This div background color is #558aae


#558aae Border Color

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

This div border color is #558aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558aae


Comments

No comments written yet.

Please login to write comment.