Color Hex Logo

#5797cb Color Hex

#5797CB
(87,151,203)
0 Favorites   0 Comments

Color spaces of #5797cb

RGB 87151203
HSL0.570.530.57
HSV207°57°80°
CMYK 0.570.260.00   0.20
XYZ25.776628.471360.6368
Yxy28.47130.22440.2478
Hunter Lab53.3585-7.1470-30.0264
CIE-Lab60.3122-5.2891-32.9738

#5797cb color RGB value is (87,151,203).

#5797cb hex color red value is 87, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5797cb hue: 0.57 , saturation: 0.53 and the lightness value of 5797cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 11001011
Octal 127 227 313
Decimal 87 151 203
Hex 57 97 CB

RGB Percentages of Color #5797cb

%19.73
%34.24
%46.03

CMYK Percentages of Color #5797cb

%57
%26
%0
%20

Triadic Colors of #5797cb

#5797cb #cb5797 #97cb57

Analogous Colors of #5797cb

#5797cb #575dcb #57cbc5

Monochromatic Colors of #5797cb

#5797cb

Complementary Color

#5797cb #cb8b57

#5797cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5797cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5797cb Color CSS Codes

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

#5797cb Text Font Color

<p style="color:#5797cb">Text here</p>

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


#5797cb Background Color

<div style="background-color:#5797cb">
Div content here</div>

This div background color is #5797cb


#5797cb Border Color

<div style="border:3px solid #5797cb">
Div here</div>

This div border color is #5797cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,151,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5797cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5797cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5797cb;
  box-shadow:         1px 1px 3px 2px #5797cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5797cb


Comments

No comments written yet.

Please login to write comment.