Color Hex Logo

#859397 Color Hex

#859397
(133,147,151)
0 Favorites   0 Comments

Color spaces of #859397

RGB 133147151
HSL0.540.080.56
HSV193°12°59°
CMYK 0.120.030.00   0.41
XYZ25.692528.088333.3456
Yxy28.08830.29490.3224
Hunter Lab52.9984-6.2142-0.2053
CIE-Lab59.9684-4.1598-3.8302

#859397 color RGB value is (133,147,151).

#859397 hex color red value is 133, green value is 147 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #859397 hue: 0.54 , saturation: 0.08 and the lightness value of 859397 is 0.56.

The process color (four color CMYK) of #859397 color hex is 0.12, 0.03, 0.00, 0.41. Web safe color of #859397 is #999999. Color #859397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 10010111
Octal 205 223 227
Decimal 133 147 151
Hex 85 93 97

RGB Percentages of Color #859397

%30.86
%34.11
%35.03

CMYK Percentages of Color #859397

%12
%3
%0
%41

Triadic Colors of #859397

#859397 #978593 #939785

Analogous Colors of #859397

#859397 #858a97 #859792

Monochromatic Colors of #859397

#859397

Complementary Color

#859397 #978985

#859397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859397 Color CSS Codes

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

#859397 Text Font Color

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

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


#859397 Background Color

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

This div background color is #859397


#859397 Border Color

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

This div border color is #859397


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,147,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859397; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859397;
  -webkit-box-shadow: 1px 1px 3px 2px #859397;
  box-shadow:         1px 1px 3px 2px #859397; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,147,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 #859397">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859397


Comments

No comments written yet.

Please login to write comment.