Color Hex Logo

#595088 Color Hex

#595088
(89,80,136)
0 Favorites   0 Comments

Color spaces of #595088

RGB 8980136
HSL0.690.260.42
HSV250°41°53°
CMYK 0.350.410.00   0.47
XYZ11.43249.638724.5505
Yxy9.63870.25060.2113
Hunter Lab31.046311.3995-25.1525
CIE-Lab37.186017.5639-30.0297

#595088 color RGB value is (89,80,136).

#595088 hex color red value is 89, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #595088 hue: 0.69 , saturation: 0.26 and the lightness value of 595088 is 0.42.

The process color (four color CMYK) of #595088 color hex is 0.35, 0.41, 0.00, 0.47. Web safe color of #595088 is #666699. Color #595088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 10001000
Octal 131 120 210
Decimal 89 80 136
Hex 59 50 88

RGB Percentages of Color #595088

%29.18
%26.23
%44.59

CMYK Percentages of Color #595088

%35
%41
%0
%47

Triadic Colors of #595088

#595088 #885950 #508859

Analogous Colors of #595088

#595088 #755088 #506388

Monochromatic Colors of #595088

#595088

Complementary Color

#595088 #7f8850

#595088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595088 Color CSS Codes

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

#595088 Text Font Color

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

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


#595088 Background Color

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

This div background color is #595088


#595088 Border Color

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

This div border color is #595088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595088


Comments

No comments written yet.

Please login to write comment.