Color Hex Logo

#355577 Color Hex

#355577
(53,85,119)
0 Favorites   0 Comments

Color spaces of #355577

RGB 5385119
HSL0.590.380.34
HSV211°55°47°
CMYK 0.550.290.00   0.53
XYZ8.04658.585818.6859
Yxy8.58580.22780.2431
Hunter Lab29.3015-2.2598-17.2988
CIE-Lab35.1743-1.0324-22.9113

#355577 color RGB value is (53,85,119).

#355577 hex color red value is 53, green value is 85 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #355577 hue: 0.59 , saturation: 0.38 and the lightness value of 355577 is 0.34.

The process color (four color CMYK) of #355577 color hex is 0.55, 0.29, 0.00, 0.53. Web safe color of #355577 is #336666. Color #355577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010101 01110111
Octal 65 125 167
Decimal 53 85 119
Hex 35 55 77

RGB Percentages of Color #355577

%20.62
%33.07
%46.30

CMYK Percentages of Color #355577

%55
%29
%0
%53

Triadic Colors of #355577

#355577 #773555 #557735

Analogous Colors of #355577

#355577 #363577 #357677

Monochromatic Colors of #355577

#355577

Complementary Color

#355577 #775735

#355577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355577 Color CSS Codes

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

#355577 Text Font Color

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

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


#355577 Background Color

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

This div background color is #355577


#355577 Border Color

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

This div border color is #355577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355577


Comments

No comments written yet.

Please login to write comment.