Color Hex Logo

#576aaf Color Hex

#576AAF
(87,106,175)
0 Favorites   0 Comments

Color spaces of #576aaf

RGB 87106175
HSL0.630.350.51
HSV227°50°69°
CMYK 0.500.390.00   0.31
XYZ16.822415.429542.6490
Yxy15.42950.22460.2060
Hunter Lab39.28047.7045-36.8783
CIE-Lab46.216912.5521-39.0638

#576aaf color RGB value is (87,106,175).

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

The process color (four color CMYK) of #576aaf color hex is 0.50, 0.39, 0.00, 0.31. Web safe color of #576aaf is #666699. Color #576aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101010 10101111
Octal 127 152 257
Decimal 87 106 175
Hex 57 6A AF

RGB Percentages of Color #576aaf

%23.64
%28.80
%47.55

CMYK Percentages of Color #576aaf

%50
%39
%0
%31

Triadic Colors of #576aaf

#576aaf #af576a #6aaf57

Analogous Colors of #576aaf

#576aaf #7057af #5796af

Monochromatic Colors of #576aaf

#576aaf

Complementary Color

#576aaf #af9c57

#576aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#576aaf Color CSS Codes

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

#576aaf Text Font Color

<p style="color:#576aaf">Text here</p>

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


#576aaf Background Color

<div style="background-color:#576aaf">
Div content here</div>

This div background color is #576aaf


#576aaf Border Color

<div style="border:3px solid #576aaf">
Div here</div>

This div border color is #576aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,106,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 #576aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576aaf


Comments

No comments written yet.

Please login to write comment.