Color Hex Logo

#53566b Color Hex

#53566B
(83,86,107)
0 Favorites   0 Comments

Color spaces of #53566b

RGB 8386107
HSL0.650.130.37
HSV233°22°42°
CMYK 0.220.200.00   0.58
XYZ9.54899.556115.2512
Yxy9.55610.27790.2781
Hunter Lab30.91291.0404-7.6122
CIE-Lab37.03373.8453-12.4298

#53566b color RGB value is (83,86,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 01101011
Octal 123 126 153
Decimal 83 86 107
Hex 53 56 6B

RGB Percentages of Color #53566b

%30.07
%31.16
%38.77

CMYK Percentages of Color #53566b

%22
%20
%0
%58

Triadic Colors of #53566b

#53566b #6b5356 #566b53

Analogous Colors of #53566b

#53566b #5c536b #53626b

Monochromatic Colors of #53566b

#53566b

Complementary Color

#53566b #6b6853

#53566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53566b Color CSS Codes

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

#53566b Text Font Color

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

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


#53566b Background Color

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

This div background color is #53566b


#53566b Border Color

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

This div border color is #53566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53566b


Comments

No comments written yet.

Please login to write comment.