Color Hex Logo

#536772 Color Hex

#536772
(83,103,114)
1 Favorites   0 Comments

Color spaces of #536772

RGB 83103114
HSL0.560.160.39
HSV201°27°45°
CMYK 0.270.100.00   0.55
XYZ11.454812.754417.7777
Yxy12.75440.27280.3038
Hunter Lab35.7133-5.2456-4.5146
CIE-Lab42.3908-4.7096-8.6383

#536772 color RGB value is (83,103,114).

#536772 hex color red value is 83, green value is 103 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #536772 hue: 0.56 , saturation: 0.16 and the lightness value of 536772 is 0.39.

The process color (four color CMYK) of #536772 color hex is 0.27, 0.10, 0.00, 0.55. Web safe color of #536772 is #666666. Color #536772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 01110010
Octal 123 147 162
Decimal 83 103 114
Hex 53 67 72

RGB Percentages of Color #536772

%27.67
%34.33
%38.00

CMYK Percentages of Color #536772

%27
%10
%0
%55

Triadic Colors of #536772

#536772 #725367 #677253

Analogous Colors of #536772

#536772 #535872 #53726e

Monochromatic Colors of #536772

#536772

Complementary Color

#536772 #725e53

#536772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536772 Color CSS Codes

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

#536772 Text Font Color

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

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


#536772 Background Color

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

This div background color is #536772


#536772 Border Color

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

This div border color is #536772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,103,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536772;
  -webkit-box-shadow: 1px 1px 3px 2px #536772;
  box-shadow:         1px 1px 3px 2px #536772; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536772


Comments

No comments written yet.

Please login to write comment.