Color Hex Logo

#578baf Color Hex

#578BAF
(87,139,175)
0 Favorites   0 Comments

Color spaces of #578baf

RGB 87139175
HSL0.570.350.51
HSV205°50°69°
CMYK 0.500.210.00   0.31
XYZ20.901023.586644.0085
Yxy23.58660.23620.2665
Hunter Lab48.5660-8.1709-19.7299
CIE-Lab55.6715-7.1332-24.3014

#578baf color RGB value is (87,139,175).

#578baf hex color red value is 87, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #578baf hue: 0.57 , saturation: 0.35 and the lightness value of 578baf is 0.51.

The process color (four color CMYK) of #578baf color hex is 0.50, 0.21, 0.00, 0.31. Web safe color of #578baf is #669999. Color #578baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001011 10101111
Octal 127 213 257
Decimal 87 139 175
Hex 57 8B AF

RGB Percentages of Color #578baf

%21.70
%34.66
%43.64

CMYK Percentages of Color #578baf

%50
%21
%0
%31

Triadic Colors of #578baf

#578baf #af578b #8baf57

Analogous Colors of #578baf

#578baf #575faf #57afa7

Monochromatic Colors of #578baf

#578baf

Complementary Color

#578baf #af7b57

#578baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#578baf Color CSS Codes

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

#578baf Text Font Color

<p style="color:#578baf">Text here</p>

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


#578baf Background Color

<div style="background-color:#578baf">
Div content here</div>

This div background color is #578baf


#578baf Border Color

<div style="border:3px solid #578baf">
Div here</div>

This div border color is #578baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,139,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #578baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #578baf;
  -webkit-box-shadow: 1px 1px 3px 2px #578baf;
  box-shadow:         1px 1px 3px 2px #578baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578baf

#578baf Color Palettes


Comments

No comments written yet.

Please login to write comment.