Color Hex Logo

#587883 Color Hex

#587883
(88,120,131)
0 Favorites   0 Comments

Color spaces of #587883

RGB 88120131
HSL0.540.200.43
HSV195°33°51°
CMYK 0.330.080.00   0.49
XYZ14.837717.146324.0003
Yxy17.14630.26500.3063
Hunter Lab41.4081-8.5025-5.3791
CIE-Lab48.4438-8.5519-9.7034

#587883 color RGB value is (88,120,131).

#587883 hex color red value is 88, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #587883 hue: 0.54 , saturation: 0.20 and the lightness value of 587883 is 0.43.

The process color (four color CMYK) of #587883 color hex is 0.33, 0.08, 0.00, 0.49. Web safe color of #587883 is #666699. Color #587883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111000 10000011
Octal 130 170 203
Decimal 88 120 131
Hex 58 78 83

RGB Percentages of Color #587883

%25.96
%35.40
%38.64

CMYK Percentages of Color #587883

%33
%8
%0
%49

Triadic Colors of #587883

#587883 #835878 #788358

Analogous Colors of #587883

#587883 #586383 #588379

Monochromatic Colors of #587883

#587883

Complementary Color

#587883 #836358

#587883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#587883 Color CSS Codes

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

#587883 Text Font Color

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

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


#587883 Background Color

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

This div background color is #587883


#587883 Border Color

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

This div border color is #587883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587883


Comments

No comments written yet.

Please login to write comment.