Color Hex Logo

#587091 Color Hex

#587091
(88,112,145)
0 Favorites   0 Comments

Color spaces of #587091

RGB 88112145
HSL0.600.240.46
HSV215°39°57°
CMYK 0.390.230.00   0.43
XYZ14.929515.707429.0330
Yxy15.70740.25020.2632
Hunter Lab39.6326-2.1164-15.6903
CIE-Lab46.58820.0005-20.8175

#587091 color RGB value is (88,112,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110000 10010001
Octal 130 160 221
Decimal 88 112 145
Hex 58 70 91

RGB Percentages of Color #587091

%25.51
%32.46
%42.03

CMYK Percentages of Color #587091

%39
%23
%0
%43

Triadic Colors of #587091

#587091 #915870 #709158

Analogous Colors of #587091

#587091 #5c5891 #588d91

Monochromatic Colors of #587091

#587091

Complementary Color

#587091 #917958

#587091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#587091 Color CSS Codes

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

#587091 Text Font Color

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

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


#587091 Background Color

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

This div background color is #587091


#587091 Border Color

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

This div border color is #587091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587091


Comments

No comments written yet.

Please login to write comment.