Color Hex Logo

#594fbf Color Hex

#594FBF
(89,79,191)
0 Favorites   0 Comments

Color spaces of #594fbf

RGB 8979191
HSL0.680.470.53
HSV245°59°75°
CMYK 0.530.590.00   0.25
XYZ16.319811.477450.6454
Yxy11.47740.20800.1463
Hunter Lab33.878326.6997-64.9190
CIE-Lab40.373234.9166-57.7662

#594fbf color RGB value is (89,79,191).

#594fbf hex color red value is 89, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #594fbf hue: 0.68 , saturation: 0.47 and the lightness value of 594fbf is 0.53.

The process color (four color CMYK) of #594fbf color hex is 0.53, 0.59, 0.00, 0.25. Web safe color of #594fbf is #6666cc. Color #594fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 10111111
Octal 131 117 277
Decimal 89 79 191
Hex 59 4F BF

RGB Percentages of Color #594fbf

%24.79
%22.01
%53.20

CMYK Percentages of Color #594fbf

%53
%59
%0
%25

Triadic Colors of #594fbf

#594fbf #bf594f #4fbf59

Analogous Colors of #594fbf

#594fbf #914fbf #4f7dbf

Monochromatic Colors of #594fbf

#594fbf

Complementary Color

#594fbf #b5bf4f

#594fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fbf Color CSS Codes

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

#594fbf Text Font Color

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

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


#594fbf Background Color

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

This div background color is #594fbf


#594fbf Border Color

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

This div border color is #594fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,79,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #594fbf;
  box-shadow:         1px 1px 3px 2px #594fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fbf


Comments

No comments written yet.

Please login to write comment.