Color Hex Logo

#5897bc Color Hex

#5897BC
(88,151,188)
0 Favorites   0 Comments

Color spaces of #5897bc

RGB 88151188
HSL0.560.430.54
HSV202°53°74°
CMYK 0.530.200.00   0.26
XYZ24.168227.838851.6766
Yxy27.83880.23310.2685
Hunter Lab52.7625-10.5713-21.1360
CIE-Lab59.7428-9.7116-25.4149

#5897bc color RGB value is (88,151,188).

#5897bc hex color red value is 88, green value is 151 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5897bc hue: 0.56 , saturation: 0.43 and the lightness value of 5897bc is 0.54.

The process color (four color CMYK) of #5897bc color hex is 0.53, 0.20, 0.00, 0.26. Web safe color of #5897bc is #6699cc. Color #5897bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010111 10111100
Octal 130 227 274
Decimal 88 151 188
Hex 58 97 BC

RGB Percentages of Color #5897bc

%20.61
%35.36
%44.03

CMYK Percentages of Color #5897bc

%53
%20
%0
%26

Triadic Colors of #5897bc

#5897bc #bc5897 #97bc58

Analogous Colors of #5897bc

#5897bc #5865bc #58bcaf

Monochromatic Colors of #5897bc

#5897bc

Complementary Color

#5897bc #bc7d58

#5897bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5897bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5897bc Color CSS Codes

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

#5897bc Text Font Color

<p style="color:#5897bc">Text here</p>

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


#5897bc Background Color

<div style="background-color:#5897bc">
Div content here</div>

This div background color is #5897bc


#5897bc Border Color

<div style="border:3px solid #5897bc">
Div here</div>

This div border color is #5897bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,151,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5897bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5897bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5897bc;
  box-shadow:         1px 1px 3px 2px #5897bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,151,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5897bc


Comments

No comments written yet.

Please login to write comment.