Color Hex Logo

#595dbb Color Hex

#595DBB
(89,93,187)
0 Favorites   0 Comments

Color spaces of #595dbb

RGB 8993187
HSL0.660.420.54
HSV238°52°73°
CMYK 0.520.500.00   0.27
XYZ17.003813.540448.7311
Yxy13.54040.21450.1708
Hunter Lab36.797318.0885-52.7604
CIE-Lab43.566524.9820-50.2830

#595dbb color RGB value is (89,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 10111011
Octal 131 135 273
Decimal 89 93 187
Hex 59 5D BB

RGB Percentages of Color #595dbb

%24.12
%25.20
%50.68

CMYK Percentages of Color #595dbb

%52
%50
%0
%27

Triadic Colors of #595dbb

#595dbb #bb595d #5dbb59

Analogous Colors of #595dbb

#595dbb #8659bb #598ebb

Monochromatic Colors of #595dbb

#595dbb

Complementary Color

#595dbb #bbb759

#595dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#595dbb Color CSS Codes

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

#595dbb Text Font Color

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

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


#595dbb Background Color

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

This div background color is #595dbb


#595dbb Border Color

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

This div border color is #595dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595dbb


Comments

No comments written yet.

Please login to write comment.