Color Hex Logo

#5477b8 Color Hex

#5477B8
(84,119,184)
0 Favorites   0 Comments

Color spaces of #5477b8

RGB 84119184
HSL0.610.410.53
HSV219°54°72°
CMYK 0.540.350.00   0.28
XYZ18.904718.539247.9294
Yxy18.53920.22140.2172
Hunter Lab43.05723.0222-35.8591
CIE-Lab50.14376.7619-38.0994

#5477b8 color RGB value is (84,119,184).

#5477b8 hex color red value is 84, green value is 119 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #5477b8 hue: 0.61 , saturation: 0.41 and the lightness value of 5477b8 is 0.53.

The process color (four color CMYK) of #5477b8 color hex is 0.54, 0.35, 0.00, 0.28. Web safe color of #5477b8 is #6666cc. Color #5477b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 10111000
Octal 124 167 270
Decimal 84 119 184
Hex 54 77 B8

RGB Percentages of Color #5477b8

%21.71
%30.75
%47.55

CMYK Percentages of Color #5477b8

%54
%35
%0
%28

Triadic Colors of #5477b8

#5477b8 #b85477 #77b854

Analogous Colors of #5477b8

#5477b8 #6354b8 #54a9b8

Monochromatic Colors of #5477b8

#5477b8

Complementary Color

#5477b8 #b89554

#5477b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5477b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5477b8 Color CSS Codes

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

#5477b8 Text Font Color

<p style="color:#5477b8">Text here</p>

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


#5477b8 Background Color

<div style="background-color:#5477b8">
Div content here</div>

This div background color is #5477b8


#5477b8 Border Color

<div style="border:3px solid #5477b8">
Div here</div>

This div border color is #5477b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,119,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5477b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5477b8;
  -webkit-box-shadow: 1px 1px 3px 2px #5477b8;
  box-shadow:         1px 1px 3px 2px #5477b8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,119,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5477b8


Comments

No comments written yet.

Please login to write comment.