Color Hex Logo

#598bbe Color Hex

#598BBE
(89,139,190)
0 Favorites   0 Comments

Color spaces of #598bbe

RGB 89139190
HSL0.580.440.55
HSV210°53°75°
CMYK 0.530.270.00   0.25
XYZ22.646724.306852.2133
Yxy24.30680.22840.2451
Hunter Lab49.3019-4.2849-28.2798
CIE-Lab56.3937-2.0675-31.7275

#598bbe color RGB value is (89,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001011 10111110
Octal 131 213 276
Decimal 89 139 190
Hex 59 8B BE

RGB Percentages of Color #598bbe

%21.29
%33.25
%45.45

CMYK Percentages of Color #598bbe

%53
%27
%0
%25

Triadic Colors of #598bbe

#598bbe #be598b #8bbe59

Analogous Colors of #598bbe

#598bbe #5a59be #59bebe

Monochromatic Colors of #598bbe

#598bbe

Complementary Color

#598bbe #be8c59

#598bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#598bbe Color CSS Codes

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

#598bbe Text Font Color

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

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


#598bbe Background Color

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

This div background color is #598bbe


#598bbe Border Color

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

This div border color is #598bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598bbe


Comments

No comments written yet.

Please login to write comment.