Color Hex Logo

#5774a7 Color Hex

#5774A7
(87,116,167)
0 Favorites   0 Comments

Color spaces of #5774a7

RGB 87116167
HSL0.610.310.50
HSV218°48°65°
CMYK 0.480.310.00   0.35
XYZ17.150917.307038.9959
Yxy17.30700.23350.2356
Hunter Lab41.60170.7863-26.4551
CIE-Lab48.64463.9037-30.5748

#5774a7 color RGB value is (87,116,167).

#5774a7 hex color red value is 87, green value is 116 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #5774a7 hue: 0.61 , saturation: 0.31 and the lightness value of 5774a7 is 0.50.

The process color (four color CMYK) of #5774a7 color hex is 0.48, 0.31, 0.00, 0.35. Web safe color of #5774a7 is #666699. Color #5774a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110100 10100111
Octal 127 164 247
Decimal 87 116 167
Hex 57 74 A7

RGB Percentages of Color #5774a7

%23.51
%31.35
%45.14

CMYK Percentages of Color #5774a7

%48
%31
%0
%35

Triadic Colors of #5774a7

#5774a7 #a75774 #74a757

Analogous Colors of #5774a7

#5774a7 #6257a7 #579ca7

Monochromatic Colors of #5774a7

#5774a7

Complementary Color

#5774a7 #a78a57

#5774a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5774a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5774a7 Color CSS Codes

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

#5774a7 Text Font Color

<p style="color:#5774a7">Text here</p>

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


#5774a7 Background Color

<div style="background-color:#5774a7">
Div content here</div>

This div background color is #5774a7


#5774a7 Border Color

<div style="border:3px solid #5774a7">
Div here</div>

This div border color is #5774a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,116,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5774a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5774a7;
  -webkit-box-shadow: 1px 1px 3px 2px #5774a7;
  box-shadow:         1px 1px 3px 2px #5774a7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5774a7


Comments

No comments written yet.

Please login to write comment.