Color Hex Logo

#85929f Color Hex

#85929F
(133,146,159)
0 Favorites   0 Comments

Color spaces of #85929f

RGB 133146159
HSL0.580.120.57
HSV210°16°62°
CMYK 0.160.080.00   0.38
XYZ26.209828.047536.8332
Yxy28.04750.28770.3079
Hunter Lab52.9599-4.3403-4.1638
CIE-Lab59.9316-1.8459-8.4386

#85929f color RGB value is (133,146,159).

#85929f hex color red value is 133, green value is 146 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #85929f hue: 0.58 , saturation: 0.12 and the lightness value of 85929f is 0.57.

The process color (four color CMYK) of #85929f color hex is 0.16, 0.08, 0.00, 0.38. Web safe color of #85929f is #999999. Color #85929f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 10011111
Octal 205 222 237
Decimal 133 146 159
Hex 85 92 9F

RGB Percentages of Color #85929f

%30.37
%33.33
%36.30

CMYK Percentages of Color #85929f

%16
%8
%0
%38

Triadic Colors of #85929f

#85929f #9f8592 #929f85

Analogous Colors of #85929f

#85929f #85859f #859f9f

Monochromatic Colors of #85929f

#85929f

Complementary Color

#85929f #9f9285

#85929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85929f Color CSS Codes

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

#85929f Text Font Color

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

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


#85929f Background Color

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

This div background color is #85929f


#85929f Border Color

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

This div border color is #85929f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,146,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85929f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85929f;
  -webkit-box-shadow: 1px 1px 3px 2px #85929f;
  box-shadow:         1px 1px 3px 2px #85929f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,146,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85929f


Comments

No comments written yet.

Please login to write comment.