Color Hex Logo

#39556f Color Hex

#39556F
(57,85,111)
0 Favorites   0 Comments

Color spaces of #39556f

RGB 5785111
HSL0.580.320.33
HSV209°49°44°
CMYK 0.490.230.00   0.56
XYZ7.80518.514616.2710
Yxy8.51460.23950.2613
Hunter Lab29.1798-3.3189-12.6350
CIE-Lab35.0324-2.6388-18.1455

#39556f color RGB value is (57,85,111).

#39556f hex color red value is 57, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #39556f hue: 0.58 , saturation: 0.32 and the lightness value of 39556f is 0.33.

The process color (four color CMYK) of #39556f color hex is 0.49, 0.23, 0.00, 0.56. Web safe color of #39556f is #336666. Color #39556f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010101 01101111
Octal 71 125 157
Decimal 57 85 111
Hex 39 55 6F

RGB Percentages of Color #39556f

%22.53
%33.60
%43.87

CMYK Percentages of Color #39556f

%49
%23
%0
%56

Triadic Colors of #39556f

#39556f #6f3955 #556f39

Analogous Colors of #39556f

#39556f #393a6f #396f6e

Monochromatic Colors of #39556f

#39556f

Complementary Color

#39556f #6f5339

#39556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#39556f Color CSS Codes

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

#39556f Text Font Color

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

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


#39556f Background Color

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

This div background color is #39556f


#39556f Border Color

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

This div border color is #39556f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,85,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39556f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39556f;
  -webkit-box-shadow: 1px 1px 3px 2px #39556f;
  box-shadow:         1px 1px 3px 2px #39556f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,85,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39556f

#39556f Color Palettes


Comments

No comments written yet.

Please login to write comment.