Color Hex Logo

#576191 Color Hex

#576191
(87,97,145)
0 Favorites   0 Comments

Color spaces of #576191

RGB 8797145
HSL0.640.250.45
HSV230°40°57°
CMYK 0.400.330.00   0.43
XYZ13.316012.620028.5221
Yxy12.62000.24450.2317
Hunter Lab35.52464.7405-22.7356
CIE-Lab42.18508.8885-27.6497

#576191 color RGB value is (87,97,145).

#576191 hex color red value is 87, green value is 97 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #576191 hue: 0.64 , saturation: 0.25 and the lightness value of 576191 is 0.45.

The process color (four color CMYK) of #576191 color hex is 0.40, 0.33, 0.00, 0.43. Web safe color of #576191 is #666699. Color #576191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100001 10010001
Octal 127 141 221
Decimal 87 97 145
Hex 57 61 91

RGB Percentages of Color #576191

%26.44
%29.48
%44.07

CMYK Percentages of Color #576191

%40
%33
%0
%43

Triadic Colors of #576191

#576191 #915761 #619157

Analogous Colors of #576191

#576191 #6a5791 #577e91

Monochromatic Colors of #576191

#576191

Complementary Color

#576191 #918757

#576191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576191 Color CSS Codes

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

#576191 Text Font Color

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

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


#576191 Background Color

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

This div background color is #576191


#576191 Border Color

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

This div border color is #576191


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,97,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #576191; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #576191;
  -webkit-box-shadow: 1px 1px 3px 2px #576191;
  box-shadow:         1px 1px 3px 2px #576191; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576191


Comments

No comments written yet.

Please login to write comment.