Color Hex Logo

#355760 Color Hex

#355760
(53,87,96)
0 Favorites   0 Comments

Color spaces of #355760

RGB 538796
HSL0.530.290.29
HSV193°45°38°
CMYK 0.450.090.00   0.62
XYZ6.98778.417812.3228
Yxy8.41780.25200.3036
Hunter Lab29.0134-7.7830-4.8727
CIE-Lab34.8383-9.6701-9.0894

#355760 color RGB value is (53,87,96).

#355760 hex color red value is 53, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #355760 hue: 0.53 , saturation: 0.29 and the lightness value of 355760 is 0.29.

The process color (four color CMYK) of #355760 color hex is 0.45, 0.09, 0.00, 0.62. Web safe color of #355760 is #336666. Color #355760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 01100000
Octal 65 127 140
Decimal 53 87 96
Hex 35 57 60

RGB Percentages of Color #355760

%22.46
%36.86
%40.68

CMYK Percentages of Color #355760

%45
%9
%0
%62

Triadic Colors of #355760

#355760 #603557 #576035

Analogous Colors of #355760

#355760 #354260 #356054

Monochromatic Colors of #355760

#355760

Complementary Color

#355760 #603e35

#355760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355760 Color CSS Codes

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

#355760 Text Font Color

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

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


#355760 Background Color

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

This div background color is #355760


#355760 Border Color

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

This div border color is #355760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355760


Comments

No comments written yet.

Please login to write comment.