Color Hex Logo

#53666b Color Hex

#53666B
(83,102,107)
0 Favorites   0 Comments

Color spaces of #53666b

RGB 83102107
HSL0.530.130.37
HSV193°22°42°
CMYK 0.220.050.00   0.58
XYZ10.972512.403315.7257
Yxy12.40330.28060.3172
Hunter Lab35.2183-6.0192-1.8214
CIE-Lab41.8500-5.8947-5.1918

#53666b color RGB value is (83,102,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100110 01101011
Octal 123 146 153
Decimal 83 102 107
Hex 53 66 6B

RGB Percentages of Color #53666b

%28.42
%34.93
%36.64

CMYK Percentages of Color #53666b

%22
%5
%0
%58

Triadic Colors of #53666b

#53666b #6b5366 #666b53

Analogous Colors of #53666b

#53666b #535a6b #536b64

Monochromatic Colors of #53666b

#53666b

Complementary Color

#53666b #6b5853

#53666b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53666b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53666b Color CSS Codes

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

#53666b Text Font Color

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

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


#53666b Background Color

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

This div background color is #53666b


#53666b Border Color

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

This div border color is #53666b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,102,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 #53666b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53666b


Comments

No comments written yet.

Please login to write comment.