Color Hex Logo

#588baf Color Hex

#588BAF
(88,139,175)
0 Favorites   0 Comments

Color spaces of #588baf

RGB 88139175
HSL0.570.350.52
HSV205°50°69°
CMYK 0.500.210.00   0.31
XYZ20.995023.635144.0129
Yxy23.63510.23680.2666
Hunter Lab48.6159-7.9919-19.6452
CIE-Lab55.7206-6.8931-24.2217

#588baf color RGB value is (88,139,175).

#588baf hex color red value is 88, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #588baf hue: 0.57 , saturation: 0.35 and the lightness value of 588baf is 0.52.

The process color (four color CMYK) of #588baf color hex is 0.50, 0.21, 0.00, 0.31. Web safe color of #588baf is #669999. Color #588baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 10101111
Octal 130 213 257
Decimal 88 139 175
Hex 58 8B AF

RGB Percentages of Color #588baf

%21.89
%34.58
%43.53

CMYK Percentages of Color #588baf

%50
%21
%0
%31

Triadic Colors of #588baf

#588baf #af588b #8baf58

Analogous Colors of #588baf

#588baf #585faf #58afa8

Monochromatic Colors of #588baf

#588baf

Complementary Color

#588baf #af7c58

#588baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#588baf Color CSS Codes

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

#588baf Text Font Color

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

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


#588baf Background Color

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

This div background color is #588baf


#588baf Border Color

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

This div border color is #588baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,139,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 #588baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588baf


Comments

No comments written yet.

Please login to write comment.