Color Hex Logo

#595cb6 Color Hex

#595CB6
(89,92,182)
0 Favorites   0 Comments

Color spaces of #595cb6

RGB 8992182
HSL0.660.390.53
HSV238°51°71°
CMYK 0.510.490.00   0.29
XYZ16.390513.155545.9314
Yxy13.15550.21720.1743
Hunter Lab36.270517.1900-49.6929
CIE-Lab42.996624.0094-48.2778

#595cb6 color RGB value is (89,92,182).

#595cb6 hex color red value is 89, green value is 92 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #595cb6 hue: 0.66 , saturation: 0.39 and the lightness value of 595cb6 is 0.53.

The process color (four color CMYK) of #595cb6 color hex is 0.51, 0.49, 0.00, 0.29. Web safe color of #595cb6 is #6666cc. Color #595cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 10110110
Octal 131 134 266
Decimal 89 92 182
Hex 59 5C B6

RGB Percentages of Color #595cb6

%24.52
%25.34
%50.14

CMYK Percentages of Color #595cb6

%51
%49
%0
%29

Triadic Colors of #595cb6

#595cb6 #b6595c #5cb659

Analogous Colors of #595cb6

#595cb6 #8559b6 #598bb6

Monochromatic Colors of #595cb6

#595cb6

Complementary Color

#595cb6 #b6b359

#595cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595cb6 Color CSS Codes

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

#595cb6 Text Font Color

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

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


#595cb6 Background Color

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

This div background color is #595cb6


#595cb6 Border Color

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

This div border color is #595cb6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,92,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595cb6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595cb6;
  -webkit-box-shadow: 1px 1px 3px 2px #595cb6;
  box-shadow:         1px 1px 3px 2px #595cb6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,92,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595cb6


Comments

No comments written yet.

Please login to write comment.