Color Hex Logo

#5797be Color Hex

#5797BE
(87,151,190)
0 Favorites   0 Comments

Color spaces of #5797be

RGB 87151190
HSL0.560.440.54
HSV203°54°75°
CMYK 0.540.210.00   0.25
XYZ24.291427.877252.8157
Yxy27.87720.23140.2655
Hunter Lab52.7989-10.2747-22.3497
CIE-Lab59.7776-9.3243-26.4929

#5797be color RGB value is (87,151,190).

#5797be hex color red value is 87, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5797be hue: 0.56 , saturation: 0.44 and the lightness value of 5797be is 0.54.

The process color (four color CMYK) of #5797be color hex is 0.54, 0.21, 0.00, 0.25. Web safe color of #5797be is #6699cc. Color #5797be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 10111110
Octal 127 227 276
Decimal 87 151 190
Hex 57 97 BE

RGB Percentages of Color #5797be

%20.33
%35.28
%44.39

CMYK Percentages of Color #5797be

%54
%21
%0
%25

Triadic Colors of #5797be

#5797be #be5797 #97be57

Analogous Colors of #5797be

#5797be #5764be #57beb2

Monochromatic Colors of #5797be

#5797be

Complementary Color

#5797be #be7e57

#5797be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5797be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5797be Color CSS Codes

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

#5797be Text Font Color

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

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


#5797be Background Color

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

This div background color is #5797be


#5797be Border Color

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

This div border color is #5797be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,151,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 #5797be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5797be


Comments

No comments written yet.

Please login to write comment.