Color Hex Logo

#5c7391 Color Hex

#5C7391
(92,115,145)
0 Favorites   0 Comments

Color spaces of #5c7391

RGB 92115145
HSL0.590.220.46
HSV214°37°57°
CMYK 0.370.210.00   0.43
XYZ15.655216.581129.1634
Yxy16.58110.25500.2701
Hunter Lab40.7199-2.6336-13.9593
CIE-Lab47.7278-0.6093-19.0451

#5c7391 color RGB value is (92,115,145).

#5c7391 hex color red value is 92, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #5c7391 hue: 0.59 , saturation: 0.22 and the lightness value of 5c7391 is 0.46.

The process color (four color CMYK) of #5c7391 color hex is 0.37, 0.21, 0.00, 0.43. Web safe color of #5c7391 is #666699. Color #5c7391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110011 10010001
Octal 134 163 221
Decimal 92 115 145
Hex 5C 73 91

RGB Percentages of Color #5c7391

%26.14
%32.67
%41.19

CMYK Percentages of Color #5c7391

%37
%21
%0
%43

Triadic Colors of #5c7391

#5c7391 #915c73 #73915c

Analogous Colors of #5c7391

#5c7391 #605c91 #5c8e91

Monochromatic Colors of #5c7391

#5c7391

Complementary Color

#5c7391 #917a5c

#5c7391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c7391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c7391 Color CSS Codes

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

#5c7391 Text Font Color

<p style="color:#5c7391">Text here</p>

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


#5c7391 Background Color

<div style="background-color:#5c7391">
Div content here</div>

This div background color is #5c7391


#5c7391 Border Color

<div style="border:3px solid #5c7391">
Div here</div>

This div border color is #5c7391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,115,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c7391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c7391;
  -webkit-box-shadow: 1px 1px 3px 2px #5c7391;
  box-shadow:         1px 1px 3px 2px #5c7391; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,115,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c7391


Comments

No comments written yet.

Please login to write comment.