Color Hex Logo

#355869 Color Hex

#355869
(53,88,105)
0 Favorites   0 Comments

Color spaces of #355869

RGB 5388105
HSL0.550.330.31
HSV200°50°41°
CMYK 0.500.160.00   0.59
XYZ7.50778.756314.6590
Yxy8.75630.24280.2832
Hunter Lab29.5910-6.4962-8.6577
CIE-Lab35.5108-7.4969-13.6932

#355869 color RGB value is (53,88,105).

#355869 hex color red value is 53, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #355869 hue: 0.55 , saturation: 0.33 and the lightness value of 355869 is 0.31.

The process color (four color CMYK) of #355869 color hex is 0.50, 0.16, 0.00, 0.59. Web safe color of #355869 is #336666. Color #355869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 01101001
Octal 65 130 151
Decimal 53 88 105
Hex 35 58 69

RGB Percentages of Color #355869

%21.54
%35.77
%42.68

CMYK Percentages of Color #355869

%50
%16
%0
%59

Triadic Colors of #355869

#355869 #693558 #586935

Analogous Colors of #355869

#355869 #353e69 #356960

Monochromatic Colors of #355869

#355869

Complementary Color

#355869 #694635

#355869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355869 Color CSS Codes

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

#355869 Text Font Color

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

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


#355869 Background Color

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

This div background color is #355869


#355869 Border Color

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

This div border color is #355869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355869


Comments

No comments written yet.

Please login to write comment.