Color Hex Logo

#595fba Color Hex

#595FBA
(89,95,186)
0 Favorites   0 Comments

Color spaces of #595fba

RGB 8995186
HSL0.660.410.54
HSV236°52°73°
CMYK 0.520.490.00   0.27
XYZ17.075013.853448.2284
Yxy13.85340.21570.1750
Hunter Lab37.220216.7528-50.7715
CIE-Lab44.022023.4113-48.9698

#595fba color RGB value is (89,95,186).

#595fba hex color red value is 89, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #595fba hue: 0.66 , saturation: 0.41 and the lightness value of 595fba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 10111010
Octal 131 137 272
Decimal 89 95 186
Hex 59 5F BA

RGB Percentages of Color #595fba

%24.05
%25.68
%50.27

CMYK Percentages of Color #595fba

%52
%49
%0
%27

Triadic Colors of #595fba

#595fba #ba595f #5fba59

Analogous Colors of #595fba

#595fba #8459ba #5990ba

Monochromatic Colors of #595fba

#595fba

Complementary Color

#595fba #bab459

#595fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#595fba Color CSS Codes

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

#595fba Text Font Color

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

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


#595fba Background Color

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

This div background color is #595fba


#595fba Border Color

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

This div border color is #595fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595fba


Comments

No comments written yet.

Please login to write comment.