Color Hex Logo

#5998ba Color Hex

#5998BA
(89,152,186)
0 Favorites   0 Comments

Color spaces of #5998ba

RGB 89152186
HSL0.560.410.54
HSV201°52°73°
CMYK 0.520.180.00   0.27
XYZ24.211028.125550.6071
Yxy28.12550.23520.2732
Hunter Lab53.0335-11.3192-19.4539
CIE-Lab60.0020-10.6417-23.8844

#5998ba color RGB value is (89,152,186).

#5998ba hex color red value is 89, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5998ba hue: 0.56 , saturation: 0.41 and the lightness value of 5998ba is 0.54.

The process color (four color CMYK) of #5998ba color hex is 0.52, 0.18, 0.00, 0.27. Web safe color of #5998ba is #6699cc. Color #5998ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011000 10111010
Octal 131 230 272
Decimal 89 152 186
Hex 59 98 BA

RGB Percentages of Color #5998ba

%20.84
%35.60
%43.56

CMYK Percentages of Color #5998ba

%52
%18
%0
%27

Triadic Colors of #5998ba

#5998ba #ba5998 #98ba59

Analogous Colors of #5998ba

#5998ba #5968ba #59baac

Monochromatic Colors of #5998ba

#5998ba

Complementary Color

#5998ba #ba7b59

#5998ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5998ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5998ba Color CSS Codes

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

#5998ba Text Font Color

<p style="color:#5998ba">Text here</p>

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


#5998ba Background Color

<div style="background-color:#5998ba">
Div content here</div>

This div background color is #5998ba


#5998ba Border Color

<div style="border:3px solid #5998ba">
Div here</div>

This div border color is #5998ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5998ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5998ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5998ba;
  box-shadow:         1px 1px 3px 2px #5998ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5998ba


Comments

No comments written yet.

Please login to write comment.