Color Hex Logo

#5f6297 Color Hex

#5F6297
(95,98,151)
0 Favorites   0 Comments

Color spaces of #5f6297

RGB 9598151
HSL0.660.230.48
HSV237°37°59°
CMYK 0.370.350.00   0.41
XYZ14.672913.402631.0918
Yxy13.40260.24800.2265
Hunter Lab36.60967.4750-24.7272
CIE-Lab43.363712.3449-29.3506

#5f6297 color RGB value is (95,98,151).

#5f6297 hex color red value is 95, green value is 98 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #5f6297 hue: 0.66 , saturation: 0.23 and the lightness value of 5f6297 is 0.48.

The process color (four color CMYK) of #5f6297 color hex is 0.37, 0.35, 0.00, 0.41. Web safe color of #5f6297 is #666699. Color #5f6297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100010 10010111
Octal 137 142 227
Decimal 95 98 151
Hex 5F 62 97

RGB Percentages of Color #5f6297

%27.62
%28.49
%43.90

CMYK Percentages of Color #5f6297

%37
%35
%0
%41

Triadic Colors of #5f6297

#5f6297 #975f62 #62975f

Analogous Colors of #5f6297

#5f6297 #785f97 #5f7e97

Monochromatic Colors of #5f6297

#5f6297

Complementary Color

#5f6297 #97945f

#5f6297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6297 Color CSS Codes

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

#5f6297 Text Font Color

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

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


#5f6297 Background Color

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

This div background color is #5f6297


#5f6297 Border Color

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

This div border color is #5f6297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6297


Comments

No comments written yet.

Please login to write comment.