Color Hex Logo

#578299 Color Hex

#578299
(87,130,153)
0 Favorites   0 Comments

Color spaces of #578299

RGB 87130153
HSL0.560.280.47
HSV201°43°60°
CMYK 0.430.150.00   0.40
XYZ17.662920.291433.1227
Yxy20.29140.24850.2855
Hunter Lab45.0460-8.8391-12.0643
CIE-Lab52.1651-8.4869-16.9832

#578299 color RGB value is (87,130,153).

#578299 hex color red value is 87, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #578299 hue: 0.56 , saturation: 0.28 and the lightness value of 578299 is 0.47.

The process color (four color CMYK) of #578299 color hex is 0.43, 0.15, 0.00, 0.40. Web safe color of #578299 is #669999. Color #578299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000010 10011001
Octal 127 202 231
Decimal 87 130 153
Hex 57 82 99

RGB Percentages of Color #578299

%23.51
%35.14
%41.35

CMYK Percentages of Color #578299

%43
%15
%0
%40

Triadic Colors of #578299

#578299 #995782 #829957

Analogous Colors of #578299

#578299 #576199 #57998f

Monochromatic Colors of #578299

#578299

Complementary Color

#578299 #996e57

#578299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#578299 Color CSS Codes

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

#578299 Text Font Color

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

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


#578299 Background Color

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

This div background color is #578299


#578299 Border Color

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

This div border color is #578299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578299


Comments

No comments written yet.

Please login to write comment.