Color Hex Logo

#5598ad Color Hex

#5598AD
(85,152,173)
0 Favorites   0 Comments

Color spaces of #5598ad

RGB 85152173
HSL0.540.350.51
HSV194°51°68°
CMYK 0.510.120.00   0.32
XYZ22.517427.404943.6380
Yxy27.40490.24070.2929
Hunter Lab52.3497-14.8330-12.7786
CIE-Lab59.3472-15.3895-17.5478

#5598ad color RGB value is (85,152,173).

#5598ad hex color red value is 85, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5598ad hue: 0.54 , saturation: 0.35 and the lightness value of 5598ad is 0.51.

The process color (four color CMYK) of #5598ad color hex is 0.51, 0.12, 0.00, 0.32. Web safe color of #5598ad is #669999. Color #5598ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 10101101
Octal 125 230 255
Decimal 85 152 173
Hex 55 98 AD

RGB Percentages of Color #5598ad

%20.73
%37.07
%42.20

CMYK Percentages of Color #5598ad

%51
%12
%0
%32

Triadic Colors of #5598ad

#5598ad #ad5598 #98ad55

Analogous Colors of #5598ad

#5598ad #556cad #55ad96

Monochromatic Colors of #5598ad

#5598ad

Complementary Color

#5598ad #ad6a55

#5598ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5598ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5598ad Color CSS Codes

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

#5598ad Text Font Color

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

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


#5598ad Background Color

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

This div background color is #5598ad


#5598ad Border Color

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

This div border color is #5598ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,152,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5598ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5598ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5598ad;
  box-shadow:         1px 1px 3px 2px #5598ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5598ad


Comments

No comments written yet.

Please login to write comment.