Color Hex Logo

#587191 Color Hex

#587191
(88,113,145)
0 Favorites   0 Comments

Color spaces of #587191

RGB 88113145
HSL0.590.240.46
HSV214°39°57°
CMYK 0.390.220.00   0.43
XYZ15.040515.929329.0700
Yxy15.92930.25050.2653
Hunter Lab39.9115-2.5782-15.2465
CIE-Lab46.8816-0.5970-20.3664

#587191 color RGB value is (88,113,145).

#587191 hex color red value is 88, green value is 113 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #587191 hue: 0.59 , saturation: 0.24 and the lightness value of 587191 is 0.46.

The process color (four color CMYK) of #587191 color hex is 0.39, 0.22, 0.00, 0.43. Web safe color of #587191 is #666699. Color #587191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110001 10010001
Octal 130 161 221
Decimal 88 113 145
Hex 58 71 91

RGB Percentages of Color #587191

%25.43
%32.66
%41.91

CMYK Percentages of Color #587191

%39
%22
%0
%43

Triadic Colors of #587191

#587191 #915871 #719158

Analogous Colors of #587191

#587191 #5b5891 #588e91

Monochromatic Colors of #587191

#587191

Complementary Color

#587191 #917858

#587191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#587191 Color CSS Codes

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

#587191 Text Font Color

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

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


#587191 Background Color

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

This div background color is #587191


#587191 Border Color

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

This div border color is #587191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587191


Comments

No comments written yet.

Please login to write comment.