Color Hex Logo

#5f7999 Color Hex

#5F7999
(95,121,153)
0 Favorites   0 Comments

Color spaces of #5f7999

RGB 95121153
HSL0.590.230.49
HSV213°38°60°
CMYK 0.380.210.00   0.40
XYZ17.306518.407532.7779
Yxy18.40750.25270.2688
Hunter Lab42.9040-3.0790-15.2638
CIE-Lab49.9867-1.0294-20.2707

#5f7999 color RGB value is (95,121,153).

#5f7999 hex color red value is 95, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #5f7999 hue: 0.59 , saturation: 0.23 and the lightness value of 5f7999 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01111001 10011001
Octal 137 171 231
Decimal 95 121 153
Hex 5F 79 99

RGB Percentages of Color #5f7999

%25.75
%32.79
%41.46

CMYK Percentages of Color #5f7999

%38
%21
%0
%40

Triadic Colors of #5f7999

#5f7999 #995f79 #79995f

Analogous Colors of #5f7999

#5f7999 #625f99 #5f9699

Monochromatic Colors of #5f7999

#5f7999

Complementary Color

#5f7999 #997f5f

#5f7999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f7999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f7999 Color CSS Codes

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

#5f7999 Text Font Color

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

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


#5f7999 Background Color

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

This div background color is #5f7999


#5f7999 Border Color

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

This div border color is #5f7999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f7999


Comments

No comments written yet.

Please login to write comment.