Color Hex Logo

#5f758e Color Hex

#5F758E
(95,117,142)
0 Favorites   0 Comments

Color spaces of #5f758e

RGB 95117142
HSL0.590.200.46
HSV212°33°56°
CMYK 0.330.180.00   0.44
XYZ15.963117.108528.0521
Yxy17.10850.26120.2799
Hunter Lab41.3624-3.4953-11.2569
CIE-Lab48.3965-1.7061-16.2335

#5f758e color RGB value is (95,117,142).

#5f758e hex color red value is 95, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5f758e hue: 0.59 , saturation: 0.20 and the lightness value of 5f758e is 0.46.

The process color (four color CMYK) of #5f758e color hex is 0.33, 0.18, 0.00, 0.44. Web safe color of #5f758e is #666699. Color #5f758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110101 10001110
Octal 137 165 216
Decimal 95 117 142
Hex 5F 75 8E

RGB Percentages of Color #5f758e

%26.84
%33.05
%40.11

CMYK Percentages of Color #5f758e

%33
%18
%0
%44

Triadic Colors of #5f758e

#5f758e #8e5f75 #758e5f

Analogous Colors of #5f758e

#5f758e #615f8e #5f8d8e

Monochromatic Colors of #5f758e

#5f758e

Complementary Color

#5f758e #8e785f

#5f758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f758e Color CSS Codes

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

#5f758e Text Font Color

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

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


#5f758e Background Color

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

This div background color is #5f758e


#5f758e Border Color

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

This div border color is #5f758e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,117,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f758e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f758e;
  -webkit-box-shadow: 1px 1px 3px 2px #5f758e;
  box-shadow:         1px 1px 3px 2px #5f758e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,117,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f758e


Comments

No comments written yet.

Please login to write comment.