Color Hex Logo

#595bac Color Hex

#595BAC
(89,91,172)
0 Favorites   0 Comments

Color spaces of #595bac

RGB 8991172
HSL0.660.330.51
HSV239°48°67°
CMYK 0.480.470.00   0.33
XYZ15.307312.584640.6520
Yxy12.58460.22330.1836
Hunter Lab35.474814.9415-43.1105
CIE-Lab42.130621.4714-43.7887

#595bac color RGB value is (89,91,172).

#595bac hex color red value is 89, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #595bac hue: 0.66 , saturation: 0.33 and the lightness value of 595bac is 0.51.

The process color (four color CMYK) of #595bac color hex is 0.48, 0.47, 0.00, 0.33. Web safe color of #595bac is #666699. Color #595bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011011 10101100
Octal 131 133 254
Decimal 89 91 172
Hex 59 5B AC

RGB Percentages of Color #595bac

%25.28
%25.85
%48.86

CMYK Percentages of Color #595bac

%48
%47
%0
%33

Triadic Colors of #595bac

#595bac #ac595b #5bac59

Analogous Colors of #595bac

#595bac #8159ac #5985ac

Monochromatic Colors of #595bac

#595bac

Complementary Color

#595bac #acaa59

#595bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#595bac Color CSS Codes

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

#595bac Text Font Color

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

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


#595bac Background Color

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

This div background color is #595bac


#595bac Border Color

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

This div border color is #595bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595bac


Comments

No comments written yet.

Please login to write comment.