Color Hex Logo

#576386 Color Hex

#576386
(87,99,134)
0 Favorites   0 Comments

Color spaces of #576386

RGB 8799134
HSL0.620.210.43
HSV225°35°53°
CMYK 0.350.260.00   0.47
XYZ12.695412.671124.3309
Yxy12.67110.25550.2550
Hunter Lab35.59651.3677-15.6083
CIE-Lab42.26344.4518-20.9115

#576386 color RGB value is (87,99,134).

#576386 hex color red value is 87, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #576386 hue: 0.62 , saturation: 0.21 and the lightness value of 576386 is 0.43.

The process color (four color CMYK) of #576386 color hex is 0.35, 0.26, 0.00, 0.47. Web safe color of #576386 is #666699. Color #576386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100011 10000110
Octal 127 143 206
Decimal 87 99 134
Hex 57 63 86

RGB Percentages of Color #576386

%27.19
%30.94
%41.88

CMYK Percentages of Color #576386

%35
%26
%0
%47

Triadic Colors of #576386

#576386 #865763 #638657

Analogous Colors of #576386

#576386 #635786 #577b86

Monochromatic Colors of #576386

#576386

Complementary Color

#576386 #867a57

#576386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576386 Color CSS Codes

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

#576386 Text Font Color

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

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


#576386 Background Color

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

This div background color is #576386


#576386 Border Color

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

This div border color is #576386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576386


Comments

No comments written yet.

Please login to write comment.