Color Hex Logo

#588088 Color Hex

#588088
(88,128,136)
0 Favorites   0 Comments

Color spaces of #588088

RGB 88128136
HSL0.530.210.44
HSV190°35°53°
CMYK 0.350.060.00   0.47
XYZ16.187619.290626.1628
Yxy19.29060.26260.3130
Hunter Lab43.9211-11.0737-4.5730
CIE-Lab51.0255-11.7509-8.7771

#588088 color RGB value is (88,128,136).

#588088 hex color red value is 88, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #588088 hue: 0.53 , saturation: 0.21 and the lightness value of 588088 is 0.44.

The process color (four color CMYK) of #588088 color hex is 0.35, 0.06, 0.00, 0.47. Web safe color of #588088 is #669999. Color #588088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000000 10001000
Octal 130 200 210
Decimal 88 128 136
Hex 58 80 88

RGB Percentages of Color #588088

%25.00
%36.36
%38.64

CMYK Percentages of Color #588088

%35
%6
%0
%47

Triadic Colors of #588088

#588088 #885880 #808858

Analogous Colors of #588088

#588088 #586888 #588878

Monochromatic Colors of #588088

#588088

Complementary Color

#588088 #886058

#588088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588088 Color CSS Codes

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

#588088 Text Font Color

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

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


#588088 Background Color

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

This div background color is #588088


#588088 Border Color

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

This div border color is #588088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,128,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588088;
  -webkit-box-shadow: 1px 1px 3px 2px #588088;
  box-shadow:         1px 1px 3px 2px #588088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588088


Comments

No comments written yet.

Please login to write comment.