Color Hex Logo

#588193 Color Hex

#588193
(88,129,147)
1 Favorites   0 Comments

Color spaces of #588193

RGB 88129147
HSL0.550.250.46
HSV198°40°58°
CMYK 0.400.120.00   0.42
XYZ17.141219.881830.5379
Yxy19.88180.25370.2943
Hunter Lab44.5890-9.4106-9.3939
CIE-Lab51.7033-9.3338-14.1852

#588193 color RGB value is (88,129,147).

#588193 hex color red value is 88, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #588193 hue: 0.55 , saturation: 0.25 and the lightness value of 588193 is 0.46.

The process color (four color CMYK) of #588193 color hex is 0.40, 0.12, 0.00, 0.42. Web safe color of #588193 is #669999. Color #588193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000001 10010011
Octal 130 201 223
Decimal 88 129 147
Hex 58 81 93

RGB Percentages of Color #588193

%24.18
%35.44
%40.38

CMYK Percentages of Color #588193

%40
%12
%0
%42

Triadic Colors of #588193

#588193 #935881 #819358

Analogous Colors of #588193

#588193 #586493 #589388

Monochromatic Colors of #588193

#588193

Complementary Color

#588193 #936a58

#588193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588193 Color CSS Codes

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

#588193 Text Font Color

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

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


#588193 Background Color

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

This div background color is #588193


#588193 Border Color

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

This div border color is #588193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588193


Comments

No comments written yet.

Please login to write comment.