Color Hex Logo

#5594ae Color Hex

#5594AE
(85,148,174)
0 Favorites   0 Comments

Color spaces of #5594ae

RGB 85148174
HSL0.550.350.51
HSV198°51°68°
CMYK 0.510.150.00   0.32
XYZ21.976226.167143.9369
Yxy26.16710.23870.2842
Hunter Lab51.1538-12.8337-15.1176
CIE-Lab58.1953-12.9231-19.8698

#5594ae color RGB value is (85,148,174).

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

The process color (four color CMYK) of #5594ae color hex is 0.51, 0.15, 0.00, 0.32. Web safe color of #5594ae is #669999. Color #5594ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010100 10101110
Octal 125 224 256
Decimal 85 148 174
Hex 55 94 AE

RGB Percentages of Color #5594ae

%20.88
%36.36
%42.75

CMYK Percentages of Color #5594ae

%51
%15
%0
%32

Triadic Colors of #5594ae

#5594ae #ae5594 #94ae55

Analogous Colors of #5594ae

#5594ae #5568ae #55ae9c

Monochromatic Colors of #5594ae

#5594ae

Complementary Color

#5594ae #ae6f55

#5594ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5594ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5594ae Color CSS Codes

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

#5594ae Text Font Color

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

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


#5594ae Background Color

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

This div background color is #5594ae


#5594ae Border Color

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

This div border color is #5594ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5594ae


Comments

No comments written yet.

Please login to write comment.