Color Hex Logo

#53505b Color Hex

#53505B
(83,80,91)
0 Favorites   0 Comments

Color spaces of #53505b

RGB 838091
HSL0.710.060.34
HSV256°12°36°
CMYK 0.090.120.00   0.64
XYZ8.32438.331711.0670
Yxy8.33170.30030.3005
Hunter Lab28.86470.9645-2.5271
CIE-Lab34.66443.6635-5.9845

#53505b color RGB value is (83,80,91).

#53505b hex color red value is 83, green value is 80 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #53505b hue: 0.71 , saturation: 0.06 and the lightness value of 53505b is 0.34.

The process color (four color CMYK) of #53505b color hex is 0.09, 0.12, 0.00, 0.64. Web safe color of #53505b is #666666. Color #53505b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 01011011
Octal 123 120 133
Decimal 83 80 91
Hex 53 50 5B

RGB Percentages of Color #53505b

%32.68
%31.50
%35.83

CMYK Percentages of Color #53505b

%9
%12
%0
%64

Triadic Colors of #53505b

#53505b #5b5350 #505b53

Analogous Colors of #53505b

#53505b #59505b #50535b

Monochromatic Colors of #53505b

#53505b

Complementary Color

#53505b #585b50

#53505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53505b Color CSS Codes

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

#53505b Text Font Color

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

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


#53505b Background Color

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

This div background color is #53505b


#53505b Border Color

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

This div border color is #53505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53505b


Comments

No comments written yet.

Please login to write comment.