Color Hex Logo

#53586f Color Hex

#53586F
(83,88,111)
0 Favorites   0 Comments

Color spaces of #53586f

RGB 8388111
HSL0.640.140.38
HSV229°25°44°
CMYK 0.250.210.00   0.56
XYZ9.92629.966116.4394
Yxy9.96610.27320.2743
Hunter Lab31.56910.8793-8.7765
CIE-Lab37.78153.6437-13.7705

#53586f color RGB value is (83,88,111).

#53586f hex color red value is 83, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #53586f hue: 0.64 , saturation: 0.14 and the lightness value of 53586f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011000 01101111
Octal 123 130 157
Decimal 83 88 111
Hex 53 58 6F

RGB Percentages of Color #53586f

%29.43
%31.21
%39.36

CMYK Percentages of Color #53586f

%25
%21
%0
%56

Triadic Colors of #53586f

#53586f #6f5358 #586f53

Analogous Colors of #53586f

#53586f #5c536f #53666f

Monochromatic Colors of #53586f

#53586f

Complementary Color

#53586f #6f6a53

#53586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53586f Color CSS Codes

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

#53586f Text Font Color

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

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


#53586f Background Color

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

This div background color is #53586f


#53586f Border Color

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

This div border color is #53586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53586f


Comments

No comments written yet.

Please login to write comment.