Color Hex Logo

#65586f Color Hex

#65586F
(101,88,111)
0 Favorites   0 Comments

Color spaces of #65586f

RGB 10188111
HSL0.760.120.39
HSV274°21°44°
CMYK 0.090.210.00   0.56
XYZ11.725810.893816.5236
Yxy10.89380.29960.2783
Hunter Lab33.00585.6548-6.5782
CIE-Lab39.401010.1100-11.1598

#65586f color RGB value is (101,88,111).

#65586f hex color red value is 101, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #65586f hue: 0.76 , saturation: 0.12 and the lightness value of 65586f is 0.39.

The process color (four color CMYK) of #65586f color hex is 0.09, 0.21, 0.00, 0.56. Web safe color of #65586f is #666666. Color #65586f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011000 01101111
Octal 145 130 157
Decimal 101 88 111
Hex 65 58 6F

RGB Percentages of Color #65586f

%33.67
%29.33
%37.00

CMYK Percentages of Color #65586f

%9
%21
%0
%56

Triadic Colors of #65586f

#65586f #6f6558 #586f65

Analogous Colors of #65586f

#65586f #6f586e #5a586f

Monochromatic Colors of #65586f

#65586f

Complementary Color

#65586f #626f58

#65586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65586f Color CSS Codes

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

#65586f Text Font Color

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

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


#65586f Background Color

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

This div background color is #65586f


#65586f Border Color

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

This div border color is #65586f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,88,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65586f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65586f;
  -webkit-box-shadow: 1px 1px 3px 2px #65586f;
  box-shadow:         1px 1px 3px 2px #65586f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,88,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65586f


Comments

No comments written yet.

Please login to write comment.