Color Hex Logo

#5f799e Color Hex

#5F799E
(95,121,158)
0 Favorites   0 Comments

Color spaces of #5f799e

RGB 95121158
HSL0.600.250.50
HSV215°40°62°
CMYK 0.400.230.00   0.38
XYZ17.728218.576334.9990
Yxy18.57630.24860.2605
Hunter Lab43.1002-2.0039-17.9755
CIE-Lab50.18780.3872-22.8857

#5f799e color RGB value is (95,121,158).

#5f799e hex color red value is 95, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5f799e hue: 0.60 , saturation: 0.25 and the lightness value of 5f799e is 0.50.

The process color (four color CMYK) of #5f799e color hex is 0.40, 0.23, 0.00, 0.38. Web safe color of #5f799e is #666699. Color #5f799e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01111001 10011110
Octal 137 171 236
Decimal 95 121 158
Hex 5F 79 9E

RGB Percentages of Color #5f799e

%25.40
%32.35
%42.25

CMYK Percentages of Color #5f799e

%40
%23
%0
%38

Triadic Colors of #5f799e

#5f799e #9e5f79 #799e5f

Analogous Colors of #5f799e

#5f799e #655f9e #5f999e

Monochromatic Colors of #5f799e

#5f799e

Complementary Color

#5f799e #9e845f

#5f799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f799e Color CSS Codes

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

#5f799e Text Font Color

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

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


#5f799e Background Color

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

This div background color is #5f799e


#5f799e Border Color

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

This div border color is #5f799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f799e


Comments

No comments written yet.

Please login to write comment.