Color Hex Logo

#35585e Color Hex

#35585E
(53,88,94)
0 Favorites   0 Comments

Color spaces of #35585e

RGB 538894
HSL0.520.280.29
HSV189°44°37°
CMYK 0.440.060.00   0.63
XYZ6.97838.544511.8711
Yxy8.54450.25470.3119
Hunter Lab29.2310-8.5410-3.6168
CIE-Lab35.0921-10.8580-7.4550

#35585e color RGB value is (53,88,94).

#35585e hex color red value is 53, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35585e hue: 0.52 , saturation: 0.28 and the lightness value of 35585e is 0.29.

The process color (four color CMYK) of #35585e color hex is 0.44, 0.06, 0.00, 0.63. Web safe color of #35585e is #336666. Color #35585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 01011110
Octal 65 130 136
Decimal 53 88 94
Hex 35 58 5E

RGB Percentages of Color #35585e

%22.55
%37.45
%40.00

CMYK Percentages of Color #35585e

%44
%6
%0
%63

Triadic Colors of #35585e

#35585e #5e3558 #585e35

Analogous Colors of #35585e

#35585e #35445e #355e50

Monochromatic Colors of #35585e

#35585e

Complementary Color

#35585e #5e3b35

#35585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35585e Color CSS Codes

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

#35585e Text Font Color

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

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


#35585e Background Color

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

This div background color is #35585e


#35585e Border Color

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

This div border color is #35585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35585e


Comments

No comments written yet.

Please login to write comment.