Color Hex Logo

#558aaf Color Hex

#558AAF
(85,138,175)
0 Favorites   0 Comments

Color spaces of #558aaf

RGB 85138175
HSL0.570.360.51
HSV205°51°69°
CMYK 0.510.210.00   0.31
XYZ20.572723.203443.9518
Yxy23.20340.23450.2645
Hunter Lab48.1699-8.0625-20.3792
CIE-Lab55.2812-7.0396-24.9108

#558aaf color RGB value is (85,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 10101111
Octal 125 212 257
Decimal 85 138 175
Hex 55 8A AF

RGB Percentages of Color #558aaf

%21.36
%34.67
%43.97

CMYK Percentages of Color #558aaf

%51
%21
%0
%31

Triadic Colors of #558aaf

#558aaf #af558a #8aaf55

Analogous Colors of #558aaf

#558aaf #555daf #55afa7

Monochromatic Colors of #558aaf

#558aaf

Complementary Color

#558aaf #af7a55

#558aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558aaf Color CSS Codes

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

#558aaf Text Font Color

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

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


#558aaf Background Color

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

This div background color is #558aaf


#558aaf Border Color

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

This div border color is #558aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558aaf


Comments

No comments written yet.

Please login to write comment.