Color Hex Logo

#598cbf Color Hex

#598CBF
(89,140,191)
0 Favorites   0 Comments

Color spaces of #598cbf

RGB 89140191
HSL0.580.440.55
HSV210°53°75°
CMYK 0.530.270.00   0.25
XYZ22.901924.641652.8395
Yxy24.64160.22810.2455
Hunter Lab49.6403-4.5183-28.3629
CIE-Lab56.7245-2.3337-31.7804

#598cbf color RGB value is (89,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 10111111
Octal 131 214 277
Decimal 89 140 191
Hex 59 8C BF

RGB Percentages of Color #598cbf

%21.19
%33.33
%45.48

CMYK Percentages of Color #598cbf

%53
%27
%0
%25

Triadic Colors of #598cbf

#598cbf #bf598c #8cbf59

Analogous Colors of #598cbf

#598cbf #5959bf #59bfbf

Monochromatic Colors of #598cbf

#598cbf

Complementary Color

#598cbf #bf8c59

#598cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cbf Color CSS Codes

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

#598cbf Text Font Color

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

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


#598cbf Background Color

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

This div background color is #598cbf


#598cbf Border Color

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

This div border color is #598cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cbf


Comments

No comments written yet.

Please login to write comment.