Color Hex Logo

#85565b Color Hex

#85565B
(133,86,91)
0 Favorites   0 Comments

Color spaces of #85565b

RGB 1338691
HSL0.980.210.43
HSV354°35°52°
CMYK 0.000.350.32   0.48
XYZ14.889012.397511.5057
Yxy12.39750.38380.3196
Hunter Lab35.210113.86325.2727
CIE-Lab41.841020.21855.1717

#85565b color RGB value is (133,86,91).

#85565b hex color red value is 133, green value is 86 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #85565b hue: 0.98 , saturation: 0.21 and the lightness value of 85565b is 0.43.

The process color (four color CMYK) of #85565b color hex is 0.00, 0.35, 0.32, 0.48. Web safe color of #85565b is #996666. Color #85565b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 01011011
Octal 205 126 133
Decimal 133 86 91
Hex 85 56 5B

RGB Percentages of Color #85565b

%42.90
%27.74
%29.35

CMYK Percentages of Color #85565b

%0
%35
%32
%48

Triadic Colors of #85565b

#85565b #5b8556 #565b85

Analogous Colors of #85565b

#85565b #856956 #855673

Monochromatic Colors of #85565b

#85565b

Complementary Color

#85565b #568580

#85565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85565b Color CSS Codes

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

#85565b Text Font Color

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

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


#85565b Background Color

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

This div background color is #85565b


#85565b Border Color

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

This div border color is #85565b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,86,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85565b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85565b;
  -webkit-box-shadow: 1px 1px 3px 2px #85565b;
  box-shadow:         1px 1px 3px 2px #85565b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85565b


Comments

No comments written yet.

Please login to write comment.