Color Hex Logo

#35515c Color Hex

#35515C
(53,81,92)
0 Favorites   0 Comments

Color spaces of #35515c

RGB 538192
HSL0.550.270.28
HSV197°42°36°
CMYK 0.420.120.00   0.64
XYZ6.34247.414411.2221
Yxy7.41440.25390.2968
Hunter Lab27.2294-6.0744-5.3747
CIE-Lab32.7323-7.2496-9.7497

#35515c color RGB value is (53,81,92).

#35515c hex color red value is 53, green value is 81 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #35515c hue: 0.55 , saturation: 0.27 and the lightness value of 35515c is 0.28.

The process color (four color CMYK) of #35515c color hex is 0.42, 0.12, 0.00, 0.64. Web safe color of #35515c is #336666. Color #35515c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01011100
Octal 65 121 134
Decimal 53 81 92
Hex 35 51 5C

RGB Percentages of Color #35515c

%23.45
%35.84
%40.71

CMYK Percentages of Color #35515c

%42
%12
%0
%64

Triadic Colors of #35515c

#35515c #5c3551 #515c35

Analogous Colors of #35515c

#35515c #353e5c #355c54

Monochromatic Colors of #35515c

#35515c

Complementary Color

#35515c #5c4035

#35515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35515c Color CSS Codes

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

#35515c Text Font Color

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

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


#35515c Background Color

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

This div background color is #35515c


#35515c Border Color

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

This div border color is #35515c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,81,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35515c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35515c;
  -webkit-box-shadow: 1px 1px 3px 2px #35515c;
  box-shadow:         1px 1px 3px 2px #35515c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35515c


Comments

No comments written yet.

Please login to write comment.