Color Hex Logo

#53686b Color Hex

#53686B
(83,104,107)
0 Favorites   0 Comments

Color spaces of #53686b

RGB 83104107
HSL0.520.130.37
HSV188°22°42°
CMYK 0.220.030.00   0.58
XYZ11.171412.801215.7920
Yxy12.80120.28090.3219
Hunter Lab35.7788-6.8788-1.1242
CIE-Lab42.4622-7.0709-4.2837

#53686b color RGB value is (83,104,107).

#53686b hex color red value is 83, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #53686b hue: 0.52 , saturation: 0.13 and the lightness value of 53686b is 0.37.

The process color (four color CMYK) of #53686b color hex is 0.22, 0.03, 0.00, 0.58. Web safe color of #53686b is #666666. Color #53686b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 01101011
Octal 123 150 153
Decimal 83 104 107
Hex 53 68 6B

RGB Percentages of Color #53686b

%28.23
%35.37
%36.39

CMYK Percentages of Color #53686b

%22
%3
%0
%58

Triadic Colors of #53686b

#53686b #6b5368 #686b53

Analogous Colors of #53686b

#53686b #535c6b #536b62

Monochromatic Colors of #53686b

#53686b

Complementary Color

#53686b #6b5653

#53686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53686b Color CSS Codes

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

#53686b Text Font Color

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

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


#53686b Background Color

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

This div background color is #53686b


#53686b Border Color

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

This div border color is #53686b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,104,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53686b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53686b;
  -webkit-box-shadow: 1px 1px 3px 2px #53686b;
  box-shadow:         1px 1px 3px 2px #53686b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,104,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53686b


Comments

No comments written yet.

Please login to write comment.