Color Hex Logo

#588daa Color Hex

#588DAA
(88,141,170)
0 Favorites   0 Comments

Color spaces of #588daa

RGB 88141170
HSL0.560.330.51
HSV201°48°67°
CMYK 0.480.170.00   0.33
XYZ20.805124.026741.5713
Yxy24.02670.24080.2781
Hunter Lab49.0170-10.0162-15.9719
CIE-Lab56.1145-9.5051-20.7559

#588daa color RGB value is (88,141,170).

#588daa hex color red value is 88, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #588daa hue: 0.56 , saturation: 0.33 and the lightness value of 588daa is 0.51.

The process color (four color CMYK) of #588daa color hex is 0.48, 0.17, 0.00, 0.33. Web safe color of #588daa is #669999. Color #588daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 10101010
Octal 130 215 252
Decimal 88 141 170
Hex 58 8D AA

RGB Percentages of Color #588daa

%22.06
%35.34
%42.61

CMYK Percentages of Color #588daa

%48
%17
%0
%33

Triadic Colors of #588daa

#588daa #aa588d #8daa58

Analogous Colors of #588daa

#588daa #5864aa #58aa9e

Monochromatic Colors of #588daa

#588daa

Complementary Color

#588daa #aa7558

#588daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#588daa Color CSS Codes

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

#588daa Text Font Color

<p style="color:#588daa">Text here</p>

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


#588daa Background Color

<div style="background-color:#588daa">
Div content here</div>

This div background color is #588daa


#588daa Border Color

<div style="border:3px solid #588daa">
Div here</div>

This div border color is #588daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588daa;
  -webkit-box-shadow: 1px 1px 3px 2px #588daa;
  box-shadow:         1px 1px 3px 2px #588daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,141,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588daa


Comments

No comments written yet.

Please login to write comment.