Color Hex Logo

#5775ba Color Hex

#5775BA
(87,117,186)
0 Favorites   0 Comments

Color spaces of #5775ba

RGB 87117186
HSL0.620.420.54
HSV222°53°73°
CMYK 0.530.370.00   0.27
XYZ19.154718.294048.9759
Yxy18.29400.22160.2117
Hunter Lab42.77155.0890-37.9505
CIE-Lab49.85089.3053-39.7037

#5775ba color RGB value is (87,117,186).

#5775ba hex color red value is 87, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5775ba hue: 0.62 , saturation: 0.42 and the lightness value of 5775ba is 0.54.

The process color (four color CMYK) of #5775ba color hex is 0.53, 0.37, 0.00, 0.27. Web safe color of #5775ba is #6666cc. Color #5775ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110101 10111010
Octal 127 165 272
Decimal 87 117 186
Hex 57 75 BA

RGB Percentages of Color #5775ba

%22.31
%30.00
%47.69

CMYK Percentages of Color #5775ba

%53
%37
%0
%27

Triadic Colors of #5775ba

#5775ba #ba5775 #75ba57

Analogous Colors of #5775ba

#5775ba #6b57ba #57a7ba

Monochromatic Colors of #5775ba

#5775ba

Complementary Color

#5775ba #ba9c57

#5775ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5775ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5775ba Color CSS Codes

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

#5775ba Text Font Color

<p style="color:#5775ba">Text here</p>

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


#5775ba Background Color

<div style="background-color:#5775ba">
Div content here</div>

This div background color is #5775ba


#5775ba Border Color

<div style="border:3px solid #5775ba">
Div here</div>

This div border color is #5775ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,117,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5775ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5775ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5775ba;
  box-shadow:         1px 1px 3px 2px #5775ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5775ba


Comments

No comments written yet.

Please login to write comment.