Color Hex Logo

#578396 Color Hex

#578396
(87,131,150)
0 Favorites   0 Comments

Color spaces of #578396

RGB 87131150
HSL0.550.270.46
HSV198°42°59°
CMYK 0.420.130.00   0.41
XYZ17.551820.460831.8784
Yxy20.46080.25110.2928
Hunter Lab45.2336-9.8963-10.1211
CIE-Lab52.3543-9.9018-14.9511

#578396 color RGB value is (87,131,150).

#578396 hex color red value is 87, green value is 131 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #578396 hue: 0.55 , saturation: 0.27 and the lightness value of 578396 is 0.46.

The process color (four color CMYK) of #578396 color hex is 0.42, 0.13, 0.00, 0.41. Web safe color of #578396 is #669999. Color #578396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000011 10010110
Octal 127 203 226
Decimal 87 131 150
Hex 57 83 96

RGB Percentages of Color #578396

%23.64
%35.60
%40.76

CMYK Percentages of Color #578396

%42
%13
%0
%41

Triadic Colors of #578396

#578396 #965783 #839657

Analogous Colors of #578396

#578396 #576396 #57968a

Monochromatic Colors of #578396

#578396

Complementary Color

#578396 #966a57

#578396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#578396 Color CSS Codes

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

#578396 Text Font Color

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

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


#578396 Background Color

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

This div background color is #578396


#578396 Border Color

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

This div border color is #578396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578396


Comments

No comments written yet.

Please login to write comment.