Color Hex Logo

#598abf Color Hex

#598ABF
(89,138,191)
0 Favorites   0 Comments

Color spaces of #598abf

RGB 89138191
HSL0.590.440.55
HSV211°53°75°
CMYK 0.530.280.00   0.25
XYZ22.612324.062452.7429
Yxy24.06240.22740.2420
Hunter Lab49.0534-3.5599-29.4120
CIE-Lab56.1502-1.1752-32.6748

#598abf color RGB value is (89,138,191).

#598abf hex color red value is 89, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #598abf hue: 0.59 , saturation: 0.44 and the lightness value of 598abf is 0.55.

The process color (four color CMYK) of #598abf color hex is 0.53, 0.28, 0.00, 0.25. Web safe color of #598abf is #6699cc. Color #598abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 10111111
Octal 131 212 277
Decimal 89 138 191
Hex 59 8A BF

RGB Percentages of Color #598abf

%21.29
%33.01
%45.69

CMYK Percentages of Color #598abf

%53
%28
%0
%25

Triadic Colors of #598abf

#598abf #bf598a #8abf59

Analogous Colors of #598abf

#598abf #5b59bf #59bdbf

Monochromatic Colors of #598abf

#598abf

Complementary Color

#598abf #bf8e59

#598abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#598abf Color CSS Codes

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

#598abf Text Font Color

<p style="color:#598abf">Text here</p>

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


#598abf Background Color

<div style="background-color:#598abf">
Div content here</div>

This div background color is #598abf


#598abf Border Color

<div style="border:3px solid #598abf">
Div here</div>

This div border color is #598abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,138,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 #598abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598abf


Comments

No comments written yet.

Please login to write comment.